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  
cacheable — Property, class org.openvideoplayer.net.OvpConnection
True if connections can be cached and re-used, false otherwise.
call(command:String, responder:flash.net:Responder, ... rest) — method, interface org.openvideoplayer.net.INetConnection
Invokes a command or method on Flash Media Server or on an application server running Flash Remoting.
call(command:String, responder:flash.net:Responder, ... rest) — method, class org.openvideoplayer.net.OvpConnection
Invokes a command or method on Flash Media Server or on an application server running Flash Remoting.
callFCSubscribe(streamName:String) — method, class com.akamai.net.AkamaiConnection
Call FCSubscribe on the server for a given stream name.
caption — Event, class org.openvideoplayer.cc.OvpCCManager
Dispatched when a caption event has occured.
Caption — class, package org.openvideoplayer.cc
Represents a caption, including text and style formatting information, as well as when to show the caption and when to hide it.
Caption(id:uint, start:Number, end:Number, text:String) — Constructor, class org.openvideoplayer.cc.Caption
Creates a Caption.
CAPTION — Constant Static Property, class org.openvideoplayer.events.OvpEvent
Closed caption event.
CaptionFormat — class, package org.openvideoplayer.cc
Represents formatting for a caption object.
CaptionFormat(styleObj:org.openvideoplayer.cc:Style, start:int, end:int) — Constructor, class org.openvideoplayer.cc.CaptionFormat
Creates a CaptionFormat object specifying the Style object and the zero-based start and end indices of the range.
captionFormatCount() — method, class org.openvideoplayer.cc.Caption
A caption can contain several format objects, this method returns the count of format objects for this particual caption.
captionObjectAt(index:uint) — method, class org.openvideoplayer.parsers.DfxpParser
Returns the caption object at the specified index.
captionObjectCount() — method, class org.openvideoplayer.parsers.DfxpParser
Returns a count of caption objects this class has created.
captionsActive — Property, interface org.openvideoplayer.advertising.IMASTAdapter
True if captions are active and being shown
captionsActive — Property, interface org.openvideoplayer.plugins.IOvpPlayer
True if the player is in caption mode (displaying closed captions).
channels — Property, class org.openvideoplayer.rss.ContentTO
_checkRulesTimer — Property, class org.openvideoplayer.net.OvpDynamicNetStream
childTargets — Property, interface org.openvideoplayer.advertising.IMASTTarget
Child targets for this target.
CLASS_BUSY — Constant Static Property, class org.openvideoplayer.events.OvpError
The class is busy with a task and cannot process your request.
clearFailedCountsInterval — Property, class org.openvideoplayer.net.dynamicstream.DynamicStreamBitrate
Returns the current value of the interval that, when fired, will reset the failed attempt count for stream switches.
clearRules() — method, class org.openvideoplayer.net.OvpDynamicNetStream
Empties the heuristics engine of all heuristics implementations
client — Property, class com.akamai.net.AkamaiEnhancedNetStream
Sets the client property of the NetStream.
client — Property, class org.openvideoplayer.net.OvpNetStream
Sets the client object for this class, to enable integration into existing players which like to receive onMetaData, onPlayStatus etc via callback events.
clipBegin — Property, class com.akamai.rss.AkamaiBOSSParser
The designated clip start time.
clipEnd — Property, class com.akamai.rss.AkamaiBOSSParser
The designated clip end time.
close() — method, class com.akamai.net.AkamaiDynamicNetStream
Makes sure to shut down any pending resubscribe attempts before closing.
close() — method, class com.akamai.net.AkamaiNetStream
Closes the stream.
close() — method, interface org.openvideoplayer.net.INetConnection
Closes the connection that was opened locally or to the server and dispatches a netStatus event with a code property of NetConnection.Connect.Closed.
close() — method, class org.openvideoplayer.net.OvpConnection
Closes the connection that was opened locally or to the server and dispatches a netStatus event with a code property of NetConnection.Connect.Closed.
close() — method, class org.openvideoplayer.net.OvpDynamicNetStream
Closes the stream and halts the metrics provider.
close() — method, class org.openvideoplayer.net.OvpNetStream
Closes the stream.
collapseAd() — method, interface org.openvideoplayer.advertising.IVPAID
collapseAd is called by the player to request that the ad return to its smallest UI size.
color — Property, class org.openvideoplayer.cc.Style
The text color of the caption.
com.akamai.net — package
com.akamai.rss — package
compare(d1:Date, d2:Date) — Static Method , class org.openvideoplayer.utilities.DateUtil
Compares two dates.
complete — Event, class org.openvideoplayer.net.OvpDynamicNetStream
Dispatched when a stream from a server is complete.
complete — Event, class org.openvideoplayer.net.OvpNetStream
Dispatched when a stream from a server is complete.
complete — Event, class org.openvideoplayer.utilities.HTTPBandwidthEstimate
Dispatched when the class has completed the bandwidth estimate.
COMPLETE — Constant Static Property, class org.openvideoplayer.events.OvpEvent
The OvpEvent.COMPLETE constant defines the value of the OvpEvent's type property, which indicates that the end of the stream has been reached.
COMPLETE — Constant Static Property, class org.openvideoplayer.plugins.OvpPlayerEvent
When listening for an OvpPlayerEvent.STATE_CHANGE event, the data object will be this value when a video has completed.
connect(command:String, ... rest) — method, class com.akamai.net.AkamaiConnection
The connect method initiates a connection to either the Akamai Streaming service or a progressive link to an HTTP server.
connect(command:String, ... rest) — method, interface org.openvideoplayer.net.INetConnection
Creates a bidirectional connection between a Flash Player or an AIR application and a Flash Media Server application.
connect(command:String, ... rest) — method, class org.openvideoplayer.net.OvpConnection
The connect method initiates a connection to either a streaming service or a progressive link to a HTTP server.
connectAuthParams — Property, class com.akamai.rss.AkamaiBOSSParser
The auth parameter string (auth=xxxx&aifp=yyyy&slist=zzzzz) to be used at connection time.
connected — Property, interface org.openvideoplayer.net.INetConnection
Indicates whether the application is connected to a server through a persistent RTMP connection (true) or not (false).
connected — Property, class org.openvideoplayer.net.OvpConnection
Indicates whether the application is connected to a server through a persistent RTMP connection (true) or not (false).
connectedProxyType — Property, interface org.openvideoplayer.net.INetConnection
If a successful connection is made, indicates the method that was used to make it: a direct connection, the CONNECT method, or HTTP tunneling.
connectedProxyType — Property, class org.openvideoplayer.net.OvpConnection
If a successful connection is made, indicates the method that was used to make it: a direct connection, the CONNECT method, or HTTP tunneling.
CONNECTING — Constant Static Property, class org.openvideoplayer.plugins.OvpPlayerEvent
When listening for an OvpPlayerEvent.STATE_CHANGE event, the data object will be this value when the player is trying to connect.
connectionAuth — Property, class com.akamai.net.AkamaiConnection
The name-value pairs required for invoking connection authorization services on the Akamai network.
CONNECTION_CREATED — Constant Static Property, class org.openvideoplayer.plugins.OvpPlayerEvent
The player can dispatch this event to expose the OvpConnection object used to connect to a server.
CONNECTION_TIMEOUT — Constant Static Property, class org.openvideoplayer.events.OvpError
Connection attempt timed out.
contentArray — Property, class org.openvideoplayer.rss.Media
An array of ContentTO objects.
contentBitrate — Property, interface org.openvideoplayer.advertising.IMASTAdapter
The bitrate-in-use of the current content
contentHeight — Property, interface org.openvideoplayer.advertising.IMASTAdapter
The native height of the current content
contentHeight — Property, interface org.openvideoplayer.plugins.IOvpPlayer
The rendering content's current height.
contentTitle — Property, interface org.openvideoplayer.advertising.IMASTAdapter
The title of the current content
contentTitle — Property, interface org.openvideoplayer.plugins.IOvpPlayer
The rendering content's current title.
ContentTO — class, package org.openvideoplayer.rss
The ContentTO class is a transfer object defining the data representation of a content node in a media RSS feed. This class is used by the XxxMediaRSS class and is not invoked directly by end users. The properties in this class are defined by the Media RSS specification which can be viewed at http://search.yahoo.com/mrss.
contentUrl — Property, interface org.openvideoplayer.advertising.IMASTAdapter
The URL that the current content was received from
contentURL — Property, interface org.openvideoplayer.plugins.IOvpPlayer
The rendering content's URL.
contentWidth — Property, interface org.openvideoplayer.advertising.IMASTAdapter
The native width of the current content
contentWidth — Property, interface org.openvideoplayer.plugins.IOvpPlayer
The rendering content's current width.
convertToTimeCode(num:Number) — method, class com.akamai.net.AkamaiEnhancedNetStream
A utility method which converts a time in seconds into HH:MM:SS timecode.
copyright — Property, class com.akamai.rss.AkamaiBOSSParser
The video copyright attribute.
copyright — Property, class org.openvideoplayer.parsers.DfxpParser
The copyright, if it was found in the metadata in the header.
copyright — Property, class org.openvideoplayer.rss.Media
CPU — Constant Static Property, class org.openvideoplayer.events.OvpEvent
createProgressivePauseEvents — Property, class org.openvideoplayer.net.OvpNetStream
Since the Flash player does not dispatch pause and resume events for progressive download files, setting this property to true, will cause this class to dispatch the proper events when pause or resume is called.
cuepoint — Event, class org.openvideoplayer.net.OvpNetStream
Dispatched when an embedded cue point is reached while playing a video.
cuepoint — Event, interface org.openvideoplayer.plugins.IOvpPlayer
Dispatched when an ActionScript cue point requested by the plug-in has been reached.
CUEPOINT — Constant Static Property, class org.openvideoplayer.plugins.OvpPlayerEvent
The player can dispatch CUEPOINT events if you set a cue point on the object implemeting the IOvpPlayer interface.
cuePointObjectAt(index:uint) — method, class org.openvideoplayer.parsers.DfxpParser
Returns the cue point object at the specified index.
cuePointObjectCount() — method, class org.openvideoplayer.parsers.DfxpParser
Returns a count of cue point objects this class created.
cuePoints — Property, class org.openvideoplayer.net.OvpCuePointManager
Get the sorted, cue point array.
currentBitrate — Property, interface org.openvideoplayer.plugins.IOvpPlayer
Returns the bitrate of the currently loaded video, in kilobits per second, for example 500 means 500kbps.
currentIndex — Property, interface org.openvideoplayer.net.dynamicstream.INetStreamMetrics
currentIndex — Property, class org.openvideoplayer.net.dynamicstream.MetricsProvider
Returns the current index
currentStreamBitRate — Property, class org.openvideoplayer.net.OvpDynamicNetStream
Returns the current stream bitrate in kbps
customSessionID — Property, class com.akamai.net.AkamaiEnhancedNetStream
Allows the setting of a custom session ID.
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