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