Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| AkamaiBOSSParser | com.akamai.rss | The AkamaiBOSSParser class loads and parses XML metafiles returned by the Akamai StreamOS BOSS service. | |
| AkamaiConnection | com.akamai.net | The AkamaiConnection class extends the OvpConnection class to provide functionality specific to the Akamai network, such as connection authentication and host name formatting. | |
| AkamaiDynamicNetStream | com.akamai.net | This class extends OvpDynamicNetStream to provide support for live stream subscription and authentication on the Akamai CDN. | |
| AkamaiEnhancedNetStream | com.akamai.net | The AkamaiEnhancedNetStream class extends the AkamaiNetStream class for use with the Akamai JumpPoint(tm) service. | |
| AkamaiMediaRSS | com.akamai.rss | The AkamaiMediaRSS class loads a Media RSS playlist, parses it and makes utility properties and methods available which expose the contents of that feed. | |
| AkamaiNetStream | com.akamai.net | The AkamaiNetStream class extends the OvpNetStream class to provide functionality specific to the Akamai network, such as live stream authentication. | |
| BandwidthRule | org.openvideoplayer.net.dynamicstream | Switching rule for Bandwidth detection. | |
| BufferRule | org.openvideoplayer.net.dynamicstream | Switching rule for Buffer detection. | |
| Caption | 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. | |
| CaptionFormat | org.openvideoplayer.cc | Represents formatting for a caption object. | |
| ContentTO | 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. | |
| DateUtil | org.openvideoplayer.utilities | The DateUtil utility class is an all-static class with methods for working with Date objects. | |
| DfxpParser | org.openvideoplayer.parsers | This class parses XML files for the purpose of providing closed captioning and supports a subset of the W3C Timed Text Authoring Format 1.0 - Distribution Format Exchange Profile (DFXP). | |
| DynamicSmilParser | org.openvideoplayer.parsers | This class verifies and parses a SMIL file. | |
| DynamicStreamBitrate | org.openvideoplayer.net.dynamicstream | DynamicStreamBitrate Class Defines an individual bitrate in a DynamicStreamItem | |
| DynamicStreamItem | org.openvideoplayer.net.dynamicstream | This class provides a container to hold the constituents of a dynamic streaming package. | |
| EnclosureTO | org.openvideoplayer.rss | The EnclosureTO class is a transfer object defining the data representation of an enclosure 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. | |
| FlashPlayer | org.openvideoplayer.utilities | The FlashPlayer utility class is an all-static class. | |
| FrameDropRule | org.openvideoplayer.net.dynamicstream | Switching rule for Bandwidth detection. | |
| HTTPBandwidthEstimate | org.openvideoplayer.utilities | The HTTPBandwidthEstimate class estimates the bandwidth of a client's internet connection by timing how fast it can download a target object via HTTP request. | |
| IAdPlayer | org.openvideoplayer.advertising | An interface implemented by an ad player. | |
| IMASTAdapter | org.openvideoplayer.advertising | The purpose of the IMASTAdapter interface is to provide an adapter between the player and the MAST engine. | |
| IMASTPayloadHandler | org.openvideoplayer.advertising | The IMASTPayloadHandler Interface. | |
| IMASTSource | org.openvideoplayer.advertising | IMASTSource represents the source or the payload of the MAST document. | |
| IMASTTarget | org.openvideoplayer.advertising | IMASTTarget represents a target object in a MAST document. | |
| IMASTTrigger | org.openvideoplayer.advertising | IMASTTrigger represents a trigger object in a MAST document. | |
| INetConnection | org.openvideoplayer.net | The INetConnection interface declares the properties and methods for a class implementing NetConnection behavior. | |
| INetStreamMetrics | org.openvideoplayer.net.dynamicstream | NetStream Metrics Interface Defines an interface that a class must implement to provide netstream metrics for dynamic switching rules. | |
| IOvpPlayer | org.openvideoplayer.plugins | The OVP player interface. | |
| IOvpPlugIn | org.openvideoplayer.plugins | This is a Plug-in interface for the Open Video Player code base. | |
| ISwitchingRule | org.openvideoplayer.net.dynamicstream | Rules Interface Defines an interface for heuristics switching rules to implement in order to be callable by the managing dynamic stream class. | |
| ItemTO | org.openvideoplayer.rss | The ItemTO class is a transfer object defining the data representation of an item 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. | |
| IVPAID | org.openvideoplayer.advertising | The IAB standard IVPAID interface for OVP players. | |
| MASTAdapterEvent | org.openvideoplayer.advertising | This class represents an event fired by a class implementing the IMASTAdapter interface. | |
| Media | org.openvideoplayer.rss | The Media class holds the data referenced by the media namespace in a RSS file. | |
| MetricsProvider | org.openvideoplayer.net.dynamicstream | The purpose of the MetricsProvider class is to provide run-time metrics to the switching rules. | |
| OvpCCManager | org.openvideoplayer.cc | The OvpCCManager class provides closed captioning for video playback and supports a subset of the W3C Timed Text Authoring Format 1.0 - Distribution Format Exchange Profile (DFXP). | |
| OvpClientProxy | org.openvideoplayer.net | This proxy class is used privately by OVpNetStream to listen for capture client object callbacks. | |
| OvpConnection | org.openvideoplayer.net | The OvpConnection class manages the complexity of establishing a robust NetConnection with a streaming service. | |
| OvpCuePointManager | org.openvideoplayer.net | The OvpCuePointManager class allows you to add cue points with ActionScript and have them fire at specified times in the stream. | |
| OvpDynamicNetStream | org.openvideoplayer.net | The OvpDynamicNetStream class extends OvpnetStream to implement Adobe's Dynamic Switching -i.e the ability to switch smoothly between a suite of consistent source files which vary in their bitrate and dimensions. | |
| OvpError | org.openvideoplayer.events | The OvpError class contains all of the error codes and descriptions for the Open Video Player code base. | |
| OvpEvent | org.openvideoplayer.events | The OvpEvent class is dispatched for all events in the Open Video Player code base. | |
| OvpNetStream | org.openvideoplayer.net | The OvpNetStream class extends flash.net.NetStream to provide unique features such as a fast start (dual buffer) for streams, and metadata events. | |
| OvpPlayerEvent | org.openvideoplayer.plugins | Events dispatched by a Class implementing the IOvpPlayer interface. | |
| OvpVersion | org.openvideoplayer.version | Centralized repository for the version number associated with the release of this code | |
| ParserBase | org.openvideoplayer.parsers | Base class for OVP Parsers. | |
| RSSFilterFields | org.openvideoplayer.rss | The FilterFields class is used by the filterItemList method in the XxxMediaRSS class. | |
| StringUtil | org.openvideoplayer.utilities | The StringUtil utility class is an all-static class with methods for working with String objects. | |
| Style | org.openvideoplayer.cc | Represents a Caption Style. | |
| ThumbnailTO | org.openvideoplayer.rss | The ThumbnailTO class is a transfer object defining the data representation of a thumbnail 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. | |
| TimeUtil | org.openvideoplayer.utilities | The TimeUtil utility class is an all-static class. | |
| VPAIDEvent | org.openvideoplayer.advertising | VPAID Event class for dispatching and listening for events on an object that implements the IVPAID interface. |