AudioSourceFactory

interface AudioSourceFactory

The factory interface to create AudioSource and the format

See also

Functions

Link copied to clipboard
abstract fun create(): AudioSource

Create a AudioSource

Link copied to clipboard
abstract fun getFormat(): AudioFormat

Return an audio format of audio source which will be created from create

Inheritors

Link copied to clipboard