Timeout

data class Timeout(val sourceId: SourceId) : MediaError

The last operation for sourceId timed out. The user can decide whether to try again.

Constructors

Link copied to clipboard
constructor(sourceId: SourceId)

Properties

Link copied to clipboard
open override val sourceId: SourceId