MediaCodecInfo.CodecCapabilities.COLORFormatL32 Field

Definition

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

[Android.Runtime.Register("COLOR_FormatL32")]
public const Android.Media.MediaCodecCapabilities COLORFormatL32 = 38;
[<Android.Runtime.Register("COLOR_FormatL32")>]
val mutable COLORFormatL32 : Android.Media.MediaCodecCapabilities

Field Value

Value = 38
Attributes

Remarks

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

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

This member is deprecated. Use #COLOR_FormatL16.

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

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