MobileFFmpeg iOS / tvOS API  4.4
Instance Methods
FFmpegExecution Class Reference

Instance Methods

(instancetype) - initWithExecutionId:andArguments:
 
(NSDate *) - getStartTime
 
(long) - getExecutionId
 
(NSString *) - getCommand
 

Detailed Description

Represents an ongoing FFmpeg execution.

Definition at line 25 of file FFmpegExecution.h.

Method Documentation

◆ getCommand

- (NSString *) getCommand

Definition at line 26 of file FFmpegExecution.m.

◆ getExecutionId

- (long) getExecutionId

Definition at line 26 of file FFmpegExecution.m.

◆ getStartTime

- (NSDate *) getStartTime

Definition at line 26 of file FFmpegExecution.m.

◆ initWithExecutionId:andArguments:

- (instancetype) initWithExecutionId: (long)  newExecutionId
andArguments: (NSArray*)  arguments 

Definition at line 26 of file FFmpegExecution.m.


The documentation for this class was generated from the following files: