Contents

kVTDecodeFrame_EnableTemporalProcessing

A flag that indicates to enable temporal processing.

Declaration

kVTDecodeFrame_EnableTemporalProcessing

Discussion

With this bit cleared, the video decoder should emit every frame once that frame’s decoding is done–frames may not be delayed indefinitely. With the bit set, it is legal for the decoder to delay frames indefinitely–at least until VTDecompressionSessionFinishDelayedFrames(_:) or VTDecompressionSessionInvalidate(_:) is called.

See Also

Flags