Loading...
ffMpegGetMediaInformation()
Dart API: ffMpegGetMediaInformation()arrow-up-right
This verb is used to get various informations on a file.
The informations got with FFmpegGetMediaInformation() are .
Example:
</div>
print( await getLastFFmpegCommandOutput() );
Map info = await flutterSoundHelper.FFmpegGetMediaInformation( uri );