AVAssetWritingPlanner.SegmentResult.success
Finish the segment successfully without saving state.
Declaration
case successDiscussion
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.