validateSegments(_:)
Returns a Boolean value that indicates whether a given array of track segments conform to the timing rules for a composition track.
Declaration
func validateSegments(_ trackSegments: [AVCompositionTrackSegment]) throwsParameters
- trackSegments:
The track segments to validate.