Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IMediaExtension Interface

Definition

Namespace:
Windows.Media

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

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

Methods

Name Description
SetProperties(IPropertySet)

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

Applies to


Feedback

Was this page helpful?