![]() |
FFmpegKit iOS / macOS / tvOS API 4.5
|
#import <MediaInformationJsonParser.h>
Class Methods | |
(MediaInformation *) | + from: |
(MediaInformation *) | + from:with: |
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 1 of file MediaInformationJsonParser.m.
+ (MediaInformation *) from: | (NSString*) | ffprobeJsonOutput | |
with: | (NSError*) | error | |
Extracts MediaInformation
from the given FFprobe json output.
ffprobeJsonOutput | FFprobe json output |
error | error to save the parsing error if a parsing error occurs |
Definition at line 1 of file MediaInformationJsonParser.m.