Contents

videoComposition(_:shouldContinueValidatingAfterFindingEmptyTimeRange:)

Reports a time range that has no corresponding video composition instruction.

Declaration

optional func videoComposition(_ videoComposition: AVVideoComposition, shouldContinueValidatingAfterFindingEmptyTimeRange timeRange: CMTimeRange) -> Bool

Parameters

  • 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.

See Also

Configuring validation methods