MediaCodecInfo.CodecCapabilities.COLORFormatRawBayer10bit Field

Definition

Caution

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

SMIA 10-bit Bayer format.

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

Field Value

Value = 31
Attributes

Remarks

SMIA 10-bit Bayer format.

Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRawBayer10bit.

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.

Applies to