enabled property
The AudioTrack property
enabled specifies whether or not the described audio
track is currently enabled for use. If the track is disabled by setting
enabled to false, the track is muted and does not produce
audio.
Implementation
external bool get enabled;
Implementation
external set enabled(bool value);