AudioRemoved

data class AudioRemoved(audioTrack: AudioTrack, time: Double) : SourceEvent

Emitted when an audio track is removed.

Constructors

AudioRemoved
Link copied to clipboard
fun AudioRemoved(audioTrack: AudioTrack, time: Double)

Properties

audioTrack
Link copied to clipboard
@SerializedName(value = track)
val audioTrack: AudioTrack
The removed AudioTrack
time
Link copied to clipboard
val time: Double
The current playback time (in seconds)

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.