MediaExtensionManager.RegisterVideoDecoder メソッド

定義

オーバーロード

RegisterVideoDecoder(String, Guid, Guid)

指定した入力メディアと出力メディアの種類のビデオ デコーダーを登録します。

RegisterVideoDecoder(String, Guid, Guid, IPropertySet)

オプションの構成パラメーターを使用して、指定した入力メディアと出力メディアの種類のビデオ デコーダーを登録します。

RegisterVideoDecoder(String, Guid, Guid)

指定した入力メディアと出力メディアの種類のビデオ デコーダーを登録します。

public:
 virtual void RegisterVideoDecoder(Platform::String ^ activatableClassId, Platform::Guid inputSubtype, Platform::Guid outputSubtype) = RegisterVideoDecoder;
/// [Windows.Foundation.Metadata.Overload("RegisterVideoDecoder")]
void RegisterVideoDecoder(winrt::hstring const& activatableClassId, winrt::guid const& inputSubtype, winrt::guid const& outputSubtype);
[Windows.Foundation.Metadata.Overload("RegisterVideoDecoder")]
public void RegisterVideoDecoder(string activatableClassId, Guid inputSubtype, Guid outputSubtype);
function registerVideoDecoder(activatableClassId, inputSubtype, outputSubtype)
Public Sub RegisterVideoDecoder (activatableClassId As String, inputSubtype As Guid, outputSubtype As Guid)

パラメーター

activatableClassId
String

Platform::String

winrt::hstring

ビデオ デコーダーのアクティブ化可能なランタイム クラスのクラス識別子。 ランタイム クラスは 、IMediaExtension インターフェイスを実装する 必要があります。

inputSubtype
Guid

Platform::Guid

winrt::guid

ビデオ デコーダーが入力として受け入れるメディアの種類の guid 識別子。

outputSubtype
Guid

Platform::Guid

winrt::guid

ビデオ デコーダーによって出力されるメディアの種類の guid 識別子。

属性

こちらもご覧ください

適用対象

RegisterVideoDecoder(String, Guid, Guid, IPropertySet)

オプションの構成パラメーターを使用して、指定した入力メディアと出力メディアの種類のビデオ デコーダーを登録します。

public:
 virtual void RegisterVideoDecoder(Platform::String ^ activatableClassId, Platform::Guid inputSubtype, Platform::Guid outputSubtype, IPropertySet ^ configuration) = RegisterVideoDecoder;
/// [Windows.Foundation.Metadata.Overload("RegisterVideoDecoderWithSettings")]
void RegisterVideoDecoder(winrt::hstring const& activatableClassId, winrt::guid const& inputSubtype, winrt::guid const& outputSubtype, IPropertySet const& configuration);
[Windows.Foundation.Metadata.Overload("RegisterVideoDecoderWithSettings")]
public void RegisterVideoDecoder(string activatableClassId, Guid inputSubtype, Guid outputSubtype, IPropertySet configuration);
function registerVideoDecoder(activatableClassId, inputSubtype, outputSubtype, configuration)
Public Sub RegisterVideoDecoder (activatableClassId As String, inputSubtype As Guid, outputSubtype As Guid, configuration As IPropertySet)

パラメーター

activatableClassId
String

Platform::String

winrt::hstring

ビデオ デコーダーのアクティブ化可能なランタイム クラスのクラス識別子。 ランタイム クラスは 、IMediaExtension インターフェイスを実装する 必要があります。

inputSubtype
Guid

Platform::Guid

winrt::guid

ビデオ デコーダーが入力として受け入れるメディアの種類の guid 識別子。

outputSubtype
Guid

Platform::Guid

winrt::guid

ビデオ デコーダーによって出力されるメディアの種類の guid 識別子。

configuration
IPropertySet

ビデオ デコーダーに渡される構成プロパティを含む省略可能なパラメーター。

属性

こちらもご覧ください

適用対象