Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1003 Bytes

mediaextensionmanager_registeraudioencoder_1968919336.md

File metadata and controls

30 lines (21 loc) · 1003 Bytes
-api-id -api-type
M:Windows.Media.MediaExtensionManager.RegisterAudioEncoder(System.String,System.Guid,System.Guid)
winrt method

Windows.Media.MediaExtensionManager.RegisterAudioEncoder

-description

Registers an audio encoder for the specified input and output media types.

-parameters

-param activatableClassId

The class identifier of the activatable runtime class of the audio encoder. The runtime class must implement the IMediaExtension interface.

-param inputSubtype

The guid identifier of the media type that the audio encoder accepts as input.

-param outputSubtype

The guid identifier of the media type that is output by the audio encoder.

-remarks

-examples

-see-also

RegisterAudioEncoder(String, Guid, Guid, IPropertySet)