![]() |
FFmpegKit Linux API 5.1
|
#include <MediaInformationJsonParser.h>
Static Public Member Functions | |
static std::shared_ptr< ffmpegkit::MediaInformation > | from (const std::string &ffprobeJsonOutput) |
static std::shared_ptr< ffmpegkit::MediaInformation > | fromWithError (const std::string &ffprobeJsonOutput) |
A parser that constructs MediaInformation from FFprobe's json output.
Definition at line 31 of file MediaInformationJsonParser.h.
|
static |
Extracts MediaInformation
from the given FFprobe json output.
ffprobeJsonOutput | FFprobe json output |
Definition at line 31 of file MediaInformationJsonParser.cpp.
|
static |
Extracts MediaInformation
from the given FFprobe json output. If a parsing error occurs an std::exception is thrown.
ffprobeJsonOutput | FFprobe json output |
Definition at line 40 of file MediaInformationJsonParser.cpp.