| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| camActivity — Property, class tv.ustream.broadcaster.logic.publishers.FlashPublisher |
| |
| camera — Property, class tv.ustream.viewer.logic.modules.Cohost |
|
Sets the viewer's camera. |
| cameraName — Property, class tv.ustream.broadcaster.logic.publishers.FlashPublisher |
|
Sets the current video device name. |
| cameraName — Property, class tv.ustream.broadcaster.logic.publishers.FlixPublisher |
|
Overrides the base method, to call the cameraName settings through ExternalInterface on the Flix plugin. |
| cameraName — Event, class tv.ustream.broadcaster.logic.publishers.Publisher |
|
Fires when the broadcaster changes the selected video device. |
| cameraName — Property, class tv.ustream.broadcaster.logic.publishers.Publisher |
|
Sets and gets the current video device's name. |
| cameraNames — Property, class tv.ustream.broadcaster.logic.publishers.Publisher |
|
Returns the list of available video devices. |
| campaignId — Property, class tv.ustream.viewer.logic.media.Recorded |
| |
| cancelRecord — Event, class tv.ustream.broadcaster.logic.Logic |
|
The record successfully cancelled. |
| cancelRecord() — method, class tv.ustream.broadcaster.logic.Logic |
|
Cancels the current record. |
| canSetDevices — Property, class tv.ustream.broadcaster.logic.publishers.Publisher |
|
Returns true, if the broadcaster is allowed set the video device. |
| canSetQuality — Property, class tv.ustream.broadcaster.logic.publishers.Publisher |
|
Returns true, if the broadcaster is allowed set the quality of the video. |
| canSetVolume — Property, class tv.ustream.broadcaster.logic.publishers.Publisher |
|
Returns true, if the broadcaster is allowed set the volume. |
| canSetWideScreen — Property, class tv.ustream.broadcaster.logic.publishers.Publisher |
| |
| cantSend(reason:String) — method, class tv.ustream.irc.Channel |
| |
| canVote — Property, class tv.ustream.viewer.logic.modules.Poll |
|
Returns if the user can vote, or already voted. |
| cdngw — Static Property, class tv.ustream.viewer.logic.media.Channel |
| |
| channel — Property, class tv.ustream.viewer.logic.Logic |
|
A reference to the Channel object. |
| Channel — class, package tv.ustream.irc |
| |
| Channel — class, package tv.ustream.viewer.logic.media |
|
This class represents the online, currently streaming channel. |
| Channel(name:String, irc:tv.ustream.irc:Irc) — Constructor, class tv.ustream.irc.Channel |
| |
| Channel(id:String, autoPlay:Boolean, password:String, sessionId:String, application:String, args:Object) — Constructor, class tv.ustream.viewer.logic.media.Channel |
|
Constructor. |
| channelId — Property, class tv.ustream.broadcaster.logic.Logic |
|
The broadcaster's channelId. |
| channelMode(mode:String, sign:Boolean, param:any) — method, class tv.ustream.irc.Channel |
| |
| channels — Static Property, class tv.ustream.viewer.logic.media.Channel |
| |
| Chat — class, package tv.ustream.irc |
| |
| Chat(name:String, irc:tv.ustream.irc:Irc) — Constructor, class tv.ustream.irc.Chat |
|
Constructor
|
| city — Property, class tv.ustream.viewer.logic.modules.Gps |
| |
| clear() — method, class tv.ustream.data.DataProvider |
|
Clears the collection by removing all item from it. |
| clone() — method, class tv.ustream.tools.DynamicEvent |
|
Overrides the clone method to ensure the correct event type on forwarding events. |
| cohost — Property, class tv.ustream.broadcaster.logic.modules.BroadcasterModuleManager |
| |
| cohost — Property, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
|
Returns the reference of the Cohost module
|
| Cohost — class, package tv.ustream.broadcaster.logic.modules |
|
Viewer cohost module. |
| Cohost — class, package tv.ustream.viewer.logic.modules |
|
Cohost module. |
| Cohost(logic:any, initValue:any, manager:tv.ustream.modules:ModuleManager) — Constructor, class tv.ustream.broadcaster.logic.modules.Cohost |
|
Constructor
|
| Cohost(logic:any, initValue:any, manager:tv.ustream.modules:ModuleManager) — Constructor, class tv.ustream.viewer.logic.modules.Cohost |
| |
| comments — Property, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
|
Returns the reference of the Comments module
|
| Comments — class, package tv.ustream.viewer.logic.modules |
|
Comments module. |
| Comments(logic:any, initValue:any, manager:tv.ustream.modules:ModuleManager) — Constructor, class tv.ustream.viewer.logic.modules.Comments |
| |
| compare(update:Array, key:String, updateOnly:Boolean) — method, class tv.ustream.data.DataProvider |
| |
| comScoreBeacon() — method, class tv.ustream.viewer.logic.media.Recorded |
| |
| connect — Event, class tv.ustream.broadcaster.logic.Logic |
|
The logic is trying to connect to the received FMS server url. |
| connect — Event, class tv.ustream.irc.Irc |
| |
| connect() — method, class tv.ustream.viewer.logic.media.Channel |
| |
| connect() — method, class tv.ustream.viewer.logic.media.Recorded |
| |
| connected — Event, class tv.ustream.broadcaster.logic.Logic |
|
The logic successfully connected to the received FMS server. |
| connected — Event, class tv.ustream.irc.Irc |
| |
| connectFailed — Event, class tv.ustream.broadcaster.logic.Logic |
|
Failed to connect to the FMS. |
| connection — Property, class tv.ustream.broadcaster.logic.modules.Cohost |
|
Overrides the orignal setter method, to add additional callback methods to the connection. |
| connection — Property, class tv.ustream.broadcaster.logic.modules.Layers |
|
Overrides the default connection setter to set a default size to the Layers. |
| connection — Property, class tv.ustream.broadcaster.logic.modules.Library |
| |
| connection — Property, class tv.ustream.broadcaster.logic.modules.Twitter |
| |
| container — Property, class tv.ustream.broadcaster.logic.modules.Cohost |
| |
| country — Property, class tv.ustream.viewer.logic.modules.Gps |
| |
| createAdmin — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createAdvert — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createAgeVerification — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createAllViewers — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createBuffer — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createChannel — Event, class tv.ustream.irc.Irc |
| |
| createChannel — Event, class tv.ustream.viewer.logic.Logic |
|
A Channel has been created. |
| createChannel(id:String, autoPlay:Boolean, password:String, ... rest) — method, class tv.ustream.viewer.logic.Logic |
|
Creates a Channel object for the passed channel id. |
| CREATE_CHANNEL — Constant Static Property, class tv.ustream.viewer.logic.Logic |
| |
| createChat — Event, class tv.ustream.irc.Irc |
| |
| createChat(chatName:String) — method, class tv.ustream.irc.Irc |
| |
| createCohost — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createComments — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createConviva() — method, class tv.ustream.viewer.logic.media.Recorded |
| |
| createGps — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createLogo — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createMeta — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createModules — Event, class tv.ustream.broadcaster.logic.Logic |
| |
| createModules(... rest) — method, class tv.ustream.viewer.logic.media.Channel |
| |
| createModules(... rest) — method, class tv.ustream.viewer.logic.media.Recorded |
| |
| createMultiCam — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createPoll — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createPublisher — Event, class tv.ustream.broadcaster.logic.Logic |
|
The logic created a Publisher instance. |
| createRecorded — Event, class tv.ustream.viewer.logic.Logic |
|
A Recorded has benn created. |
| createRecorded(id:String, autoPlay:Boolean, youTube:Boolean, ... rest) — method, class tv.ustream.viewer.logic.Logic |
|
Creates a Recorded object to play back video on demand files. |
| CREATE_RECORDED — Constant Static Property, class tv.ustream.viewer.logic.Logic |
| |
| createShare — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createSkin — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createSlideShow — Event, class tv.ustream.viewer.logic.Logic |
|
A SlideShow has been created. |
| CREATE_SLIDESHOW — Constant Static Property, class tv.ustream.viewer.logic.Logic |
| |
| createSmooth — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createStream — Event, class tv.ustream.viewer.logic.media.Recorded |
|
The stream has connected and playing. |
| createStream — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createTransform — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createUms — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
| createViewers — Event, class tv.ustream.viewer.logic.modules.ViewerModuleManager |
| |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |