|
|
| AudioBuffer (const AudioBuffer &)=delete |
| |
|
| AudioBuffer (AudioBuffer &&) noexcept |
| |
|
AudioBuffer & | operator= (const AudioBuffer &)=delete |
| |
|
AudioBuffer & | operator= (AudioBuffer &&) noexcept |
| |
|
void | Load (const MxString &path) |
| |
|
BindableId | GetNativeHandle () const |
| |
|
size_t | GetChannelCount () const |
| |
|
size_t | GetFrequency () const |
| |
|
size_t | GetNativeFormat () const |
| |
|
size_t | GetSampleCount () const |
| |
|
AudioType | GetAudioType () const |
| |
|
const MxString & | GetFilePath () const |
| |
The documentation for this class was generated from the following files:
- src/Platform/OpenAL/AudioBuffer.h
- src/Platform/OpenAL/AudioBuffer.cpp