videoComposition(_:shouldContinueValidatingAfterFindingInvalidValueForKey:)
Reports that a key that has an invalid value.
Declaration
optional func videoComposition(_ videoComposition: AVVideoComposition, shouldContinueValidatingAfterFindingInvalidValueForKey key: String) -> BoolParameters
- videoComposition:
The video composition being validated.
- key:
The key being validated.
Return Value
true if the video composition should continue validation in order to report additional problems that may exist, otherwise false.