Flutter Sound Helpers API

isFFmpegAvailable()

isFFmpegAvailable()

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

Example:

Dart

Javascript


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

        Lorem ipsum ...

</div>

Last updated