ffmpeg library Null safety Utilities


Flutter Sound uses its own ffmpeg module instead of depends on flutter_ffmpeg plugin, because we wanted to simplify the App dependencies declarations specially on Android.


Classes

FlutterSoundCompletedFFmpegExecution
Represents a completed FFmpeg execution.
FlutterSoundFFmpeg
FlutterSoundFFmpegConfig
FlutterSoundFFmpegExecution
Represents an ongoing FFmpeg execution.
FlutterSoundFFprobe
FlutterSoundLog
FlutterSoundMediaInformation
FlutterSoundStatistics
FlutterSoundStreamInformation

Typedefs

ExecuteCallback(FlutterSoundCompletedFFmpegExecution execution) → void
LogCallback(FlutterSoundLog log) → void
StatisticsCallback(FlutterSoundStatistics? statistics) → void