Event dispatched by the MediaPlayer when closed captioning info/data
should be processed.
captionData:String [read-only]
Implementation public function get captionData():StringcaptionType:String [read-only]
Implementation public function get captionType():Stringpublic function CaptionInfoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, captionType:String = null, captionData:String = null) Parameters | type:String |
| |
| bubbles:Boolean (default = false) |
| |
| cancelable:Boolean (default = false) |
| |
| captionType:String (default = null) |
| |
| captionData:String (default = null) |
override public function clone():EventReturnspublic static const CAPTION_INFO:String = captionInfo
Dispatched whenever closed captioning info/data should be processed.
Tue Jan 7 2014, 04:16 PM +02:00