CVPixelBufferAttributes.Width Property

Definition

The width of the pixel buffer.

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

Property Value

Nullable<System.System.IntPtr>

Nullable<System.nativeint>

Remarks

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

Applies to