Modifier and Type | Method | Description |
---|---|---|
int |
getAlertVolume() |
The alert volume (as a percentage of the output volume).
|
int |
getInputVolume() |
The sound input volume.
|
int |
getOutputVolume() |
The sound output volume.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
boolean |
isOutputMuted() |
Is the sound output muted?
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("ouvl") @Kind("property") @Name("output volume") @Type("integer") int getOutputVolume()
@Code("invl") @Kind("property") @Name("input volume") @Type("integer") int getInputVolume()
@Code("alvl") @Kind("property") @Name("alert volume") @Type("integer") int getAlertVolume()
@Code("mute") @Kind("property") @Name("output muted") @Type("boolean") boolean isOutputMuted()