UnnamedStruct31 class final

Inheritance
Implemented types
Available extensions

Constructors

UnnamedStruct31()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
calculateLFEFromSpatialChannels int
getter/setter pair
channelMap Array<ma_channel>
getter/setter pair
channelMixMode int
getter/setter pair
channels int
getter/setter pair
converter ma_data_converter
getter/setter pair
format int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id ma_device_id
If using an explicit device, will be set to a copy of the ID used for initialization. Otherwise cleared to 0.
getter/setter pair
intermediaryBufferCap int
getter/setter pair
intermediaryBufferLen int
How many valid frames are sitting in the intermediary buffer.
getter/setter pair
internalChannelMap Array<ma_channel>
getter/setter pair
internalChannels int
getter/setter pair
internalFormat int
getter/setter pair
internalPeriods int
getter/setter pair
internalPeriodSizeInFrames int
getter/setter pair
internalSampleRate int
getter/setter pair
name Array<Char>
Maybe temporary. Likely to be replaced with a query API.
getter/setter pair
pID Pointer<ma_device_id>
Set to NULL if using default ID, otherwise set to the address of "id".
getter/setter pair
pIntermediaryBuffer Pointer<Void>
For implementing fixed sized buffer callbacks. Will be null if using variable sized callbacks.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareMode int
Set to whatever was passed in when the device was initialized.
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