HardwareBuffer.Bgra1010102 필드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.