VTDecompressionSession.VTDecompressionOutputCallback 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.
Handler prototype to be called for each decompressed frame.
public delegate void VTDecompressionSession.VTDecompressionOutputCallback(IntPtr sourceFrame, VTStatus status, VTDecodeInfoFlags flags, CVImageBuffer buffer, CMTime presentationTimeStamp, CMTime presentationDuration);
type VTDecompressionSession.VTDecompressionOutputCallback = delegate of nativeint * VTStatus * VTDecodeInfoFlags * CVImageBuffer * CMTime * CMTime -> unit
Parameters
- sourceFrame
-
IntPtr
nativeint
- status
- VTStatus
- flags
- VTDecodeInfoFlags
- buffer
- CVImageBuffer
- presentationTimeStamp
- CMTime
- presentationDuration
- CMTime