AudioKitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AudioKitPlatform
Implementers

Constructors

AudioKitPlatform()
Constructs a AudioKitPlatform.

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

extractAudioFromVideo({required String path, String? outputPath}) Future<bool>
fadeAudio({required String path, int? fadeIn, int? fadeOut, String? outputPath}) Future<bool>
getAllAudioFromDevice() Future<List<Audio>>
getDownloadsDirectory() Future<String?>
getPlatformVersion() Future<String?>
mergeMultipleAudio({required String audioList, String? outputPath}) Future<bool>
mixMultipleAudio({required String audioList, required String delayList, String? outputPath}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trimAudio({required String path, required String name, int? cutRight, int? cutLeft, String? outputPath}) Future<bool>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance AudioKitPlatform
The default instance of AudioKitPlatform to use.
getter/setter pair