![]() |
Shkyera Engine
Easy to use, game engine for Python
|
Sound instance that manages playback of an audio asset. More...
#include <Sound.hpp>
Public Member Functions | |
Sound (std::unique_ptr< ma_sound > sound) | |
~Sound () | |
Public Attributes | |
std::unique_ptr< ma_sound > | sound |
Raw miniaudio sound instance. | |
Sound instance that manages playback of an audio asset.
|
explicit |
sound | Raw miniaudio sound instance to manage |
shkyera::Sound::~Sound | ( | ) |
std::unique_ptr<ma_sound> shkyera::Sound::sound |
Raw miniaudio sound instance.