Static kVTCompressionPropertyKey_MoreFramesAfterEnd

Source
pub unsafe static kVTCompressionPropertyKey_MoreFramesAfterEnd: &'static CFString
Available on crate feature VTCompressionProperties only.
Expand description

Indicates whether and how a compression session’s frames will be concatenated with other compressed frames to form a longer series.

True if frames compressed in a separate session will be concatenated following the end of this one. False if this is a stand-alone session, or if this session will encode the last segment of a multi-segment compression. By default, false.

See also Apple’s documentation