VTDecompressionSession.VTDecompressionMultiImageCapableOutputHandler 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.VTDecompressionMultiImageCapableOutputHandler(VTStatus status, VTDecodeInfoFlags infoFlags, CVImageBuffer? imageBuffer, CMTaggedBufferGroup? taggedBufferGroup, CMTime presentationTimeStamp, CMTime presentationDuration);
type VTDecompressionSession.VTDecompressionMultiImageCapableOutputHandler = delegate of VTStatus * VTDecodeInfoFlags * CVImageBuffer * CMTaggedBufferGroup * CMTime * CMTime -> unit
Parameters
- infoFlags
- VTDecodeInfoFlags
Any information flags about the decode operation.
- imageBuffer
- CVImageBuffer
If the decoding operation was successful, and a single image was decoded, the decoded image.
- taggedBufferGroup
- CMTaggedBufferGroup
If the decoding operation was successful, and multiple images were decoded, the decoded images.
- presentationTimeStamp
- CMTime
The frame's presentation timestamp.
- presentationDuration
- CMTime
The frame's presentation duration.