Banuba SDK
BNBFramesProvider.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from spal.djinni
3 
4 #import "BanubaEffectPlayer/BNBFullImageData.h"
5 #import <Foundation/Foundation.h>
6 @class BNBFramesProvider;
7 
8 
9 @interface BNBFramesProvider : NSObject
10 
11 + (nullable BNBFramesProvider *)create:(nonnull NSString *)path;
12 
13 /** @return `null` if there is no more frames. */
14 - (nullable BNBFullImageData *)nextImage;
15 
16 - (nonnull NSDictionary<NSString *, NSString *> *)getDeviceInfo;
17 
18 @end
BNBFramesProvider
Definition: BNBFramesProvider.h:10
-[BNBFramesProvider getDeviceInfo]
nonnull NSDictionary< NSString *, NSString * > * getDeviceInfo()
-[BNBFramesProvider nextImage]
nullable BNBFullImageData * nextImage()