Packagecom.adobe.cc.cea608
Classpublic class DecoderActiveServiceEvent
InheritanceDecoderActiveServiceEvent Inheritance com.adobe.cc.cea608.DecoderEvent



Public Properties
 PropertyDefined By
  activeService : String
[read-only] The service that has become active
DecoderActiveServiceEvent
Public Methods
 MethodDefined By
  
DecoderActiveServiceEvent(type:String, decoder:Decoder, activeService:String = null)
Constructor
DecoderActiveServiceEvent
Public Constants
 ConstantDefined By
  NEW_CC_SERVICE_ACTIVE : String = NEW_CC_SERVICE_ACTIVE
[static] Type of the event dispatched when a new CC service becomes active.
DecoderActiveServiceEvent
Property Detail
activeServiceproperty
activeService:String  [read-only]

The service that has become active


Implementation
    public function get activeService():String
Constructor Detail
DecoderActiveServiceEvent()Constructor
public function DecoderActiveServiceEvent(type:String, decoder:Decoder, activeService:String = null)

Constructor

Parameters
type:String
 
decoder:Decoder
 
activeService:String (default = null)
Constant Detail
NEW_CC_SERVICE_ACTIVEConstant
public static const NEW_CC_SERVICE_ACTIVE:String = NEW_CC_SERVICE_ACTIVE

Type of the event dispatched when a new CC service becomes active.