Properties enum

SYZ_PROPERTIES.

Inheritance

Constructors

Properties()
const

Values

azimuth → const Properties

SYZ_P_AZIMUTH = 0

buffer → const Properties

SYZ_P_BUFFER = 1

elevation → const Properties

SYZ_P_ELEVATION = 2

gain → const Properties

SYZ_P_GAIN = 3

defaultPannerStrategy → const Properties

SYZ_P_DEFAULT_PANNER_STRATEGY = 4

panningScalar → const Properties

SYZ_P_PANNING_SCALAR = 5

playbackPosition → const Properties

SYZ_P_PLAYBACK_POSITION = 6

position → const Properties

SYZ_P_POSITION = 7

orientation → const Properties

SYZ_P_ORIENTATION = 8

closenessBoost → const Properties

SYZ_P_CLOSENESS_BOOST = 9

closenessBoostDistance → const Properties

SYZ_P_CLOSENESS_BOOST_DISTANCE = 10

distanceMax → const Properties

SYZ_P_DISTANCE_MAX = 11

distanceModel → const Properties

SYZ_P_DISTANCE_MODEL = 12

distanceRef → const Properties

SYZ_P_DISTANCE_REF = 13

rolloff → const Properties

SYZ_P_ROLLOFF = 14

defaultClosenessBoost → const Properties

SYZ_P_DEFAULT_CLOSENESS_BOOST = 15

defaultClosenessBoostDistance → const Properties

SYZ_P_DEFAULT_CLOSENESS_BOOST_DISTANCE = 16

defaultDistanceMax → const Properties

SYZ_P_DEFAULT_DISTANCE_MAX = 17

defaultDistanceModel → const Properties

SYZ_P_DEFAULT_DISTANCE_MODEL = 18

defaultDistanceRef → const Properties

SYZ_P_DEFAULT_DISTANCE_REF = 19

defaultRolloff → const Properties

SYZ_P_DEFAULT_ROLLOFF = 20

looping → const Properties

SYZ_P_LOOPING = 21

noiseType → const Properties

SYZ_P_NOISE_TYPE = 22

pitchBend → const Properties

SYZ_P_PITCH_BEND = 23

inputFilterEnabled → const Properties

SYZ_P_INPUT_FILTER_ENABLED = 24

inputFilterCutoff → const Properties

SYZ_P_INPUT_FILTER_CUTOFF = 25

meanFreePath → const Properties

SYZ_P_MEAN_FREE_PATH = 26

t60 → const Properties

SYZ_P_T60 = 27

lateReflectionsLfRolloff → const Properties

SYZ_P_LATE_REFLECTIONS_LF_ROLLOFF = 28

lateReflectionsLfReference → const Properties

SYZ_P_LATE_REFLECTIONS_LF_REFERENCE = 29

lateReflectionsHfRolloff → const Properties

SYZ_P_LATE_REFLECTIONS_HF_ROLLOFF = 30

lateReflectionsHfReference → const Properties

SYZ_P_LATE_REFLECTIONS_HF_REFERENCE = 31

lateReflectionsDiffusion → const Properties

SYZ_P_LATE_REFLECTIONS_DIFFUSION = 32

lateReflectionsModulationDepth → const Properties

SYZ_P_LATE_REFLECTIONS_MODULATION_DEPTH = 33

lateReflectionsModulationFrequency → const Properties

SYZ_P_LATE_REFLECTIONS_MODULATION_FREQUENCY = 34

lateReflectionsDelay → const Properties

SYZ_P_LATE_REFLECTIONS_DELAY = 35

filter → const Properties

SYZ_P_FILTER = 36

filterDirect → const Properties

SYZ_P_FILTER_DIRECT = 37

filterEffects → const Properties

SYZ_P_FILTER_EFFECTS = 38

filterInput → const Properties

SYZ_P_FILTER_INPUT = 39

currentTime → const Properties

SYZ_P_CURRENT_TIME = 40

suggestedAutomationTime → const Properties

SYZ_P_SUGGESTED_AUTOMATION_TIME = 41

frequency → const Properties

SYZ_P_FREQUENCY = 42

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<Properties>
A constant List of the values in this enum, in order of their declaration.