20#ifndef FFMPEG_KIT_MEDIA_INFORMATION_SESSION_H
21#define FFMPEG_KIT_MEDIA_INFORMATION_SESSION_H
42 static std::shared_ptr<ffmpegkit::MediaInformationSession>
create(
const std::list<std::string>& arguments);
76 void setMediaInformation(
const std::shared_ptr<ffmpegkit::MediaInformation> mediaInformation);
108 struct PublicMediaInformationSession;
static ffmpegkit::LogCallback logCallback
std::function< void(const std::shared_ptr< ffmpegkit::MediaInformationSession > session)> MediaInformationSessionCompleteCallback
std::function< void(const std::shared_ptr< ffmpegkit::Log > log)> LogCallback