IAudioSessionControl2 Interface
Enables a client to configure the control parameters for an audio session and to monitor events in the 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("BFB7FF88-7239-4FC9-8FA2-07C950BE9C6D")]
public interface IAudioSessionControl2
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("BFB7FF88-7239-4FC9-8FA2-07C950BE9C6D")>
Public Interface IAudioSessionControl2
Dim instance As IAudioSessionControl2
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"BFB7FF88-7239-4FC9-8FA2-07C950BE9C6D")]
public interface class IAudioSessionControl2
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("BFB7FF88-7239-4FC9-8FA2-07C950BE9C6D")>]
type IAudioSessionControl2 = interface end
No code example is currently available or this language may not be supported.