public/util/flutter_sound_ffmpeg library 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 = void Function(FlutterSoundCompletedFFmpegExecution execution)
- StatisticsCallback = void Function(FlutterSoundStatistics? statistics)