VTDecompressionSession.CopyBlackPixelBuffer(CVPixelBuffer) Method
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.
Get a black pixel buffer from the session.
public VideoToolbox.VTStatus CopyBlackPixelBuffer(out CoreVideo.CVPixelBuffer? pixelBuffer);
member this.CopyBlackPixelBuffer : CVPixelBuffer -> VideoToolbox.VTStatus
Parameters
- pixelBuffer
- CVPixelBuffer
Upon return, the black pixel buffer if successful.
Returns
Ok if successful, or an error code otherwise.