AVVideoSettingsUncompressed 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
압축되지 않은 비디오에 대한 구성을 관리합니다.
public class AVVideoSettingsUncompressed : CoreVideo.CVPixelBufferAttributes
type AVVideoSettingsUncompressed = class
inherit CVPixelBufferAttributes
- 상속
생성자
AVVideoSettingsUncompressed() |
기본 생성자입니다. |
AVVideoSettingsUncompressed(NSDictionary) |
압축되지 않은 비디오에 대한 구성을 관리합니다. |
속성
AllocateWithIOSurface |
이 키를 설정하면 CoreVideo가 IOSurface를 사용하여 비디오 버퍼를 할당하도록 지시합니다. 이는 픽셀 버퍼의 일부 사용에 필요합니다. (다음에서 상속됨 CVPixelBufferAttributes) |
BytesPerRowAlignment |
픽셀 버퍼의 행당 바이트 수를 나타냅니다. (다음에서 상속됨 CVPixelBufferAttributes) |
CGBitmapContextCompatibility |
픽셀 버퍼가 Core Graphics 비트맵 컨텍스트와 호환되는지 여부를 나타냅니다. (다음에서 상속됨 CVPixelBufferAttributes) |
CGImageCompatibility |
픽셀 버퍼가 CGImage 형식과 호환되는지 여부를 나타냅니다. (다음에서 상속됨 CVPixelBufferAttributes) |
Dictionary |
래핑된 를 가져옵니다 NSDictionary. (다음에서 상속됨 DictionaryContainer) |
ExtendedPixelsBottom |
이미지 아래쪽에 안쪽 여백이 있는 픽셀 수입니다. (다음에서 상속됨 CVPixelBufferAttributes) |
ExtendedPixelsLeft |
이미지 왼쪽에 안쪽 여백이 있는 픽셀 수입니다. (다음에서 상속됨 CVPixelBufferAttributes) |
ExtendedPixelsRight |
이미지 오른쪽에 안쪽 여백이 있는 픽셀 수입니다. (다음에서 상속됨 CVPixelBufferAttributes) |
ExtendedPixelsTop |
이미지의 위쪽에 안쪽 여백이 있는 픽셀 수입니다. (다음에서 상속됨 CVPixelBufferAttributes) |
Height |
픽셀 버퍼의 높이입니다. (다음에서 상속됨 CVPixelBufferAttributes) |
MemoryAllocator |
픽셀 버퍼에 사용되는 할당자입니다. (다음에서 상속됨 CVPixelBufferAttributes) |
MetalCompatibility |
픽셀 버퍼가 Metal과 호환되는지 여부를 나타냅니다. (다음에서 상속됨 CVPixelBufferAttributes) |
OpenGLCompatibility |
픽셀 버퍼가 OpenGL 컨텍스트와 호환되는지 여부를 나타냅니다. (다음에서 상속됨 CVPixelBufferAttributes) |
OpenGLESCompatibility |
픽셀 버퍼가 Embedded Systems 컨텍스트용 OpenGL과 호환되는지 여부를 나타냅니다. (다음에서 상속됨 CVPixelBufferAttributes) |
PixelFormatType |
픽셀 버퍼의 픽셀 형식입니다. (다음에서 상속됨 CVPixelBufferAttributes) |
PlaneAlignment |
버퍼 내의 평면 맞춤을 지정합니다. (다음에서 상속됨 CVPixelBufferAttributes) |
ScalingMode |
비디오 크기 조정 모드를 나타냅니다. |
Width |
픽셀 버퍼의 너비입니다. (다음에서 상속됨 CVPixelBufferAttributes) |