From 8f5f2183543cc0ae2f81aadb6ded990b8e486e92 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Tue, 10 Jun 2008 16:47:57 +0200 Subject: [PATCH] includes: Add definitions for 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