From c3806ef6f28e3cd406443d9afadf3a69b9eaf9b3 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Tue, 10 Jun 2008 16:47:57 +0200 Subject: [PATCH] include: Add definitions for IBasicVideo2 interface. --- include/control.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/control.idl b/include/control.idl index 78316403941..af8a2f9e971 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