CVPixelBufferAttributes.Height Property

Definition

The height of the pixel buffer.

public Nullable<nint> Height { get; set; }
member this.Height : Nullable<nint> with get, set

Property Value

Nullable<System.System.IntPtr>

Nullable<System.nativeint>

Remarks

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

Applies to