IWMVideoMediaProps interface (wmsdkidl.h)
[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
With this interface, the application can specify additional video-specific parameters not available on the IWMMediaProps interface.
To get access to the methods of this interface, call QueryInterface on a stream configuration object. For more information, see IWMStreamConfig Interface).
Inheritance
The IWMVideoMediaProps interface inherits from IWMMediaProps. IWMVideoMediaProps also has these types of members:
Methods
The IWMVideoMediaProps interface has these methods.
IWMVideoMediaProps::GetMaxKeyFrameSpacing The GetMaxKeyFrameSpacing method retrieves the maximum interval between key frames. |
IWMVideoMediaProps::GetQuality The GetQuality method retrieves the quality setting for the video stream. |
IWMVideoMediaProps::SetMaxKeyFrameSpacing The SetMaxKeyFrameSpacing method specifies the maximum interval between key frames. |
IWMVideoMediaProps::SetQuality The SetQuality method specifies the quality setting for the video stream. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | wmsdkidl.h (include Wmsdk.h) |