isFFmpegAvailable()

Flutter Sound Helpers API


isFFmpegAvailable()

This verb is used to know during runtime if FFmpeg is linked with the App.

Example:

        if ( await flutterSoundHelper.isFFmpegAvailable() )
        {
                Duration d = flutterSoundHelper.duration("$myFilePath/bar.wav");
        }
        Lorem ipsum ...