언어

HardwareBuffer.Bgra1010102 필드

정의

주의

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

2비트 A, 10비트 R, G 및 B 구성 요소가 있는 32비트 압축 형식은 가장 중요한 비트에서 가장 중요한 비트까지 순서대로 구성됩니다.

[Android.Runtime.Register("BGRA_1010102", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.", true)]
public const Android.Hardware.HardwareBufferFormat Bgra1010102 = 67;
[<Android.Runtime.Register("BGRA_1010102", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.", true)>]
val mutable Bgra1010102 : Android.Hardware.HardwareBufferFormat

필드 값

Value = 67

구현

특성

설명

2비트 A, 10비트 R, G 및 B 구성 요소가 있는 32비트 압축 형식은 가장 중요한 비트에서 가장 중요한 비트까지 순서대로 구성됩니다. 구성 요소 값은 데이터 영역에 의해 해석이 정의된 [0, 1] 범위로 정규화되지 않습니다.

에 대한 android.hardware.HardwareBuffer.BGRA_1010102Android 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상