Commit c3806ef6 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

include: Add definitions for IBasicVideo2 interface.

parent 9473b750
...@@ -173,6 +173,17 @@ interface IBasicVideo : IDispatch ...@@ -173,6 +173,17 @@ interface IBasicVideo : IDispatch
HRESULT IsUsingDefaultDestination(); HRESULT IsUsingDefaultDestination();
} }
[
uuid(329bb360-f6ea-11d1-9038-00a0c9697298),
helpstring("IBasicVideo2"),
odl
]
interface IBasicVideo2 : IBasicVideo
{
HRESULT GetPreferredAspectRatio([out] LONG *plAspectX, [out] LONG *plAspectY);
}
/***************************************************************************** /*****************************************************************************
* IMediaEvent interface * IMediaEvent interface
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment