public class MuteMediaCommandParams
extends OCastCommandParams
Represents the parameters of a mute command.
| Constructor and Description |
|---|
MuteMediaCommandParams(boolean isMuted)
Creates an instance of
class MuteMediaCommandParams. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMuted()
Indicates if the media is muted or not.
|
build, getName, optionspublic MuteMediaCommandParams(boolean isMuted)
Creates an instance of class MuteMediaCommandParams.
isMuted - Indicates if the media is muted or not.class MuteMediaCommandParams