A QueuePerformance works forward through a queue of audio sources. The final element
of the queue is repeated indefinitely. When more elements are added to a QueuePerformance,
the new elements are played immediately following the last complete repeat of any currently
playing element.
descriptor:AudioDescriptor
[read-only]
Implementation public function get descriptor():AudioDescriptor
frameCount:Number
[read-only]
The frame count of the entire Performance.
Implementation public function get frameCount():Number
public function QueuePerformance()
public function addSource(source:IAudioSource ):void
Add a new audio source to the queue of sources rendered by this queue.
Parameters
public function clone():IPerformance
Returns public function getElementsInRange(start:Number, end:Number):Vector.<PerformanceElement >
Obtain a list of of PerformanceElements in this performance, ordered by starting frame index,
whose starting frame lies in a given range.
Parameters
start :Number
— frame count of range start (inclusive)
end :Number
— frame count of the range end (exclusive)
Returns
Copyright 2011-2012 AI Speech Ltd Tue Mar 26 2013, 01:05 PM +08:00