CVPixelBuffer.BaseAddress Property

Definition

Pointers to the base address storing the pixels.   Must call M:CoreVideo.CVPixelBuffer.Lock* to to lock the base address

public IntPtr BaseAddress { get; }
member this.BaseAddress : nativeint

Property Value

IntPtr

nativeint

Pointer to the base address storing the pixels, or P:System.IntPtr.Zero if the pixel buffer is not locked.

Applies to