IAudioSessionCallback

interface IAudioSessionCallback

Functions

Link copied to clipboard
abstract fun onAudioStateChanged(    isPlaying: Boolean,     duration: Int,     progress: Int,     needChangeActivityVolumeControlStream: Boolean)
Link copied to clipboard
abstract fun onDurationComputed(duration: Int)
Link copied to clipboard
abstract fun onOutputChanged()
Link copied to clipboard
abstract fun onProgress(progress: Int)