CVPixelBufferAttributes.BytesPerRowAlignment 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.
Indicates the number of bytes per row in the pixel buffer.
public Nullable<int> BytesPerRowAlignment { get; set; }
member this.BytesPerRowAlignment : Nullable<int> with get, set
Property Value
Remarks
The property uses constant kCVPixelBufferBytesPerRowAlignmentKey value to access the underlying dictionary.