From 1df6490d604f5328469ed37844bb20de85b150b3 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Tue, 13 May 2008 09:58:51 -0700 Subject: [PATCH] headers: Add IBasicVideo2 interface --- include/control.idl | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/include/control.idl b/include/control.idl index 7831640..af8a2f9 100644 --- a/include/control.idl +++ b/include/control.idl @@ -173,6 +173,17 @@ interface IBasicVideo : IDispatch HRESULT IsUsingDefaultDestination(); } +[ + uuid(329bb360-f6ea-11d1-9038-00a0c9697298), + helpstring("IBasicVideo2"), + odl +] + +interface IBasicVideo2 : IBasicVideo +{ + HRESULT GetPreferredAspectRatio([out] LONG *plAspectX, [out] LONG *plAspectY); +} + /***************************************************************************** * IMediaEvent interface -- 1.5.4.1