Class fever.medias.video.VideoCuePoint

Description

VideoCuePoint class.

Field Index

name, parameters, time, type

Method Index

new VideoCuePoint()
create(), toString()

Constructor Detail

VideoCuePoint

public function VideoCuePoint(label:String, stamp:Number, cueType:VideoCuePointType, parameters:Object)

Constructor.

Field Detail

name

public name:String [Read Only]
The name given to the cue point when it was embedded in the FLV file.

time

public time:Number [Read Only]
The time in seconds at which the cue point occurred in the video file during playback.

type

public type:VideoCuePointType [Read Only]

parameters

public parameters:Object [Read Only]
A associative array of name/value pair strings specified for this cue point.

Method Detail

create

static public function create(o:Object):VideoCuePoint

Creates VideoCuePoint from basic object structure.

Usually o is retreive during medadata data loop.

toString

public function toString():String

Returns string representation.