| Package | com.adobe.mediacore.events |
| Class | public class ClosedCaptioningEvent |
| Inheritance | ClosedCaptioningEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| newActiveService : String [read-only] | ClosedCaptioningEvent | ||
| Method | Defined By | ||
|---|---|---|---|
ClosedCaptioningEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, newActiveService:String = null) | ClosedCaptioningEvent | ||
clone():Event [override]
| ClosedCaptioningEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CC_NEW_ACTIVE_SERVICE : String = ccNewActiveService [static] | ClosedCaptioningEvent | ||
| newActiveService | property |
newActiveService:String [read-only] public function get newActiveService():String| ClosedCaptioningEvent | () | Constructor |
public function ClosedCaptioningEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, newActiveService:String = null)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
newActiveService:String (default = null) |
| clone | () | method |
override public function clone():EventReturns
Event |
| CC_NEW_ACTIVE_SERVICE | Constant |
public static const CC_NEW_ACTIVE_SERVICE:String = ccNewActiveService