Packagetv.ustream.viewer.logic.modules
Classpublic class ViewerModuleManager
InheritanceViewerModuleManager Inheritance tv.ustream.modules.ModuleManager

The ModuleManager class handles the different modules the broadcaster can create. It includes the viewer counting, polls, overlay layers. The ModuleManager called by the media server, processes the received data, and instatiates and returns the relevant Module class.



Public Properties
 PropertyDefined By
  advert : Advert
[read-only] Returns the reference of the advert module
ViewerModuleManager
  allViewers : AllViewers
[read-only] Returns the reference of the AllViewers module
ViewerModuleManager
  buffer : Buffer
[read-only] Returns the reference of the Buffer module
ViewerModuleManager
  cohost : Cohost
[read-only] Returns the reference of the Cohost module
ViewerModuleManager
  comments : Comments
[read-only] Returns the reference of the Comments module
ViewerModuleManager
  gps : Gps
[read-only] Returns the reference of the gps module
ViewerModuleManager
  layers : Layers
[read-only] Returns the reference of the Layers module
ViewerModuleManager
  logo : Logo
[read-only] Returns the reference of the Logo module
ViewerModuleManager
  meta : Meta
[read-only] Returns the reference of the Meta module
ViewerModuleManager
  multiCam : MultiCam
[read-only] Returns the reference of the MultiCam module
ViewerModuleManager
  poll : Poll
[read-only] Returns the reference of the Poll module
ViewerModuleManager
  share : Share
[read-only] Returns the reference of the Share module
ViewerModuleManager
  skin : Skin
[read-only] Returns the reference of the Skin module
ViewerModuleManager
  smooth : Smooth
[read-only] Returns the reference of the Smooth module
ViewerModuleManager
  transform : Transform
[read-only] Returns the reference of the transform module
ViewerModuleManager
  viewers : Viewers
[read-only] Returns the reference of the Viewers module
ViewerModuleManager
Public Methods
 MethodDefined By
  
ViewerModuleManager(logic:* = null)
ViewerModuleManager
Events
 Event Summary Defined By
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
  ViewerModuleManager
Property Detail
advertproperty
advert:Advert  [read-only]

Returns the reference of the advert module


Implementation
    public function get advert():Advert
allViewersproperty 
allViewers:AllViewers  [read-only]

Returns the reference of the AllViewers module


Implementation
    public function get allViewers():AllViewers
bufferproperty 
buffer:Buffer  [read-only]

Returns the reference of the Buffer module


Implementation
    public function get buffer():Buffer
cohostproperty 
cohost:Cohost  [read-only]

Returns the reference of the Cohost module


Implementation
    public function get cohost():Cohost
commentsproperty 
comments:Comments  [read-only]

Returns the reference of the Comments module


Implementation
    public function get comments():Comments
gpsproperty 
gps:Gps  [read-only]

Returns the reference of the gps module


Implementation
    public function get gps():Gps
layersproperty 
layers:Layers  [read-only]

Returns the reference of the Layers module


Implementation
    public function get layers():Layers
logoproperty 
logo:Logo  [read-only]

Returns the reference of the Logo module


Implementation
    public function get logo():Logo
metaproperty 
meta:Meta  [read-only]

Returns the reference of the Meta module


Implementation
    public function get meta():Meta
multiCamproperty 
multiCam:MultiCam  [read-only]

Returns the reference of the MultiCam module


Implementation
    public function get multiCam():MultiCam
pollproperty 
poll:Poll  [read-only]

Returns the reference of the Poll module


Implementation
    public function get poll():Poll
shareproperty 
share:Share  [read-only]

Returns the reference of the Share module


Implementation
    public function get share():Share
skinproperty 
skin:Skin  [read-only]

Returns the reference of the Skin module


Implementation
    public function get skin():Skin
smoothproperty 
smooth:Smooth  [read-only]

Returns the reference of the Smooth module


Implementation
    public function get smooth():Smooth
transformproperty 
transform:Transform  [read-only]

Returns the reference of the transform module


Implementation
    public function get transform():Transform
viewersproperty 
viewers:Viewers  [read-only]

Returns the reference of the Viewers module


Implementation
    public function get viewers():Viewers
Constructor Detail
ViewerModuleManager()Constructor
public function ViewerModuleManager(logic:* = null)



Parameters
logic:* (default = null)
Event Detail
createAdmin Event
Event Object Type: flash.events.Event

createAdvert Event  
Event Object Type: flash.events.Event

createAgeVerification Event  
Event Object Type: flash.events.Event

createAllViewers Event  
Event Object Type: flash.events.Event

createBuffer Event  
Event Object Type: flash.events.Event

createCohost Event  
Event Object Type: flash.events.Event

createComments Event  
Event Object Type: flash.events.Event

createGps Event  
Event Object Type: flash.events.Event

createLogo Event  
Event Object Type: flash.events.Event

createMeta Event  
Event Object Type: flash.events.Event

createMultiCam Event  
Event Object Type: flash.events.Event

createPoll Event  
Event Object Type: flash.events.Event

createShare Event  
Event Object Type: flash.events.Event

createSkin Event  
Event Object Type: flash.events.Event

createSmooth Event  
Event Object Type: flash.events.Event

createStream Event  
Event Object Type: flash.events.Event

createTransform Event  
Event Object Type: flash.events.Event

createUms Event  
Event Object Type: flash.events.Event

createViewers Event  
Event Object Type: flash.events.Event