review: improve comments

This commit is contained in:
Valere
2026-03-24 18:25:09 +01:00
parent 1bc2abb84f
commit fc61a36d4a
2 changed files with 11 additions and 7 deletions

View File

@@ -70,7 +70,9 @@ export class AndroidControlledAudioOutput implements MediaDevice<
"[MediaDevices AndroidControlledAudioOutput]",
);
// STATE stream: the current state of the controller, including the list of available devices and the selected device.
/**
* STATE stream: the current state of the controller, including the list of available devices and the selected device.
*/
private readonly controllerState$: Behavior<ControllerState>;
/**