speaker property

Rx<AudioSpeakerKind?> speaker
final

AudioSpeakerKind currently used for audio output.

Only meaningful for mobile devices, since under desktop and Web the MediaUtils work much better with handling everything.

Implementation

final Rx<AudioSpeakerKind?> speaker = Rx(null);