MediaCodecInfo.CodecCapabilities.COLORFormatL8 フィールド

定義

注意事項

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

ピクセルあたり 8 ビット Y 色形式。

[Android.Runtime.Register("COLOR_FormatL8")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecCapabilities enum directly instead of this field.", true)]
public const Android.Media.MediaCodecCapabilities COLORFormatL8 = 35;
[<Android.Runtime.Register("COLOR_FormatL8")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecCapabilities enum directly instead of this field.", true)>]
val mutable COLORFormatL8 : Android.Media.MediaCodecCapabilities

フィールド値

Value = 35
属性

注釈

ピクセルあたり 8 ビット Y 色形式。

各バイトには 1 ピクセルが含まれます。 この形式は に android.graphics.PixelFormat#L_8対応します。

android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL8Java ドキュメント。

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

適用対象