Banuba SDK
|
This class will mock data from default source to data from file. More...
#import <BNBPushFrameMocker.h>
Instance Methods | |
(void) | - process: |
Parse file and start pushing frame to Effect player. More... | |
Class Methods | |
(nullable BNBPushFrameMocker *) | + create:provider: |
This class will mock data from default source to data from file.
Used for testing and debug.
Definition at line 11 of file BNBPushFrameMocker.h.
+ (nullable BNBPushFrameMocker *) create: | (nullable BNBEffectPlayer *) | player | |
provider: | (nullable BNBFramesProvider *) | provider | |
player | effect player to which attach this provider. |
provider | provider to fetch frames from |
- (void) process: | (nonnull NSString *) | outputFile |
Parse file and start pushing frame to Effect player.
outputFile | path to file to write processed data in internal format. |