pub unsafe static kVTCompressionPropertyKey_RecommendedParallelizedSubdivisionMinimumFrameCount: &'static CFStringAvailable on crate feature
VTCompressionProperties only.Expand description
If supported by the underlying video encoder, returns the recommended minimum number of video frames for a given subdivision in a parallel encoding configuration.
For best results, ensure that the total number of frames of a parallelized subdivision is greater than or equal to this returned value. See also kVTCompressionPropertyKey_RecommendedParallelizationLimit See also kVTCompressionPropertyKey_RecommendedParallelizedSubdivisionMinimumDuration
See also Appleās documentation