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.
Namespace: DevCase.Win32.InterfacesAssembly: 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
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("87CE5498-68D6-44E5-9215-6DA47EF883D8")>
Public Interface ISimpleAudioVolume
Dim instance As ISimpleAudioVolume
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"87CE5498-68D6-44E5-9215-6DA47EF883D8")]
public interface class ISimpleAudioVolume
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("87CE5498-68D6-44E5-9215-6DA47EF883D8")>]
type ISimpleAudioVolume = interface end
No code example is currently available or this language may not be supported.
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.
|