CodecInfo クラス

定義

システムにインストールされているメディア コーデックに関する情報を提供します。

public ref class CodecInfo sealed
/// [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 CodecInfo final
[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 CodecInfo
Public NotInheritable Class CodecInfo
継承
Object Platform::Object IInspectable CodecInfo
属性

Windows の要件

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

注釈

CodecQuery.FindAllAsync を呼び出して、このクラスのインスタンスを取得します。これは、指定した条件を満たすインストールされているすべてのコーデックの一覧を返します。

プロパティ

Category

コーデックがエンコーダーかデコーダーかを指定する値を取得します。

DisplayName

コーデックのフレンドリ表示名を取得します。

IsTrusted

コーデックが別のアプリ サービスではなくアプリのプロセス空間で実行されるかどうかを示す値を取得します。

Kind

コーデックがオーディオ データとビデオ データのどちらを操作するかを指定する値を取得します。

Subtypes

コーデックでサポートされているメディア サブタイプを指定する値の読み取り専用リストを取得します。

適用対象