MediaCodecInfo.CodecCapabilities.COLORFormatRGBAFlexible Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Media.MediaCodecCapabilities enum directly instead of this field.
Flexible 32 bits per pixel RGBA color format with 8-bit red, green, blue, and alpha components.
[Android.Runtime.Register("COLOR_FormatRGBAFlexible", ApiSince=23)]
[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 COLORFormatRGBAFlexible = 2134288520;
[<Android.Runtime.Register("COLOR_FormatRGBAFlexible", ApiSince=23)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecCapabilities enum directly instead of this field.", true)>]
val mutable COLORFormatRGBAFlexible : Android.Media.MediaCodecCapabilities
Field Value
Value = 2134288520- Attributes
Remarks
Flexible 32 bits per pixel RGBA color format with 8-bit red, green, blue, and alpha components.
Use this format with Image
. This format corresponds to android.graphics.ImageFormat#FLEX_RGBA_8888
, and can represent #COLOR_Format32bitBGRA8888
, #COLOR_Format32bitABGR8888
and #COLOR_Format32bitARGB8888
formats.
Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRGBAFlexible
.
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.