AudioSource

interface AudioSource

The interface for audio source

See also

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun close()

Close audio source.

Link copied to clipboard
abstract fun open(): Boolean

Open audio source.

Link copied to clipboard
abstract fun read(buffer: ByteBuffer, sizeInBytes: Int): Int
abstract fun read(    buffer: ByteArray,     offsetInBytes: Int,     sizeInBytes: Int): Int