MediaCodecInfo.CodecCapabilities.COLORFormat64bitABGRFloat Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.Media.MediaCodecCapabilities enum directly instead of this field.
64 Bit pro Pixel RGBA-Farbformat mit 16-Bit-signierten Gleitkomma-Komponenten rot, grün, blau und alpha.
[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
Feldwert
Value = 2130710294- Attribute
Hinweise
64 Bit pro Pixel RGBA-Farbformat mit 16-Bit-signierten Gleitkomma-Komponenten rot, grün, blau und alpha.
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
Dies android.graphics.PixelFormat#RGBA_F16entspricht .
Java Dokumentation für android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format64bitABGRFloat.
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.