@Immutable public class MediaVolume extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Double |
level
Value from 0 to 1 that represents the current stream volume level
|
protected Boolean |
muted
Whether the stream is muted
|
| Constructor and Description |
|---|
MediaVolume(Double level,
Boolean muted)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.