MiniAudioInputPlatformInterface class abstract
Abstract interface for audio input (microphone) capture functionality.
Constructors
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
-
createContext(
) → Future< MiniAudioInputContextPlatformInterface> - Create an audio input capture context.
-
enumerateDevices(
) → Future< List< MiniAVDeviceInfo> > - Enumerate available audio input (microphone) devices.
-
getDefaultFormat(
String deviceId) → Future< MiniAVAudioInfo> - Get default audio format for a given input device.
-
getSupportedFormats(
String deviceId) → Future< List< MiniAVAudioInfo> > - Get supported audio formats for a given input device.
-
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