This tool find a specific Caption object in a Vector of Captions with a specific time value.
public var captions:Vector.<Caption>
The Vector of all Caption objects to bufferize.
public function Captions(captions:Vector.<Caption> = null)
Creates a new Captions instance.
Parameters | captions:Vector.<Caption> (default = null) — The Vector of all Caption objects to bufferize.
|
public function find(time:Number):Caption
Find a Caption with the specified time value.
Parameters
| time:Number — The time in seconds to find a Caption object.
|
Returns | Caption — A Caption object if it's find in the Vector of captions with the passed-in time value.
|
Mardi Août 16 2011, 02:33 PM +02:00