IWMCodecInfo3 interface
The IWMCodecInfo3 interface retrieves properties from a codec.
You can retrieve a pointer to IWMCodecInfo3 with a call to the QueryInterface method of any other interface of the profile manager object.
Methods
The IWMCodecInfo3 interface has these methods.
Method | Description |
---|---|
IWMCodecInfo3::GetCodecEnumerationSetting | The GetCodecEnumerationSetting method retrieves the current value for one codec enumeration setting. |
IWMCodecInfo3::GetCodecFormatProp | The GetCodecFormatProp method retrieves a property from one format of a codec. |
IWMCodecInfo3::GetCodecProp | The GetCodecProp method retrieves a codec property. |
IWMCodecInfo3::SetCodecEnumerationSetting | The SetCodecEnumerationSetting method sets the value of one codec enumeration setting. Codec enumeration settings dictate the codec formats that can be enumerated by the methods of IWMCodecInfo. |
Requirements
Target Platform | Windows |
Header | wmsdkidl.h |