|
MobileFFmpeg iOS / tvOS API
4.4
|
Instance Methods | |
| (instancetype) | - initWithExecutionId:andArguments: |
| (NSDate *) | - getStartTime |
| (long) | - getExecutionId |
| (NSString *) | - getCommand |
Represents an ongoing FFmpeg execution.
Definition at line 25 of file FFmpegExecution.h.
| - (NSString *) getCommand |
Definition at line 26 of file FFmpegExecution.m.
| - (long) getExecutionId |
Definition at line 26 of file FFmpegExecution.m.
| - (NSDate *) getStartTime |
Definition at line 26 of file FFmpegExecution.m.
| - (instancetype) initWithExecutionId: | (long) | newExecutionId | |
| andArguments: | (NSArray*) | arguments | |
Definition at line 26 of file FFmpegExecution.m.
1.8.18