ISimpleAudioVolume Interface

Enables a client to control the master volume level of an audio session.

The IAudioClient.Initialize method initializes a stream object and assigns the stream to an audio session.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("87CE5498-68D6-44E5-9215-6DA47EF883D8")]
public interface ISimpleAudioVolume

Remarks

Methods

GetMasterVolume Retrieves the client volume level for the audio session.
GetMute Retrieves the current muting state for the audio session.
SetMasterVolume Sets the master volume level for the audio session.
SetMute Sets the muting state for the audio session.

See Also