UnnamedStruct13 class final

Inheritance
Implemented types
Available extensions

Constructors

UnnamedStruct13()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
loopbackProcessExclude int
When set to true, excludes the process specified by loopbackProcessID. By default, the process will be included.
getter/setter pair
loopbackProcessID int
The process ID to include or exclude for loopback mode. Set to 0 to capture audio from all processes. Ignored when an explicit device ID is specified.
getter/setter pair
noAutoConvertSRC int
When set to true, disables the use of AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM.
getter/setter pair
noAutoStreamRouting int
Disables automatic stream routing.
getter/setter pair
noDefaultQualitySRC int
When set to true, disables the use of AUDCLNT_STREAMFLAGS_SRC_DEFAULT_QUALITY.
getter/setter pair
noHardwareOffloading int
Disables WASAPI's hardware offloading feature.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usage int
When configured, uses Avrt APIs to set the thread characteristics.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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