CVPixelBuffer.BaseAddress 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.
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.