Freigeben über


MediaCodecInfo.CodecCapabilities.COLORFormatL16 Feld

Definition

Achtung

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

16 Bit pro Pixel, little-endian Y-Farbformat.

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

Feldwert

Value = 36
Attribute

Hinweise

16 Bit pro Pixel, little-endian Y-Farbformat.

byte                   byte
<--------- i --------> | <------ i + 1 ------>
            +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
            |                       Y                       |
            +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
             0                    7   0                    7
            bit

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

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: