Contents

kVTCompressionPropertyKey_MoreFramesAfterEnd

A Boolean value indicating whether and how a compression session concatenates frames with other compressed frames to form a longer series.

Declaration

let kVTCompressionPropertyKey_MoreFramesAfterEnd: CFString

Discussion

This value is true if frames compressed in a separate session will be concatenated following the end of the current session. This value is false if the current session is a stand-alone session, or if this session will encode the last segment of a multi-segment compression.

The default value is false.

See Also

Rate Control