MediaCodecInfo.CodecCapabilities.COLORFormatL16 Field

Definition

Caution

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

16 bits per pixel, little-endian Y color format.

[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

Field Value

Value = 36
Attributes

Remarks

16 bits per pixel, little-endian Y color format.

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

Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL16.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to