Freigeben über


MediaCodecInfo.CodecCapabilities.COLORFormat32bitABGR8888 Feld

Definition

Achtung

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

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

[Android.Runtime.Register("COLOR_Format32bitABGR8888", 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 COLORFormat32bitABGR8888 = 2130747392;
[<Android.Runtime.Register("COLOR_Format32bitABGR8888", 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 COLORFormat32bitABGR8888 : Android.Media.MediaCodecCapabilities

Feldwert

Value = 2130747392
Attribute

Hinweise

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

Bei Verwendung der 32-Bit-Little-Endian-Darstellung werden Farben als Rot 7:0, Grün 15:8, Blau 23:16 und Alpha 31:24 gespeichert.

byte              byte             byte              byte
<------ i -----> | <---- i+1 ----> | <---- i+2 ----> | <---- i+3 ----->
            +-----------------+-----------------+-----------------+-----------------+
            |       RED       |      GREEN      |       BLUE      |      ALPHA      |
            +-----------------+-----------------+-----------------+-----------------+

Dies entspricht android.graphics.PixelFormat#RGBA_8888.

Java-Dokumentation für android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format32bitABGR8888.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: