Contents

PHASESoundEvent.SeekHandlerReason

Indicates the status after a sound event changes its playback position.

Declaration

enum SeekHandlerReason

Overview

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

Initializers

See Also

Seeking a Time