MethodChannelAudioKit class
An implementation of AudioKitPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- AudioKitPlatform
- MethodChannelAudioKit
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
extractAudioFromVideo(
{required String path, String? outputPath}) → Future< bool> -
override
-
fadeAudio(
{required String path, int? fadeIn, int? fadeOut, String? outputPath}) → Future< bool> -
override
-
getAllAudioFromDevice(
) → Future< List< Audio> > -
override
-
getDownloadsDirectory(
) → Future< String?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
mergeMultipleAudio(
{required String audioList, String? outputPath}) → Future< bool> -
override
-
mixMultipleAudio(
{required String audioList, required String delayList, String? outputPath}) → Future< bool> -
override
-
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> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited