libER 0.1.4.2
ELDEN RING API library
|
A single playable sound instance in the sound engine. More...
#include <sound.hpp>
Public Types | |
enum | sound_state : char { INIT = 0 , PLAY = 1 , STOP = 2 , DIAL = 3 } |
The sound playback state. | |
Public Member Functions | |
void | stop_playback () noexcept |
Stop sound playback. | |
bool | is_playing () const noexcept |
Is the sound playing? | |
const sound_state | get_playback_state () const noexcept |
Get the playback state. | |
![]() | |
virtual void | deleter ()=0 |
The deleter method to call when reference count reaches zero. | |
Friends | |
class | CSSound |
A single playable sound instance in the sound engine.
|
inlinenoexcept |
Get the playback state.
|
inlinenoexcept |
Is the sound playing?