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.


 ClassPackageDescription
 AkamaiBufferProfileType
com.akamai.net.f4f.hds Specifies the available buffer profile types.
 AkamaiFragmentLoadRetryEvent
com.akamai.net.f4f.hds.events Dispatched when a fragment request is re-tried after a failed request.
 AkamaiHDNetStream
com.akamai.net The AkamaiHDNetStream class extends HDNetStream to bring the capabilities of the Akamai HDN for Adobe Flash into the OVP.
 AkamaiHDSEvent
com.akamai.net.f4f.hds.events The AkamaiHDSEvent is dispatched by HDCore classes for HDS (HTTP Dynamic Streaming) media delivery.
 AkamaiHTTPNetStream
com.akamai.net.f4f.hds The Akamai NetStream class for HDS (HTTP Dynamic Streaming) playback.
 AkamaiMediaResourceResolver
com.akamai.osmf.media A class that can take a media resource, inspect it, determine the type of media referenced, and attach Akamai metadata to the resource.
 AkamaiMediaResourceResolverEvent
com.akamai.osmf.events 
 AkamaiMediaSprite
com.akamai.display AkamaiMediaSprite is a display component which simplifies the process of robustly playing back Akamai HDN 1 content and RTMP content from the Akamai network.
 AkamaiMediaType
com.akamai.osmf.metadata This is a simple container class that contains a media type and a generic data object.
 AkamaiMediaUtils
com.akamai.osmf.utils Contains useful utility methods for working with Akamai media and OSMF.
 AkamaiNetLoader
com.akamai.net AkamaiNetLoader is a class which will accept a string resource to Akamai HDN 1 content or RTMP content, inspect the type and then create and connect the appropriate NetConnection and NetStream objects to enable a player to render that resource.
 AkamaiNetSessionType
com.akamai.net.f4f.hds Specifies the Akamai NetSession (HDClient) types available.
 AkamaiStreamController
com.akamai.net.f4f.hds The AkamaiStreamController class is a non-UI, controller class that handles the complexities of playing HDS (HTTP Dynamic Streaming) media.
 AkamaiStreamType
com.akamai.net.f4f.hds Contains Stream information pertaining to type, meaning live, archived live and on-demand.
 AkamaiStrings
com.akamai.osmf.utils This class contains static string constants used by the HDCore classes and users of the Akamai Advanced Streaming Plugin for OSMF.
 AkamaiVideoSurface
com.akamai.display AkamaiVideoSurface class wraps the display object where a video should be displayed.
 BandwidthEstimation
com.akamai.utils This class will stream a media file at a certain bit rate and determine the bandwidth based on bytes downloaded.
 ByteArrayUtilities
com.akamai.utils 
 Caption
org.osmf.captioning.model Represents a caption, including text and style formatting information, as well as when to show the caption and when to hide it.
 CaptionFormat
org.osmf.captioning.model Represents formatting for a caption object.
 CaptionStyle
org.osmf.captioning.model This class represents a caption style.
 ClientAttributesEvent
com.akamai.netSession.events Reports information about the NetSession client.
 HDClientProxy
com.akamai.hd This proxy class is used privately by HD Netstream to listen for capture client object callbacks.
 HDCoreVersion
com.akamai.version This class contains one static property that returns the current version of this library as string in the format {major}.{minor}.{sub-minor}.{build number}
 HDEvent
com.akamai.hd 
 HDMBRObject
com.akamai.hd The HDMBRObject is simply a container for holding a set of multi-bitrate renditions, along with some metadata that pertains to that package.
 HDNetStream
com.akamai.hd HDNetStream is the core class for interacting with the Akamai HD HTTP streaming solution.
 HDThumbnailGenerator
com.akamai.hd The HDThumbnail Generator provides a convenient mechanism for generating image thumbnails at any time offset within a live or ondemand stream.
 HDVODFormatter
com.akamai.hd The HDNetwork has a particular means of formatting VOD stream names.
 IHDSProperties
com.akamai.net.f4f.hds This interface contains all the public accessors for Akamai HDS Streaming.
 IMBRObject
com.akamai.hd This class defines an interface to a Multi-Bitrate Object.
 IMBRObject2
com.akamai.hd 
 ITokenService
com.akamai.hd This class defines an interface to a generic token service.
 MediaInspector
com.akamai.media MediaInspector is a stateless class that looks at a supplied URL and tries to determine the media type.
 MediaInspectorBase
com.akamai.media Base class for MediaInspector classes to extend.
 MediaInspectorEvent
com.akamai.events A MediaInspectorEvent is dispatched by an Inspector class when the class has finished it's asynchronous inspection successfully or has encountered an error, or has timed out.
 MediaType
com.akamai.media MediaType indentifies the various types of media that can be played over the Akamai Network.
 NetSessionInterface
com.akamai.netSession NetSessionInterface is a helper class to make it easy to detect, use and install NetSession(NS).
 NetSessionPresentEvent
com.akamai.netSession.events Event used to indicate if the NetSession is available.
 PerformanceAttributesEvent
com.akamai.netSession.events Find out cpu usage
 StageVideoHelper
com.akamai.stagevideo This class is designed to help with setting up and using Flash Player 10.2 StageVideo technology with a fallback to the Video Object if StageVideo is not available on the end user's system With stage video, the StageVideo object does not sit inside the Flash Player display list but sits behind the stage instead. IMPORTANT NOTES ABOUT USING STAGE VIDEO StageVideo is only available in Flash Player version 10.2 and higher and must be developed with the Flex SDK 4.5 (Hero) or higher You must define the swf version with a compiler flag with -swf-version 11 WMODE in the embed tag must be set to wmode="direct" to allow direct access the the client's GPU, otherwise GPU access will be denied and this class will be forced to fallback to the normal Video Object Due to the fact that the StageVideo Object sits behind the stage - When using stagevideo with Flex, you MUST set the s:Application backgroundAlpha="0" Due to the fact that the StageVideo Object sits behind the stage - When using stagevideo in Flash, you MUST make sure no DisplayObjects cover the stage
 StageVideoHelperEvent
com.akamai.stagevideo This event class is dispatched by the StageVideoHelper class when the video objects render state changes