IMediaExtension
IMediaExtension
IMediaExtension
IMediaExtension
Interface
Definition
Encapsulates the method needed to set the configuration properties on a registered media parser or codec.
public : interface IMediaExtensionpublic interface IMediaExtensionPublic Interface IMediaExtension// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
SetProperties(IPropertySet) SetProperties(IPropertySet) SetProperties(IPropertySet) SetProperties(IPropertySet)
Sets the configuration properties that were supplied when the media parser or codec was registered.
public : void SetProperties(IPropertySet configuration)public void SetProperties(IPropertySet configuration)Public Function SetProperties(configuration As IPropertySet) As void// You can use this method in JavaScript.
Parameters
- configuration
- IPropertySet IPropertySet IPropertySet IPropertySet
The configuration properties for the media parser or codec.