CVPixelBufferAttributes.PlaneAlignment Property

Definition

Specifies the alignment of the planes within the buffer.

public Nullable<int> PlaneAlignment { get; set; }
member this.PlaneAlignment : Nullable<int> with get, set

Property Value

Planes will start on a byte number which is a multiple of this value.

Remarks

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

Applies to