Banuba SDK
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Properties
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
Functions
•
All
Classes
Files
Functions
Properties
libs
djinni
generated
objc
BNBEffectPlayerPlaybackState.h
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file generated by Djinni from effect_player.djinni
3
4
#import <Foundation/Foundation.h>
5
6
/** The EffectPlayerPlaybackState enum values are available states of effect player playback life cycle */
7
typedef
NS_ENUM
(NSInteger, BNBEffectPlayerPlaybackState)
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
};
NS_ENUM
typedef NS_ENUM(NSInteger, BNBEffectPlayerPlaybackState)
The EffectPlayerPlaybackState enum values are available states of effect player playback life cycle.
Definition:
BNBEffectPlayerPlaybackState.h:7
Generated by
1.8.20