Share via


MediaCodecInfo.CodecCapabilities.COLORFormat64bitABGRFloat Field

Definition

Caution

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

64 bits per pixel RGBA color format, with 16-bit signed floating point red, green, blue, and alpha components.

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

Field Value

Value = 2130710294
Attributes

Remarks

64 bits per pixel RGBA color format, with 16-bit signed floating point red, green, blue, and alpha components.

byte              byte             byte              byte
<-- i -->|<- i+1 ->|<- i+2 ->|<- i+3 ->|<- i+4 ->|<- i+5 ->|<- i+6 ->|<- i+7 ->
            +---------+---------+-------------------+---------+---------+---------+---------+
            |        RED        |       GREEN       |       BLUE        |       ALPHA       |
            +---------+---------+-------------------+---------+---------+---------+---------+
             0       7 0       7 0       7 0       7 0       7 0       7 0       7 0       7

This corresponds to android.graphics.PixelFormat#RGBA_F16.

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

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