AudioOutputOptions class
Constructors
- AudioOutputOptions({String? deviceId, bool? speakerOn})
-
const
Properties
- deviceId → String?
-
The deviceId of the output device to use.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- speakerOn → bool?
-
If true, the audio will be played on the speaker.
for mobile only
final
Methods
-
copyWith(
{String? deviceId, bool? speakerOn}) → AudioOutputOptions -
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