IAudioSessionControl 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("F4B1A599-7266-4319-A8CA-E70ACB11E8CD")]
public interface IAudioSessionControl
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("F4B1A599-7266-4319-A8CA-E70ACB11E8CD")>
Public Interface IAudioSessionControl
Dim instance As IAudioSessionControl
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"F4B1A599-7266-4319-A8CA-E70ACB11E8CD")]
public interface class IAudioSessionControl
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("F4B1A599-7266-4319-A8CA-E70ACB11E8CD")>]
type IAudioSessionControl = interface end
No code example is currently available or this language may not be supported.