Click or drag to resize

IAudioControl Interface

[This is preliminary documentation and is subject to change.]

Defines the audio control capability

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "Media")]
public interface IAudioControl

The IAudioControl type exposes the following members.

Properties
  NameDescription
Public propertyBalance
Left-right levels between 0.0(full-left) and 1.0(full-right). Centered at 0.5
Public propertyBass
Low-end Bass level between 0.0 and 1.0
Public propertyIsDirectSoundControl
Determines if device accepts values for the various sound properties versus simple up/down commands
Public propertyLoudness
Sets Loudness response between 0.0 and 1.0
Public propertyMute
Immediately set volume to zero when set to true and return to previous level when set to false
Public propertyTreble
High-end Treble level between 0.0 and 1.0
Public propertyVolume
Sound pressure level between 0.0 and 1.0
Top
Methods
  NameDescription
Public methodBassChange
Incrementally adjust Bass up or down by the increment
Public methodTrebleChange
Incrementally adjust treble up or down by the increment
Public methodVolumeChange
Incrementally adjust volume up or down by the increment
Top
See Also