![]() |
Banuba SDK
|
#include <functional>Go to the source code of this file.
Enumerations | |
| enum class | bnb::interfaces::effect_player_playback_state : int { inactive , active , paused } |
| The EffectPlayerPlaybackState enum values are available states of effect player playback life cycle. More... | |
|
strong |
The EffectPlayerPlaybackState enum values are available states of effect player playback life cycle.
| Enumerator | |
|---|---|
| inactive | Not initialized/stopped states. |
| active | Active playback state. |
| paused | Playback is paused and ready to resume from saved position. |
Definition at line 15 of file effect_player_playback_state.hpp.