IAudioSessionManager2 class com
The IAudioSessionManager2 interface enables an application to manage submixes for the audio device.
- Inheritance
-
- Object
- IUnknown
- IAudioSessionManager
- IAudioSessionManager2
Constructors
-
IAudioSessionManager2(Pointer<
COMObject> ptr) - IAudioSessionManager2.from(IUnknown interface)
-
factory
Properties
Methods
-
addRef(
) → int -
Increments the reference count for an interface pointer to a COM object.
inherited
-
detach(
) → void -
Detaches the object from the
Finalizer
.inherited -
getAudioSessionControl(
Pointer< GUID> AudioSessionGuid, int StreamFlags, Pointer<Pointer< SessionControl) → intCOMObject> > -
inherited
-
getSessionEnumerator(
Pointer< Pointer< SessionEnum) → intCOMObject> > -
getSimpleAudioVolume(
Pointer< GUID> AudioSessionGuid, int StreamFlags, Pointer<Pointer< AudioVolume) → intCOMObject> > -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
Queries a COM object for a pointer to one of its interface; identifying
the interface by a reference to its interface identifier (IID).
inherited
-
registerDuckNotification(
Pointer< Utf16> sessionID, Pointer<COMObject> duckNotification) → int -
registerSessionNotification(
Pointer< COMObject> SessionNotification) → int -
release(
) → int -
Decrements the reference count for an interface on a COM object.
inherited
-
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unregisterDuckNotification(
Pointer< COMObject> duckNotification) → int -
unregisterSessionNotification(
Pointer< COMObject> SessionNotification) → int
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited