Flutter Sound Helpers API

ffMpegGetMediaInformation()

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>

Last updated

Was this helpful?