Packagecom.adobe.mediacore.events
Classpublic class CaptionInfoEvent
InheritanceCaptionInfoEvent Inheritance flash.events.Event

Event dispatched by the MediaPlayer when closed captioning info/data should be processed.



Public Properties
 PropertyDefined By
  captionData : String
[read-only]
CaptionInfoEvent
  captionType : String
[read-only]
CaptionInfoEvent
Public Methods
 MethodDefined By
  
CaptionInfoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, captionType:String = null, captionData:String = null)
CaptionInfoEvent
  
clone():Event
[override]
CaptionInfoEvent
Public Constants
 ConstantDefined By
  CAPTION_INFO : String = captionInfo
[static] Dispatched whenever closed captioning info/data should be processed.
CaptionInfoEvent
Property Detail
captionDataproperty
captionData:String  [read-only]


Implementation
    public function get captionData():String
captionTypeproperty 
captionType:String  [read-only]


Implementation
    public function get captionType():String
Constructor Detail
CaptionInfoEvent()Constructor
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)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
CAPTION_INFOConstant
public static const CAPTION_INFO:String = captionInfo

Dispatched whenever closed captioning info/data should be processed.