| Package | com.akamai.rss |
| Class | public class AkamaiBOSSParser |
| Inheritance | AkamaiBOSSParser ParserBase flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| appName : String [read-only]
The Akamai application name
| AkamaiBOSSParser | ||
| author : String [read-only]
The video author attribute. | AkamaiBOSSParser | ||
| bufferTime : Number [read-only]
The buffer time designated for this stream
| AkamaiBOSSParser | ||
| clipBegin : String [read-only]
The designated clip start time. | AkamaiBOSSParser | ||
| clipEnd : String [read-only]
The designated clip end time. | AkamaiBOSSParser | ||
| connectAuthParams : String [read-only]
The auth parameter string (auth=xxxx&aifp=yyyy&slist=zzzzz) to be used at connection time. | AkamaiBOSSParser | ||
| copyright : String [read-only]
The video copyright attribute. | AkamaiBOSSParser | ||
| duration : String [read-only]
The stream duration. | AkamaiBOSSParser | ||
| fallbackServerName : String [read-only]
The fallback server name. | AkamaiBOSSParser | ||
| hostName : String [read-only]
The Akamai Hostname, a concatenation of the server and application names
| AkamaiBOSSParser | ||
![]() | isBusy : Boolean [read-only]
Boolean parameter indicating whether the class is already busy loading a file. | ParserBase | |
| isLive : Boolean [read-only]
Boolean parameter indicating whether the stream is live or not
| AkamaiBOSSParser | ||
| keywords : String [read-only]
A list of comma separated keywords to be associated with the video. | AkamaiBOSSParser | ||
| playAuthParams : String [read-only]
The auth parameter string(auth=xxxx&aifp=yyyy&slist=zzzzz) to be used at stream play time. | AkamaiBOSSParser | ||
| protocol : String [read-only]
The requested protocol attribute. | AkamaiBOSSParser | ||
![]() | rawData : String [read-only]
The raw data string returned by the request. | ParserBase | |
| secondaryEncoderSrc : String [read-only]
A backup or secondary encoder source. | AkamaiBOSSParser | ||
| serverName : String [read-only]
The Akamai hostname, in the form cpxxxxx.edgefcs.net
| AkamaiBOSSParser | ||
| source : String [read-only]
The video source attribute. | AkamaiBOSSParser | ||
| streamName : String [read-only]
The stream name
| AkamaiBOSSParser | ||
| title : String [read-only]
The video title attribute. | AkamaiBOSSParser | ||
| versionOfMetafile : String [read-only]
The classification of the metafile type, assuming it has been recognized by the class. | AkamaiBOSSParser | ||
![]() | xml : XML [read-only]
The response data as an XML object. | ParserBase | |
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when an error condition has occurred. | AkamaiBOSSParser | |||
![]() | Dispatched when the response has been successfully loaded. | ParserBase | ||
| Dispatched when the BOSS xml response has been successfully parsed. | AkamaiBOSSParser | |||
| Constant | Defined By | ||
|---|---|---|---|
| METAFILE_VERSION_I : String = METAFILE_VERSION_I | AkamaiBOSSParser | ||
| METAFILE_VERSION_II : String = METAFILE_VERSION_II | AkamaiBOSSParser | ||
| METAFILE_VERSION_IV : String = METAFILE_VERSION_IV | AkamaiBOSSParser | ||
| VERSION : String = 2.0 | AkamaiBOSSParser | ||
| appName | property |
appName:String [read-only] The Akamai application name
public function get appName():String| author | property |
author:String [read-only] The video author attribute. This property is only available with metafile type IV.
public function get author():String| bufferTime | property |
bufferTime:Number [read-only] The buffer time designated for this stream
public function get bufferTime():Number| clipBegin | property |
clipBegin:String [read-only] The designated clip start time. This property is only available with metafile type IV. Note that this value is a string, not a number and it may include the character "s" to indicate seconds e.g 30s.
public function get clipBegin():String| clipEnd | property |
clipEnd:String [read-only] The designated clip end time. This property is only available with metafile type IV. Note that this value is a string, not a number and it may include the character "s" to indicate seconds e.g 30s.
public function get clipEnd():String| connectAuthParams | property |
connectAuthParams:String [read-only] public function get connectAuthParams():String| copyright | property |
copyright:String [read-only] The video copyright attribute. This property is only available with metafile type IV.
public function get copyright():String| duration | property |
duration:String [read-only] The stream duration. This property is only available with metafile type IV. Note that this value is a string, not a number and it may include the character "s" to indicate seconds e.g 30s.
public function get duration():String| fallbackServerName | property |
fallbackServerName:String [read-only] The fallback server name. This property is only available with metafile type I.
public function get fallbackServerName():String| hostName | property |
hostName:String [read-only] The Akamai Hostname, a concatenation of the server and application names
public function get hostName():String| isLive | property |
isLive:Boolean [read-only] Boolean parameter indicating whether the stream is live or not
public function get isLive():Boolean| keywords | property |
keywords:String [read-only] A list of comma separated keywords to be associated with the video. This property is only available with metafile type IV.
public function get keywords():String| playAuthParams | property |
playAuthParams:String [read-only] public function get playAuthParams():String| protocol | property |
protocol:String [read-only] The requested protocol attribute. This property is only available with metafile type IV. Note that a protocol of "rtmp" is the default and implies that port/protocol negotiation should be performed to select the optimum protocol. A protocol value of "rtmpe" implies that the account can only accept "rtmpe" or "rtmpte" connections and any subsequent connection attempts should be limited to just those two protocols.
public function get protocol():String| secondaryEncoderSrc | property |
secondaryEncoderSrc:String [read-only] A backup or secondary encoder source. This property is only available with metafile type IV when isLive is "1" and even then is not required to be present.
public function get secondaryEncoderSrc():String| serverName | property |
serverName:String [read-only] The Akamai hostname, in the form cpxxxxx.edgefcs.net
public function get serverName():String| source | property |
source:String [read-only] The video source attribute. This property is only available with metafile type IV.
public function get source():String| streamName | property |
streamName:String [read-only] The stream name
public function get streamName():String| title | property |
title:String [read-only] The video title attribute. This property is only available with metafile type IV.
public function get title():String| versionOfMetafile | property |
versionOfMetafile:String [read-only] The classification of the metafile type, assuming it has been recognized by the class. Possible values are the constants:
public function get versionOfMetafile():String| error | Event |
org.openvideoplayer.events.OvpEventDispatched when an error condition has occurred. The event provides an error number and a verbose description of each error.
See also
| parsed | Event |
org.openvideoplayer.events.OvpEventDispatched when the BOSS xml response has been successfully parsed.
See also
| METAFILE_VERSION_I | Constant |
public const METAFILE_VERSION_I:String = METAFILE_VERSION_I| METAFILE_VERSION_II | Constant |
public const METAFILE_VERSION_II:String = METAFILE_VERSION_II| METAFILE_VERSION_IV | Constant |
public const METAFILE_VERSION_IV:String = METAFILE_VERSION_IV| VERSION | Constant |
public const VERSION:String = 2.0