FFmpegKit iOS / macOS / tvOS API
4.4
|
Instance Methods | |
(instancetype) | - init: |
(instancetype) | - init:withExecuteCallback: |
(instancetype) | - init:withExecuteCallback:withLogCallback: |
(instancetype) | - init:withExecuteCallback:withLogCallback:withLogRedirectionStrategy: |
(BOOL) | - isFFmpeg [implementation] |
(BOOL) | - isFFprobe [implementation] |
Instance Methods inherited from AbstractSession | |
(void) | - waitForAsynchronousMessagesInTransmit: |
(ExecuteCallback) | - getExecuteCallback [implementation] |
(LogCallback) | - getLogCallback [implementation] |
(long) | - getSessionId [implementation] |
(NSDate *) | - getCreateTime [implementation] |
(NSDate *) | - getStartTime [implementation] |
(NSDate *) | - getEndTime [implementation] |
(long) | - getDuration [implementation] |
(NSArray *) | - getArguments [implementation] |
(NSString *) | - getCommand [implementation] |
(NSArray *) | - getAllLogsWithTimeout: [implementation] |
(NSArray *) | - getAllLogs [implementation] |
(NSArray *) | - getLogs [implementation] |
(NSString *) | - getAllLogsAsStringWithTimeout: [implementation] |
(NSString *) | - getAllLogsAsString [implementation] |
(NSString *) | - getLogsAsString [implementation] |
(NSString *) | - getOutput [implementation] |
(SessionState) | - getState [implementation] |
(ReturnCode *) | - getReturnCode [implementation] |
(NSString *) | - getFailStackTrace [implementation] |
(LogRedirectionStrategy) | - getLogRedirectionStrategy [implementation] |
(BOOL) | - thereAreAsynchronousMessagesInTransmit [implementation] |
(void) | - addLog: [implementation] |
(void) | - startRunning [implementation] |
(void) | - complete: [implementation] |
(void) | - fail: [implementation] |
(void) | - cancel [implementation] |
Class Methods | |
(void) | + initialize [implementation] |
An FFprobe session.
Definition at line 29 of file FFprobeSession.h.
- (instancetype) init: | (NSArray*) | arguments |
Builds a new FFprobe session.
arguments | command arguments |
Reimplemented in MediaInformationSession.
Definition at line 1 of file FFprobeSession.m.
- (instancetype) init: | (NSArray*) | arguments | |
withExecuteCallback: | (ExecuteCallback) | executeCallback | |
Builds a new FFprobe session.
arguments | command arguments |
executeCallback | session specific execute callback |
Reimplemented in MediaInformationSession.
Definition at line 1 of file FFprobeSession.m.
- (instancetype) init: | (NSArray*) | arguments | |
withExecuteCallback: | (ExecuteCallback) | executeCallback | |
withLogCallback: | (LogCallback) | logCallback | |
Builds a new FFprobe session.
arguments | command arguments |
executeCallback | session specific execute callback |
logCallback | session specific log callback |
Reimplemented in MediaInformationSession.
Definition at line 1 of file FFprobeSession.m.
- (instancetype) init: | (NSArray*) | arguments | |
withExecuteCallback: | (ExecuteCallback) | executeCallback | |
withLogCallback: | (LogCallback) | logCallback | |
withLogRedirectionStrategy: | (LogRedirectionStrategy) | logRedirectionStrategy | |
Builds a new FFprobe session.
arguments | command arguments |
executeCallback | session specific execute callback |
logCallback | session specific log callback |
logRedirectionStrategy | session specific log redirection strategy |
Reimplemented from AbstractSession.
Definition at line 1 of file FFprobeSession.m.
|
implementation |
Reimplemented from AbstractSession.
Reimplemented in MediaInformationSession.
Definition at line 1 of file FFprobeSession.m.
|
implementation |
Returns whether it is an FFmpeg
session or not.
FFmpeg
session, false otherwise Reimplemented from AbstractSession.
Definition at line 1 of file FFprobeSession.m.
|
implementation |
Returns whether it is an FFprobe
session or not.
FFprobe
session, false otherwise Reimplemented from AbstractSession.
Definition at line 1 of file FFprobeSession.m.