Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.23 KB

mediaextensionmanager_registerbytestreamhandler_1364471974.md

File metadata and controls

33 lines (23 loc) · 1.23 KB
-api-id -api-type
M:Windows.Media.MediaExtensionManager.RegisterByteStreamHandler(System.String,System.String,System.String,Windows.Foundation.Collections.IPropertySet)
winrt method

Windows.Media.MediaExtensionManager.RegisterByteStreamHandler

-description

Registers a byte-stream handler by file name extension and MIME type, with an optional configuration parameter.

-parameters

-param activatableClassId

The class identifier of the activatable runtime class of the byte-stream handler. The runtime class must implement the IMediaExtension interface.

-param fileExtension

The file name extension that is registered for this byte-stream handler.

-param mimeType

The MIME type that is registered for this byte-stream handler.

-param configuration

An optional parameter that contains configuration properties for the byte-stream handler.

-remarks

-examples

-see-also

RegisterByteStreamHandler(String, String, String)