videoComposition(_:shouldContinueValidatingAfterFindingEmptyTimeRange:)
Reports a time range that has no corresponding video composition instruction.
Declaration
optional func videoComposition(_ videoComposition: AVVideoComposition, shouldContinueValidatingAfterFindingEmptyTimeRange timeRange: CMTimeRange) -> BoolParameters
- videoComposition:
The video composition being validated.
- timeRange:
The time range that has no corresponding video composition instruction.
Return Value
true if the video composition should continue validation in order to report additional problems that may exist, otherwise false.