Gibt die Lautstärke eines Mediensitzungsstreams an.
Konstruktor
Volumen
new
Volume()
Attribute
level
(Anzahl oder nicht definiert)
Ein Wert, der die aktuelle Streamlautstärke von 0.0 bis 1.0 darstellt. Beispielsweise würde ein Wert von 0.5 das Volumen bei der Hälfte seines Maximums widerspiegeln.
stummgeschaltet
(boolesch oder nicht definiert)
true gibt an, dass der Stream stummgeschaltet ist.
[null,null,["Zuletzt aktualisiert: 2023-12-02 (UTC)."],[[["Represents the current volume level and mute status of a media session stream."],["Provides a `level` property (ranging from 0.0 to 1.0) to indicate the stream's volume."],["Includes a `muted` property (boolean) to indicate whether the stream is muted."]]],["The `Volume` class represents a media stream's volume. It has two properties: `level`, a number from 0.0 to 1.0 representing the current volume level (0.5 being half volume), and `muted`, a boolean indicating whether the stream is muted (true) or not. The class includes a constructor `new Volume()`. These properties allow for managing and representing the volume status of a media session.\n"]]