IAudioSessionManager Interface
Enables a client to access the session controls and volume controls for both cross-process and process-specific audio sessions.
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("BFA971F1-4D5E-40BB-935E-967039BFBEE4")]
public interface IAudioSessionManager
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("BFA971F1-4D5E-40BB-935E-967039BFBEE4")>
Public Interface IAudioSessionManager
Dim instance As IAudioSessionManager
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"BFA971F1-4D5E-40BB-935E-967039BFBEE4")]
public interface class IAudioSessionManager
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("BFA971F1-4D5E-40BB-935E-967039BFBEE4")>]
type IAudioSessionManager = interface end
No code example is currently available or this language may not be supported.