Vp9ProfileIds クラス

定義

HEVC プロファイル ID を取得するためのプロパティを提供します。

public ref class Vp9ProfileIds abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Vp9ProfileIds final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class Vp9ProfileIds
Public Class Vp9ProfileIds
継承
Object Platform::Object IInspectable Vp9ProfileIds
属性

Windows の要件

デバイス ファミリ
Windows 11 Insider Preview (10.0.23504.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v15.0 で導入)

注釈

VideoEncodingProperties.ProfileId の値を、このクラスによって提供されるプロファイル ID のいずれかに設定できます。

プロパティ

Profile0ChromaSubsampling420BitDepth8

4:2:0 のクロマ サブサンプリングとビット深度 8 の VP9 プロファイル 0 の ID を取得します。

Profile2ChromaSubsampling420BitDepth10

4:2:0 のクロマ サブサンプリングとビット深度 10 の VP9 プロファイル 2 の ID を取得します。

Profile2ChromaSubsampling420BitDepth12

4:2:0 のクロマ サブサンプリングとビット深度 12 の VP9 プロファイル 2 の ID を取得します。

適用対象