ma_node_base class final

Inheritance
Implemented types
Available extensions

Constructors

ma_node_base()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
cachedDataCapInFramesPerBus int
getter/setter pair
cachedFrameCountIn int
getter/setter pair
cachedFrameCountOut int
getter/setter pair
consumedFrameCountIn int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputBusCount int
getter/setter pair
localTime int
getter/setter pair
outputBusCount int
getter/setter pair
pCachedData Pointer<Float>
getter/setter pair
pInputBuses Pointer<ma_node_input_bus>
getter/setter pair
pNodeGraph Pointer<ma_node_graph>
getter/setter pair
pOutputBuses Pointer<ma_node_output_bus>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ma_node_state
no setter
stateAsInt int
getter/setter pair
stateTimes Array<ma_uint64>
getter/setter pair
vtable Pointer<ma_node_vtable>
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