VideoCuePoint
Kind of class: | public class |
---|---|
Package: | |
Inherits from: |
|
Classpath: | org.asaplibrary.ui.video.VideoCuePoint |
File last modified: | Wednesday, 11 May 2011, 18:47:41 |
cuepoint data is dispatched when an embedded cue point is reached while playing a video file
this class converts untyped info object into typed data
Summary
Constructor
-
VideoCuePoint
(inData:Object)
- Constructor.
Instance properties
-
name
: String
- The name given to the cue point when it was embedded in the FLV file
-
parameters
: Array
- A associative array of name/value pair strings specified for this cue point.
-
time
: Number
- The time in seconds at which the cue point occurred in the video file during playback
-
type
: Boolean
- A Boolean value that is true if the FLV file is encoded with a keyframe on the last frame that allows seeking to the end of a progressive download movie clip
Constructor
VideoCuePoint
function VideoCuePoint(inData:Object)
Constructor.
Parameters
data:Object to parse, this should be a raw NetStream.onMetaData data object.
Instance properties
name
name:String(read,write)
The name given to the cue point when it was embedded in the FLV file
parameters
parameters:Array(read,write)
A associative array of name/value pair strings specified for this cue point.
time
time:Number(read,write)
The time in seconds at which the cue point occurred in the video file during playback
type
type:Boolean(read,write)
A Boolean value that is true if the FLV file is encoded with a keyframe on the last frame that allows seeking to the end of a progressive download movie clip