VideoCuePoint class.
public function VideoCuePoint(label:String, stamp:Number, cueType:VideoCuePointType, parameters:Object)Constructor.
public name:String [Read Only]public time:Number [Read Only]public type:VideoCuePointType [Read Only]public parameters:Object [Read Only]static public function create(o:Object):VideoCuePointCreates VideoCuePoint from basic object structure.
Usually o is retreive during medadata data loop.