AVAssetExportSession.ResumptionState.resumable(isResumingFromPreviousState:)
The export session is successfully configured for resumption.
Declaration
case resumable(isResumingFromPreviousState: Bool)Parameters
- isResumingFromPreviousState:
trueif the export will continue from a previously interrupted state;falseif starting/restarting from beginning.