CVPixelBufferAttributes.AllocateWithIOSurface 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.
If this key is set, this instructs CoreVideo to allocate the video buffers using the IOSurface. This is required for some uses of pixel buffers.
public Nullable<bool> AllocateWithIOSurface { get; set; }
member this.AllocateWithIOSurface : Nullable<bool> with get, set