MediaCodecInfo.CodecCapabilities.COLORFormatRGBAFlexible Feld

Definition

Achtung

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

Flexible 32 Bits pro Pixel RGBA-Farbformat mit 8-Bit-Rot-, Grün-, Blau- und Alphakomponenten.

[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

Feldwert

Value = 2134288520
Attribute

Hinweise

Flexible 32 Bits pro Pixel RGBA-Farbformat mit 8-Bit-Rot-, Grün-, Blau- und Alphakomponenten.

Verwenden Sie dieses Format mit Image. Dieses Format entspricht android.graphics.ImageFormat#FLEX_RGBA_8888, und kann , und #COLOR_Format32bitARGB8888 Formate darstellen #COLOR_Format32bitABGR8888#COLOR_Format32bitBGRA8888.

Java Dokumentation für android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRGBAFlexible.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: