IAudioClient class com Interface

Inheritance

Constructors

IAudioClient(Pointer<COMObject> ptr)

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AddRef() int
inherited
GetBufferSize(Pointer<Uint32> pNumBufferFrames) int
GetCurrentPadding(Pointer<Uint32> pNumPaddingFrames) int
GetDevicePeriod(Pointer<Int64> phnsDefaultDevicePeriod, Pointer<Int64> phnsMinimumDevicePeriod) int
GetMixFormat(Pointer<Pointer<WAVEFORMATEX>> ppDeviceFormat) int
GetService(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppv) int
GetStreamLatency(Pointer<Int64> phnsLatency) int
Initialize(int ShareMode, int StreamFlags, int hnsBufferDuration, int hnsPeriodicity, Pointer<WAVEFORMATEX> pFormat, Pointer<GUID> AudioSessionGuid) int
IsFormatSupported(int ShareMode, Pointer<WAVEFORMATEX> pFormat, Pointer<Pointer<WAVEFORMATEX>> ppClosestMatch) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
QueryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
Release() int
inherited
Reset() int
SetEventHandle(int eventHandle) int
Start() int
Stop() 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

Operators

operator ==(Object other) bool
The equality operator.
inherited