ffMpegGetMediaInformation()
Last updated 4 years ago
Was this helpful?
Dart API:
This verb is used to get various informations on a file.
The informations got with FFmpegGetMediaInformation() are .
Example:
print( await getLastFFmpegCommandOutput() );
Map info = await flutterSoundHelper.FFmpegGetMediaInformation( uri );
</div>