Contents

AVAssetWritingPlanner.SegmentResult.success

Finish the segment successfully without saving state.

Declaration

case success

Discussion

Use this case when the segment completed successfully and you don’t need to save any custom state for resumption.

This is equivalent to calling finish() on the segment request.

See Also

Completion Options