PHASESoundEvent.SeekHandlerReason
Indicates the status after a sound event changes its playback position.
Declaration
enum SeekHandlerReasonOverview
When your app changes the playback position of a sound event by calling seek(to:completion:), the framework invokes the argument closure when the seek succeeds or fails. PHASE passes an instance of this enumeration to the closure to describe the results of the call.
Topics
Reasons
PHASESoundEvent.SeekHandlerReason.seekSuccessfulPHASESoundEvent.SeekHandlerReason.failureSeekAlreadyInProgressPHASESoundEvent.SeekHandlerReason.failure