CVPixelBufferAttributes.PlaneAlignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.