| Property | Defined By |
---|
|  | analyticsBeacon : String
Activates the built-in Akamai Client Side Media Analytics plugin, by specifying the beacon path that the plugin should track against. | HDNetStream |
|  | analyticsPluginLoaderInstance : AnalyticsPluginLoader
Use this accessor instead of the analyticsBeacon accessor if
you want to add multiple instances of the plugin in the same player. | HDNetStream |
|  | autoRecoverFromTimeout : Boolean
Specifies whether the class should automatically try to recover from a timeout. | HDNetStream |
|  | autoSwitch : Boolean
Defines whether the class should automatically switch between available bitrates. | HDNetStream |
|  | averagePlaybackBitsPerSecond : Number [read-only]
The smoothed and averaged playback bits per second. | HDNetStream |
|  | bandwidthEstimationEnabled : Boolean [read-only]
Returns a Boolean value representing whether bandwidth estimation for MBR content at startup is enabled. | HDNetStream |
|  | bufferLength : Number [override] [read-only]
Returns the buffer length in seconds
| HDNetStream |
|  | bufferTime : Number [override]
[Setter is DEPRECATED] Returns the current target buffer time on the netstream. | HDNetStream |
|  | bytesLoaded : uint [override] [read-only]
Returns the bytes loaded since the last play request. | HDNetStream |
|  | client : Object [override]
Sets the client property of the NetStream. | HDNetStream |
|  | considerDimensionsWhenSwitching : Boolean
If enabled, the class will not switch up during multi-bitrate playback if the area that the video is being rendered
at is smaller than the the native size of video. | HDNetStream |
|  | cpu : Number [read-only]
The system cpu as a percentage. | HDNetStream |
|  | currentIndex : int
The current index that is rendering for a MBR object source. | HDNetStream |
|  | currentIndexBitrate : Number [read-only]
The bitrate value of the current index,, in kbps. | HDNetStream |
|  | disableAllArchivePlayback : Boolean
If set true, this property will prohibit the class from playing back the archive portion of a live stream. | HDNetStream |
|  | displayObject : DisplayObject
A reference to any object that participates in the display stack and which has a access to the "stage" property. | HDNetStream |
|  | downloadRatio : Number [read-only]
The downloadRatio is the ratio of the rate at which bytes are being downloaded over the rate at which they are
being rendered. | HDNetStream |
|  | droppedFPS : Number [read-only]
The estimated dropped-frame rate, expressed in Hz. | HDNetStream |
|  | droppedFrames : uint [read-only]
Returns the absolute count of dropped frames since the last play request
| HDNetStream |
|  | duration : Number [read-only]
Returns the duration of the stream in seconds. | HDNetStream |
|  | durationAsTimeCode : String [read-only]
Returns the duration of the stream as HH:MM:SS timecode
| HDNetStream |
|  | dvrWindow : Number [read-only]
Specifies the length of the DVR window, if implemented, in seconds. | HDNetStream |
|  | edgeIP : String
Returns the IP address of the Akamai Edge Server to which the client has connected. | HDNetStream |
|  | edgeVersion : String
Returns the version of the Akamai Edge Server to which the client has connected. | HDNetStream |
|  | enableAlternateServerMapping : Boolean
If there is an issue with the stream at startup or during playback it may be caused by a server condition. | HDNetStream |
|  | enableEndUserMapping : Boolean
If you enable this feature and enableAlternateServerMapping is not enabled - enableAlternateServerMapping will be enabled. | HDNetStream |
|  | enableNetSessionDiscovery : Boolean
Enables the class to discover the NetSession interface . | HDNetStream |
|  | estimatedCurrentBandwidth : Number [read-only]
The estimated current throughput between client and server, expressed in kilobits per second. | HDNetStream |
|  | estimatedMaxbandwidth : Number [read-only]
The estimated maximum throughput between client and server, expressed in kilobits per second. | HDNetStream |
|  | estimatedRTT : Number [read-only]
The estimated round-trip time between client and server, expressed in milliseconds. | HDNetStream |
|  | isAsleep : Boolean [read-only]
eturns whether the flash runtime is in sleep mode. | HDNetStream |
|  | isComplete : Boolean [read-only]
True if the stream has ended
| HDNetStream |
|  | isLiveStream : Boolean [read-only]
Specifies whether the stream playing is "live". | HDNetStream |
|  | isPausedWhileLive : Boolean [read-only]
True if the stream has was paused while isPlayingLive was true. | HDNetStream |
|  | isPlayingLive : Boolean [read-only] Specifies whether the the stream is playing at "true" live. | HDNetStream |
|  | isSwitching : Boolean [read-only]
Defines whether the class is currently executing a switch. | HDNetStream |
|  | lastThrottleValue : Number [read-only]
The last throttle value requested form the server. | HDNetStream |
|  | liveDrift : Number [read-only]
For live streams only, the estimated difference between the duration that the class is rendering
and the latest duration that the server has, in seconds. | HDNetStream |
|  | loop : Boolean
If enabled, once the stream is complete it will loop back and begin playing from the start. | HDNetStream |
|  | maxBufferLength : Number
Specifies the maximum buffer length in seconds to allow when a) the class is paused b) single bitrate content is playing c) multi-bitrate content is playing at
the highest rendition available. | HDNetStream |
|  | maximizeSingleBitrateBuffers : Boolean
Specifies wether the class should set the target buffer to a high value (default is 60s) for non-live single-bitrate content
and for non-live multi-bitrate content where you are playing the highest available index. | HDNetStream |
|  | maximumBitrateAllowed : Number
When switching multi-bitrate content in auto-mode, this property specifies the maximum stream bitrate, in kbps, that the
class is allowed to play. | HDNetStream |
|  | maxIndexAvailable : Number [read-only]
The highest index available for the current MBR object. | HDNetStream |
|  | maxIndexAvailableBitrate : Number [read-only]
The bitrate value of the highest index that is available, in kbps. | HDNetStream |
|  | maxLiveDriftAllowed : Number
[DEPRECATED] The maximum live drift value allowed, in seconds. | HDNetStream |
|  | maxSecondsWithoutData : Number [read-only]
The maximum number of seconds that the class has not received data while playing. | HDNetStream |
|  | MBRObject : IMBRObject [read-only]
The current IMBRObject instance that the class is playing MBR content, or else null for SBR. | HDNetStream |
|  | netSessionAcceptedEULA : Boolean [read-only]
Returns whether the Akamai NetStession client has had its EULA accepted. | HDNetStream |
|  | netSessionClientAvailable : Boolean [read-only]
Returns true if the Akamai NetSession client is installed on the client machine. | HDNetStream |
|  | netSessionCpCode : String [write-only]
Sets the CP code that the Akamai NetSession client will use. | HDNetStream |
|  | nominalFPS : Number [read-only]
The estimated frame rate of the video. | HDNetStream |
|  | playbackKbps : Number [read-only]
Returns the playback bitrate of the current stream, in kbps. | HDNetStream |
|  | playerIP : String
Returns the IP address of this player. | HDNetStream |
|  | primaryToken : String [write-only]
Sets the primaryToken for the class to use to perform EdgeAuthentication against the Akamai network. | HDNetStream |
|  | qualityOfExperience : Number [read-only]
The quality of experience metric is a single number (with a range of 0-100) which attempts to sum up the quality of the playback experience. | HDNetStream |
|  | reachedTargetBufferFull : Boolean [read-only]
True if the stream has reached its target buffer after starting. | HDNetStream |
|  | requiresEdgeAuth : Boolean
[DEPRECATED] - this property is maintained only to ensure backwards compatibility. | HDNetStream |
|  | resumeDVRAtLive : Boolean
When set to false, if you pause a live stream, the stream will resume playing at the point at which it was paused. | HDNetStream |
|  | secondsUntilBufferEmpties : Number [read-only]
The estimated time in seconds until the buffer is empty. | HDNetStream |
|  | soundTransform : SoundTransform [override]
Sets the soundTransform object of the stream. | HDNetStream |
|  | source : * [read-only]
Returns the source object which the class is currently playing. | HDNetStream |
|  | startingBitrate : Number
Sets the max bitrate value you wish to use at startup in kbps. | HDNetStream |
|  | startingBufferTime : Number
Setting this value will effect the startup time of the stream. | HDNetStream |
|  | startingIndex : Number
The starting index to use when playing MBR content. | HDNetStream |
|  | streamStartTime : Number [read-only]
The real world start time of the stream, in milliseconds since midnight January 1, 1970, universal time. | HDNetStream |
|  | streamType : int
Returns in integer representing the type of stream content that is currently rendering. | HDNetStream |
|  | time : Number [override] [read-only]
Returns the playhead time of the stream in seconds. | HDNetStream |
|  | timeAsTimeCode : String [read-only]
Returns the playhead time of the stream as HH:MM:SS timecode
| HDNetStream |
|  | tokenService : ITokenService [write-only]
Sets the token service that the class will use to request an EdgeAuth token. | HDNetStream |
|  | trueBufferTime : Number [read-only]
The raw bufferTime value of the underlying netstream class. | HDNetStream |
|  | useFixedThrottleForSBR : Boolean
For single-bite rate content, there can be minimal benefit in constant throttle
commands being issued. | HDNetStream |
|  | useVerboseGhostLogs : Boolean [write-only]
Toggles use of verbose logging on GHost. | HDNetStream |
|  | volume : Number
Sets the volume of the stream. | HDNetStream |