![]() |
FFmpegKit iOS / macOS / tvOS API 5.1
|
#import <MediaInformationJsonParser.h>
Class Methods | |
(MediaInformation *) | + from: |
(MediaInformation *) | + fromWithError: |
A parser that constructs MediaInformation from FFprobe's json output.
Definition at line 29 of file MediaInformationJsonParser.h.
+ (MediaInformation *) from: | (NSString*) | ffprobeJsonOutput |
Extracts MediaInformation
from the given FFprobe json output.
ffprobeJsonOutput | FFprobe json output |
Definition at line 23 of file MediaInformationJsonParser.m.
+ (MediaInformation *) fromWithError: | (NSString*) | ffprobeJsonOutput |
Extracts MediaInformation
from the given FFprobe json output. If a parsing error occurs an NSException is thrown.
ffprobeJsonOutput | FFprobe json output |
Definition at line 23 of file MediaInformationJsonParser.m.