IMediaExtension Interface

Definition

Encapsulates the method needed to set the configuration properties on a registered media parser or codec.

public interface class IMediaExtension
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(126963992, 17887, 17451, 138, 63, 247, 130, 106, 99, 112, 171)]
struct IMediaExtension
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(126963992, 17887, 17451, 138, 63, 247, 130, 106, 99, 112, 171)]
public interface IMediaExtension
Public Interface IMediaExtension
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

SetProperties(IPropertySet)

Sets the configuration properties that were supplied when the media parser or codec was registered.

Applies to