chrome.cast.media. VolumeRequest
class static
A request to set the stream volume of the playing media.
Constructor
VolumeRequest
new VolumeRequest(volume)
Parameter |
|
---|---|
volume |
The new volume of the stream. Value must not be null. |
Properties
customData
nullable Object
Custom data for the receiver application.
volume
non-null chrome.cast.Volume
The new volume of the stream. At least one of level or muted must be set.