IAudioControl Interface |
[This is preliminary documentation and is subject to change.]
Namespace: GHASchema.Classes.Capabilities.Media
[GHACapabilityAttribute("", "Media")] public interface IAudioControl
The IAudioControl type exposes the following members.
Name | Description | |
---|---|---|
![]() | Balance |
Left-right levels between 0.0(full-left) and 1.0(full-right). Centered at 0.5
|
![]() | Bass |
Low-end Bass level between 0.0 and 1.0
|
![]() | IsDirectSoundControl |
Determines if device accepts values for the various sound properties versus simple up/down commands
|
![]() | Loudness |
Sets Loudness response between 0.0 and 1.0
|
![]() | Mute |
Immediately set volume to zero when set to true and return to previous level when set to false
|
![]() | Treble |
High-end Treble level between 0.0 and 1.0
|
![]() | Volume |
Sound pressure level between 0.0 and 1.0
|
Name | Description | |
---|---|---|
![]() | BassChange |
Incrementally adjust Bass up or down by the increment
|
![]() | TrebleChange |
Incrementally adjust treble up or down by the increment
|
![]() | VolumeChange |
Incrementally adjust volume up or down by the increment
|