CodecQuery クラス

定義

FindAllAsync メソッドを提供します。これにより、システムにインストールされているすべてのメディア コーデックを列挙できます。

public ref class CodecQuery sealed
/// [Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CodecQuery final
[Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CodecQuery
function CodecQuery()
Public NotInheritable Class CodecQuery
継承
Object Platform::Object IInspectable CodecQuery
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

コンストラクター

CodecQuery()

CodecQuery クラスの新しいインスタンスを初期化します。

メソッド

FindAllAsync(CodecKind, CodecCategory, String)

指定された要件を満たすシステムにインストールされているすべてのメディア コーデックの読み取り専用リストを返します。

適用対象