다음을 통해 공유


MediaCodecInfo.CodecCapabilities.COLORFormat32bitABGR8888 필드

정의

주의

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

픽셀 RGBA 색 형식당 32비트( 8비트 빨강, 녹색, 파랑 및 알파 구성 요소 포함)

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

필드 값

Value = 2130747392
특성

설명

픽셀 RGBA 색 형식당 32비트( 8비트 빨강, 녹색, 파랑 및 알파 구성 요소 포함)

32비트 little-endian 표현을 사용하여 빨강 7:0, 녹색 15:8, 파란색 23:16 및 알파 31:24로 저장된 색입니다.

byte              byte             byte              byte
<------ i -----> | <---- i+1 ----> | <---- i+2 ----> | <---- i+3 ----->
            +-----------------+-----------------+-----------------+-----------------+
            |       RED       |      GREEN      |       BLUE      |      ALPHA      |
            +-----------------+-----------------+-----------------+-----------------+

이 값은 android.graphics.PixelFormat#RGBA_8888에 해당합니다.

에 대한 android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format32bitABGR8888Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상