Flutter Sound Helpers API
isFFmpegAvailable()
isFFmpegAvailable()
isFFmpegAvailable()
Dart 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 ...
</div>
Last updated
Was this helpful?