| Package | com.adobe.cc.cea608 |
| Class | public class DecoderActiveServiceEvent |
| Inheritance | DecoderActiveServiceEvent com.adobe.cc.cea608.DecoderEvent |
| Property | Defined By | ||
|---|---|---|---|
| activeService : String [read-only]
The service that has become active
| DecoderActiveServiceEvent | ||
| Method | Defined By | ||
|---|---|---|---|
DecoderActiveServiceEvent(type:String, decoder:Decoder, activeService:String = null)
Constructor
| DecoderActiveServiceEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| NEW_CC_SERVICE_ACTIVE : String = NEW_CC_SERVICE_ACTIVE [static]
Type of the event dispatched when a new CC service becomes active. | DecoderActiveServiceEvent | ||
| activeService | property |
activeService:String [read-only] The service that has become active
public function get activeService():String| DecoderActiveServiceEvent | () | Constructor |
public function DecoderActiveServiceEvent(type:String, decoder:Decoder, activeService:String = null)Constructor
Parameterstype:String | |
decoder:Decoder | |
activeService:String (default = null) |
| NEW_CC_SERVICE_ACTIVE | Constant |
public static const NEW_CC_SERVICE_ACTIVE:String = NEW_CC_SERVICE_ACTIVEType of the event dispatched when a new CC service becomes active.