IAudioSessionControl class Null safety com Interface
Constructors
Properties
Methods
-
AddRef(
) → int -
inherited
-
GetDisplayName(
Pointer< Pointer< pRetVal) → intUtf16> > -
GetGroupingParam(
Pointer< GUID> pRetVal) → int -
GetIconPath(
Pointer< Pointer< pRetVal) → intUtf16> > -
GetState(
Pointer< Int32> pRetVal) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
QueryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
inherited
-
RegisterAudioSessionNotification(
Pointer< COMObject> NewNotifications) → int -
Release(
) → int -
inherited
-
SetDisplayName(
Pointer< Utf16> Value, Pointer<GUID> EventContext) → int -
SetGroupingParam(
Pointer< GUID> Override, Pointer<GUID> EventContext) → int -
SetIconPath(
Pointer< Utf16> Value, Pointer<GUID> EventContext) → int -
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
UnregisterAudioSessionNotification(
Pointer< COMObject> NewNotifications) → int
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited