MiniAVFFILoopbackContextPlatform class
FFI implementation of MiniLoopbackContextPlatformInterface.
- Inheritance
-
- Object
- MiniLoopbackContextPlatformInterface
- MiniAVFFILoopbackContextPlatform
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDestroyed → bool
-
Whether this context has been destroyed
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
configure(
String deviceId, MiniAVAudioInfo format) → Future< void> -
Configure the loopback context with a device and format.
override
-
destroy(
) → Future< void> -
Destroy this loopback context and release resources.
override
-
getConfiguredFormat(
) → Future< MiniAVAudioInfo> -
Get the configured format.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startCapture(
void onData(MiniAVBuffer buffer, Object? userData), {Object? userData}) → Future< void> -
Start loopback capture.
onDatais called for each audio buffer received.override -
stopCapture(
) → Future< void> -
Stop loopback capture.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited