ffMpegGetMediaInformation()

Flutter Sound Helpers API


ffMpegGetMediaInformation()

This verb is used to get various informations on a file.

The informations got with FFmpegGetMediaInformation() are documented here.

Example:

        print( await getLastFFmpegCommandOutput() );
        Map<dynamic, dynamic> info = await flutterSoundHelper.FFmpegGetMediaInformation( uri );