AndroidMicrophoneInfo class

Requires API level 28

Constructors

AndroidMicrophoneInfo({required String description, required int id, required int type, required String address, required AndroidMicrophoneLocation location, required int group, required int indexInTheGroup, required List<double> position, required List<double> orientation, required List<List<double>> frequencyResponse, required List<List<int>> channelMapping, required double sensitivity, required double maxSpl, required double minSpl, required AndroidMicrophoneDirectionality directionality})

Properties

address String
final
channelMapping List<List<int>>
final
description String
final
directionality AndroidMicrophoneDirectionality
final
frequencyResponse List<List<double>>
final
group int
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
indexInTheGroup int
final
location AndroidMicrophoneLocation
final
maxSpl double
final
minSpl double
final
orientation List<double>
final
position List<double>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensitivity double
final
type int
final

Methods

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