Static AVAssetWriterInputMediaDataLocationBeforeMainMediaDataNotInterleaved

Source
pub unsafe static AVAssetWriterInputMediaDataLocationBeforeMainMediaDataNotInterleaved: &'static AVAssetWriterInputMediaDataLocation
Available on crate feature AVAssetWriterInput only.
Expand description

Indicates that the media data should be laid out before all the media data with AVAssetWriterInputMediaDataLocationInterleavedWithMainMediaData and not be interleaved.

See also Apple’s documentation