Audio::AudioSystem class

Public static functions

static auto Get() -> AudioSystem*

Public functions

auto CreateAudioTrack() -> AudioTrack virtual
Creates a new audio channel (an individual track where only one sound can be played at the same time) and returns the index used to reference it.

Function documentation

AudioTrack Audio::AudioSystem::CreateAudioTrack() virtual

Creates a new audio channel (an individual track where only one sound can be played at the same time) and returns the index used to reference it.

Returns