ObjectType enum

SYZ_OBJECT_TYPE.

Inheritance

Constructors

ObjectType()
const

Values

context → const ObjectType

SYZ_OTYPE_CONTEXT = 0

buffer → const ObjectType

SYZ_OTYPE_BUFFER = 1

bufferGenerator → const ObjectType

SYZ_OTYPE_BUFFER_GENERATOR = 2

streamingGenerator → const ObjectType

SYZ_OTYPE_STREAMING_GENERATOR = 3

noiseGenerator → const ObjectType

SYZ_OTYPE_NOISE_GENERATOR = 4

directSource → const ObjectType

SYZ_OTYPE_DIRECT_SOURCE = 5

angularPannedSource → const ObjectType

SYZ_OTYPE_ANGULAR_PANNED_SOURCE = 6

scalarPannedSource → const ObjectType

SYZ_OTYPE_SCALAR_PANNED_SOURCE = 7

source3d → const ObjectType

SYZ_OTYPE_SOURCE_3D = 8

globalEcho → const ObjectType

SYZ_OTYPE_GLOBAL_ECHO = 9

globalFdnReverb → const ObjectType

SYZ_OTYPE_GLOBAL_FDN_REVERB = 10

streamHandle → const ObjectType

SYZ_OTYPE_STREAM_HANDLE = 11

automationBatch → const ObjectType

SYZ_OTYPE_AUTOMATION_BATCH = 12

fastSineBankGenerator → const ObjectType

SYZ_OTYPE_FAST_SINE_BANK_GENERATOR = 13

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<ObjectType>
A constant List of the values in this enum, in order of their declaration.