Banuba SDK
Loading...
Searching...
No Matches
Enumerations
effect_player_playback_state.hpp File Reference
#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...
 

Enumeration Type Documentation

◆ effect_player_playback_state

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.

15 : int {
16 /** Not initialized/stopped states */
18 /** Active playback state */
19 active,
20 /** Playback is paused and ready to resume from saved position */
21 paused,
22};
@ inactive
Not initialized/stopped states.
@ paused
Playback is paused and ready to resume from saved position.