Packagecom.bourre.media.video
Interfacepublic interface MetaData
ImplementorsMetaDataInfo

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The MetaData interface.

TODO Documentation.



Public Methods
 MethodDefined by
  
getDuration():Number
Returns the duration of the video file, in seconds.
MetaData
  
MetaData
  
getKeyTimes():Array
MetaData
  
MetaData
  
Returns the size of the video file, in seconds.
MetaData
  
hasKeyFrames():Boolean
MetaData
Method detail
getDuration()method
public function getDuration():Number

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns the duration of the video file, in seconds.

Returns
Number — The duration of the video file, in seconds.
getKeyFilePositions()method 
public function getKeyFilePositions():Array

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
Array
getKeyTimes()method 
public function getKeyTimes():Array

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
Array
getLastTimeStamp()method 
public function getLastTimeStamp():Number

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
Number
getSize()method 
public function getSize():Dimension

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns the size of the video file, in seconds.

Returns
Dimension — The size of the video file, in seconds.
hasKeyFrames()method 
public function hasKeyFrames():Boolean

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
Boolean