PlaybackDevice class final

CaptureDevice exposed to Dart.

Used to get a list available playback devices by calling SoLoud.listPlaybackDevices. Once you have a list of playback devices you can use SoLoud.changeDevice to change the output device while the engine is running or use SoLoud.init to set the output device while initializing the engine.

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
The ID of the device.
final
isDefault bool
Whether this is the default playback device.
final
name String
The name of the device.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited