MediaCodecInfo.CodecCapabilities.COLORFormatL16 フィールド

定義

注意事項

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

1 ピクセルあたり 16 ビット、リトル エンディアン Y カラー形式。

[Android.Runtime.Register("COLOR_FormatL16")]
[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 COLORFormatL16 = 36;
[<Android.Runtime.Register("COLOR_FormatL16")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecCapabilities enum directly instead of this field.", true)>]
val mutable COLORFormatL16 : Android.Media.MediaCodecCapabilities

フィールド値

Value = 36
属性

注釈

1 ピクセルあたり 16 ビット、リトル エンディアン Y カラー形式。

byte                   byte
<--------- i --------> | <------ i + 1 ------>
            +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
            |                       Y                       |
            +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
             0                    7   0                    7
            bit

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

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

適用対象