Contents

AVAssetExportSession.ResumptionState.resumable(isResumingFromPreviousState:)

The export session is successfully configured for resumption.

Declaration

case resumable(isResumingFromPreviousState: Bool)

Parameters

  • isResumingFromPreviousState:

    true if the export will continue from a previously interrupted state; false if starting/restarting from beginning.

See Also

Resumption states