Source
SoundChannel play(String name, [bool loop, SoundTransform soundTransform]) { return this.getSegment(name).play(loop, soundTransform); }
SoundChannel play(String name, [bool loop, SoundTransform soundTransform]) { return this.getSegment(name).play(loop, soundTransform); }