enabled property

bool get enabled

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;
set enabled (bool value)

Implementation

external set enabled(bool value);