| Package | com.bourre.media.video |
| Interface | public interface MetaData |
| Implementors | MetaDataInfo |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
TODO Documentation.
| Method | Defined by | ||
|---|---|---|---|
|
getDuration():Number
Returns the duration of the video file, in seconds.
| MetaData | ||
|
getKeyFilePositions():Array
| MetaData | ||
|
getKeyTimes():Array
| MetaData | ||
|
getLastTimeStamp():Number
| MetaData | ||
|
Returns the size of the video file, in seconds.
| MetaData | ||
|
hasKeyFrames():Boolean
| MetaData | ||
| 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.
ReturnsNumber — 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 |
Array |
| getKeyTimes | () | method |
public function getKeyTimes():Array
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Array |
| getLastTimeStamp | () | method |
public function getLastTimeStamp():Number
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
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.
ReturnsDimension —
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 |
Boolean |