Event dispatched by the MediaPlayer when closed captioning info/data
should be processed.
captionData:String
[read-only]
Implementation public function get captionData():String
captionType:String
[read-only]
Implementation public function get captionType():String
public 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():Event
Returnspublic static const CAPTION_INFO:String = captionInfo
Dispatched whenever closed captioning info/data should be processed.
Tue Jan 7 2014, 04:16 PM +02:00