VTDecompressionSession.VTDecompressionOutputMultiImageCallback Delegate
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.
public delegate void VTDecompressionSession.VTDecompressionOutputMultiImageCallback(IntPtr outputMultiImageReference, IntPtr sourceFrameReference, VTStatus status, VTDecodeInfoFlags infoFlags, CMTaggedBufferGroup? taggedBufferGroup, CMTime presentationTimeStamp, CMTime presentationDuration);
type VTDecompressionSession.VTDecompressionOutputMultiImageCallback = delegate of nativeint * nativeint * VTStatus * VTDecodeInfoFlags * CMTaggedBufferGroup * CMTime * CMTime -> unit
Parameters
- outputMultiImageReference
-
IntPtr
nativeint
This is the outputMultiImageReference parameter passed to SetMultiImageCallback(VTDecompressionSession+VTDecompressionOutputMultiImageCallback, IntPtr).
- sourceFrameReference
-
IntPtr
nativeint
This is the sourceFrame parameter passed to DecodeFrame(CMSampleBuffer, VTDecodeFrameFlags, IntPtr, VTDecodeInfoFlags).
- infoFlags
- VTDecodeInfoFlags
Any information flags about the decode operation.
- taggedBufferGroup
- CMTaggedBufferGroup
If the decoding operation was successful, the decoded images.
- presentationTimeStamp
- CMTime
The frame's presentation timestamp.
- presentationDuration
- CMTime
The frame's presentation duration.