CVPixelBufferAttributes.PixelFormatType Property

Definition

The pixel format of the pixel buffer.

public Nullable<CoreVideo.CVPixelFormatType> PixelFormatType { get; set; }
member this.PixelFormatType : Nullable<CoreVideo.CVPixelFormatType> with get, set

Property Value

Remarks

The property uses constant kCVPixelBufferPixelFormatTypeKey value to access the underlying dictionary.

Applies to