Banuba SDK
BNBPushFrameMocker.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 "BNBFramesProvider.h"
5 #import <Foundation/Foundation.h>
6 @class BNBEffectPlayer;
7 @class BNBPushFrameMocker;
8 
9 
10 /** This class will mock data from default source to data from file. Used for testing and debug. */
11 @interface BNBPushFrameMocker : NSObject
12 
13 /**
14  * @param player effect player to which attach this provider.
15  * @param provider provider to fetch frames from
16  */
17 + (nullable BNBPushFrameMocker *)create:(nullable BNBEffectPlayer *)player
18  provider:(nullable BNBFramesProvider *)provider;
19 
20 /**
21  * Parse file and start pushing frame to Effect player.
22  * @param outputFile path to file to write processed data in internal format.
23  */
24 - (void)process:(nonnull NSString *)outputFile;
25 
26 @end
BNBFramesProvider
Definition: BNBFramesProvider.h:10
BNBPushFrameMocker
This class will mock data from default source to data from file.
Definition: BNBPushFrameMocker.h:12
BNBFramesProvider.h
BNBEffectPlayer
The EffectPlayer class provides ability to play AR effects on set of images or video.
Definition: BNBEffectPlayer.h:78