Failed

data class Failed(val error: AudioError) : AudioSessionState

Session failed with an error.

Constructors

Link copied to clipboard
constructor(error: AudioError)

Properties

Link copied to clipboard

Check if a state allows starting a new operation.

Link copied to clipboard
Link copied to clipboard

Check if a state represents an active session.

Link copied to clipboard

Check if a state represents a terminal state (Complete or Failed).