FFmpegAudio class
Constructors
- FFmpegAudio()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
audioToAudio(
{required String inputPath, required String outputPath, bool isOverride = true, void onStdout(String data)?}) → Future< void> -
editAudioMetadata(
{required String inputPath, required String outputPath, required AudioMetadata metadata, bool isOverride = true}) → Future< void> - Audio Metadata Edit
-
getAudioMetadata(
String audioPath) → Future< AudioMetadata> - Audio Metadata
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → FFmpegAudio
-
final