MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10 フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.MediaCodecProfileType enum directly instead of this field.

AV1 メイン プロファイル 4:2:0 10 ビット

        See definition in
        <a href="https://aomedia.org/av1-bitstream-and-decoding-process-specification/">AV1 Specification</a>
        Annex A.
[Android.Runtime.Register("AV1ProfileMain10", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecProfileType enum directly instead of this field.", true)]
public const Android.Media.MediaCodecProfileType AV1ProfileMain10 = 2;
[<Android.Runtime.Register("AV1ProfileMain10", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecProfileType enum directly instead of this field.", true)>]
val mutable AV1ProfileMain10 : Android.Media.MediaCodecProfileType

フィールド値

Value = 2
属性

注釈

AV1 メイン プロファイル 4:2:0 10 ビット

AV1 仕様付録 A の定義を参照してください。

の Java ドキュメント android.media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象