Banuba SDK
Functions
BNBEffectPlayerPlaybackState.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBEffectPlayerPlaybackState)
 The EffectPlayerPlaybackState enum values are available states of effect player playback life cycle. More...
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBEffectPlayerPlaybackState   
)

The EffectPlayerPlaybackState enum values are available states of effect player playback life cycle.

Not initialized/stopped states

Active playback state

Playback is paused and ready to resume from saved position

Definition at line 7 of file BNBEffectPlayerPlaybackState.h.

8 {
9  /** Not initialized/stopped states */
10  BNBEffectPlayerPlaybackStateInactive,
11  /** Active playback state */
12  BNBEffectPlayerPlaybackStateActive,
13  /** Playback is paused and ready to resume from saved position */
14  BNBEffectPlayerPlaybackStatePaused,
15 };