#import <BNBVisualClip.h>
Definition at line 16 of file BNBVisualClip.h.
◆ create:effectsTemplatesPath:listener:
+ (nullable BNBVisualClip *) create: |
|
(nonnull NSString *) |
musicDbPath |
effectsTemplatesPath: |
|
(nonnull NSString *) |
effectsTemplatesPath |
listener: |
|
(nullable id< BNBVisualClipListener >) |
listener |
|
|
| |
Create instance of visual clip processor.
- Parameters
-
musicDbPath | absolute path to folder with music info |
effectsTemplatesPath | absolute path to folder with effects templates |
listener | callback |
◆ process:numFrames:resultSize:
- (nonnull NSArray<NSString *> *) process: |
|
(nonnull NSArray< BNBVisualClipVideo * > *) |
videos |
numFrames: |
|
(int32_t) |
numFrames |
resultSize: |
|
(int32_t) |
resultSize |
|
|
| |
Process video and get recomendations.
- Parameters
-
videos | array of videos to process |
numFrames | number of frames in video to process |
resultSize | number of recomendations in result array |
- Returns
- array of recomendations, each is json, sorted by relevance
The documentation for this class was generated from the following file: