AudioSettingInteger class

Inheritance

Constructors

AudioSettingInteger(AudioContext ctx, int nodeId, int settingId)

Properties

ctx AudioContext
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
nodeId int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settingId int
finalinherited
shortName String
no setterinherited
type AudioSettingType
no setterinherited
value int
getter/setter pairinherited-setteroverride-getter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue(int val, [bool notify = true]) → dynamic
override
toString() String
A string representation of this object.
inherited

Operators

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