20#ifndef FFMPEG_KIT_MEDIA_INFORMATION_SESSION_H
21#define FFMPEG_KIT_MEDIA_INFORMATION_SESSION_H
41 static std::shared_ptr<ffmpegkit::MediaInformationSession>
create(
const std::list<std::string>& arguments);
73 void setMediaInformation(
const std::shared_ptr<ffmpegkit::MediaInformation> mediaInformation);
105 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