Banuba SDK
BNBVideo.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from scene.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 
7 @interface BNBVideo : NSObject
8 
9 - (void)setPosition:(int32_t)position;
10 
11 - (int32_t)getPosition;
12 
13 - (void)play;
14 
15 - (void)pause;
16 
17 - (BOOL)isPlaying;
18 
19 @end
-[BNBVideo getPosition]
int32_t getPosition()
BNBVideo
Definition: BNBVideo.h:8
-[BNBVideo play]
void play()
-[BNBVideo isPlaying]
BOOL isPlaying()
-[BNBVideo pause]
void pause()