CVPixelBufferAttributes.BytesPerRowAlignment Property

Definition

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.

Applies to