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  
secondsToTimeCode(value:Number) — method, class com.akamai.hd.HDNetStream
A utility function for converting seconds into HH:MM:SS timecode.
secondsUntilBufferEmpties — Property, class com.akamai.hd.HDNetStream
The estimated time in seconds until the buffer is empty.
seek — Event, class com.akamai.hd.HDNetStream
Dispatched when the class has been given a seek command.
seek(value:Number) — method, class com.akamai.hd.HDNetStream
Seek the stream.
seek(value:Number) — method, class com.akamai.net.f4f.hds.AkamaiStreamController
Instructs the playhead to jump to the specified time.
SEEK — Constant Static Property, class com.akamai.hd.HDEvent
sendUpdatedStats() — method, class com.akamai.hd.HDNetStream
Triggers the class to dispatch an update its stats.
serverIP — Property, class com.akamai.net.f4f.hds.AkamaiStreamController
Returns the server IP address once the stream is playing.
serverIP — Property, interface com.akamai.net.f4f.hds.IHDSProperties
sessionid — Event, class com.akamai.hd.HDNetStream
Dispatched when the class receives a new session ID from the server Data object carries the sessionID as a string.
SESSION_ID — Constant Static Property, class com.akamai.hd.HDEvent
setBandwidthEstimationEnabled(enabled:Boolean, bandwidthEstimationPeriodInSeconds:Number) — method, class com.akamai.hd.HDNetStream
This method should only be used for MBR content and must be set before calling play.
setCurrentIndex(index:Number) — method, class com.akamai.hd.HDNetStream
Sets the desired active index for multibitrate content.
setDimensionsAt(index:Number, width:Number, height:Number) — method, class com.akamai.hd.HDMBRObject
Used to associate width and height properties with a given index
setDimensionsAt(index:Number, width:Number, height:Number) — method, interface com.akamai.hd.IMBRObject
Used to associate width and height properties with a given index
setRenderedDimensions(valueWidth:Number, valueHeight:Number) — method, class com.akamai.hd.HDNetStream
Tells the player what the dimensions of the rendered area for the video.
shareRate — Property, class com.akamai.netSession.events.ClientAttributesEvent
See NetClient docs on property.
simulateFailbackToPrimaryTimerComplete() — method, class com.akamai.hd.HDNetStream
For testing QOS alternate server mapping switch back to primary.
simulateForceTimerComplete() — method, class com.akamai.hd.HDNetStream
For testing QOS Alternate server mapping force tag
SIZE_CHANGE — Constant Static Property, class com.akamai.stagevideo.StageVideoHelperEvent
String const to set as the event listener type
sleepModeChange — Event, class com.akamai.hd.HDNetStream
Dispatched when the Flash Player's sleep mode has changed.
SLEEP_MODE_CHANGE — Constant Static Property, class com.akamai.hd.HDNetStream
Dispatched when the Flash Player sleep state changes.
soundTransform — Property, class com.akamai.hd.HDNetStream
Sets the soundTransform object of the stream.
source — Property, class com.akamai.hd.HDNetStream
Returns the source object which the class is currently playing.
stageVideo — Property, class com.akamai.stagevideo.StageVideoHelper
Accessor to get the stageVideo object
STAGE_VIDEO_AVAILABILITY — Constant Static Property, class com.akamai.stagevideo.StageVideoHelper
StageVideoHelper — class, package 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
StageVideoHelper(stage:flash.display:Stage, rect:flash.geom:Rectangle, displayObjectContainer:flash.display:DisplayObjectContainer) — Constructor, class com.akamai.stagevideo.StageVideoHelper
Constructor.
StageVideoHelperEvent — class, package com.akamai.stagevideo
This event class is dispatched by the StageVideoHelper class when the video objects render state changes
StageVideoHelperEvent(videoWidth:uint, videoHeight:uint, status:String) — Constructor, class com.akamai.stagevideo.StageVideoHelperEvent
Constructor
stageVideoInstanceCount — Property, class com.akamai.display.AkamaiVideoSurface
The total number of StageVideo instances.
stageVideoInUse — Property, class com.akamai.display.AkamaiVideoSurface
Indicates if the current video surface is using StageVideo.
stageVideoInUseCount — Property, class com.akamai.display.AkamaiVideoSurface
The number of StageVideo instances that are being currently used.
stageVideoUsed — Property, class com.akamai.stagevideo.StageVideoHelper
Accessor to get the current boolean value of stageVideoUsed.
start() — method, class com.akamai.display.AkamaiMediaSprite
Starts the playback of a resource that has been preivously loaded.
startEstimation(url:String) — method, class com.akamai.utils.BandwidthEstimation
Pass in the url to the media file to test against to start the test.
startIndex — Property, class org.osmf.captioning.model.CaptionFormat
Get the start index supplied to the constructor.
startingBitrate — Property, class com.akamai.hd.HDNetStream
Sets the max bitrate value you wish to use at startup in kbps.
startingBitrate — Property, class com.akamai.net.f4f.hds.AkamaiStreamController
Sets the max bitrate value you wish to use at startup in kbps.
startingBufferTime — Property, class com.akamai.hd.HDNetStream
Setting this value will effect the startup time of the stream.
startingIndex — Property, class com.akamai.hd.HDNetStream
The starting index to use when playing MBR content.
startingIndex — Property, class com.akamai.net.f4f.hds.AkamaiStreamController
The starting index to use when playing multi-bitrate content.
status — Property, class com.akamai.display.AkamaiVideoSurface
Indicates whether the video is being rendered (decoded and displayed) by hardware or software, or not at all
status — Property, class com.akamai.stagevideo.StageVideoHelper
Accessor to get the current status that is active.
status — Property, class com.akamai.stagevideo.StageVideoHelperEvent
Accessor to get the current value of status set when this event was dispatched
STATUS_STAGEVIDEO_ACCELERATED — Constant Static Property, class com.akamai.stagevideo.StageVideoHelper
Status type
STATUS_STAGEVIDEO_SOFTWARE — Constant Static Property, class com.akamai.stagevideo.StageVideoHelper
Status type
STATUS_VIDEO_ACCELERATED — Constant Static Property, class com.akamai.stagevideo.StageVideoHelper
Status type
STATUS_VIDEO_SOFTWARE — Constant Static Property, class com.akamai.stagevideo.StageVideoHelper
Status type
stop() — method, class com.akamai.net.f4f.hds.AkamaiStreamController
Immediately halts playback and returns the playhead to the beginning of the media file.
streamCount — Property, class com.akamai.hd.HDMBRObject
The number of streams in the package.
streamCount — Property, interface com.akamai.hd.IMBRObject
The number of streams in the package.
streamlength — Event, class com.akamai.net.f4f.hds.AkamaiStreamController
Dispatched when stream duration has been determined.
STREAM_LENGTH — Constant Static Property, class com.akamai.net.f4f.hds.events.AkamaiHDSEvent
Dispatched when stream duration has been determined.
streamName — Property, class com.akamai.net.AkamaiNetLoader
Returns the the stream name associated with the resource.
streamnamechange — Event, class com.akamai.hd.HDNetStream
Dispatched when there is a change in the stream name being rendered.
STREAM_NAME_CHANGE — Constant Static Property, class com.akamai.hd.HDEvent
streamnotfound — Event, class com.akamai.hd.HDNetStream
Dispatched when the stream cannot be found on the server.
streamnotfound — Event, class com.akamai.hd.HDThumbnailGenerator
Dispatched if the stream cannot be found.
STREAM_NOT_FOUND — Constant Static Property, class com.akamai.hd.HDEvent
streamnotfoundwhileplaying — Event, class com.akamai.hd.HDNetStream
Dispatched when the class receives a stream-not-found message from the server during the course of normal playback.
STREAM_NOT_FOUND_WHILE_PLAYING — Constant Static Property, class com.akamai.hd.HDEvent
streams — Property, class com.akamai.hd.HDMBRObject
Returns the array of stream/bitrate objects.
streams — Property, interface com.akamai.hd.IMBRObject
Returns the array of stream/bitrate objects.
streamstarttime — Event, class com.akamai.hd.HDNetStream
Dispatched when the class detects a change in the stream start time.
streamStartTime — Property, class com.akamai.hd.HDNetStream
The real world start time of the stream, in milliseconds since midnight January 1, 1970, universal time.
STREAM_START_TIME — Constant Static Property, class com.akamai.hd.HDEvent
streamType — Property, class com.akamai.hd.HDNetStream
Returns in integer representing the type of stream content that is currently rendering.
streamType — Property, class com.akamai.net.f4f.hds.AkamaiStreamController
Returns the type of the stream.
streamType — Property, interface com.akamai.net.f4f.hds.IHDSProperties
streamtypechange — Event, class com.akamai.hd.HDNetStream
Dispatched when there is a change in the type of stream being rendered.
STREAM_TYPE_CHANGE — Constant Static Property, class com.akamai.hd.HDEvent
StringToBytes(value:String) — Static Method , class com.akamai.utils.ByteArrayUtilities
style — Property, class org.osmf.captioning.model.CaptionFormat
Get the style object supplied to the constructor.
SUCCESS — Constant Static Property, class com.akamai.hd.HDEvent
switchAcknowledged — Event, class com.akamai.display.AkamaiMediaSprite
switchAlternativeAudioIndex(index:int) — method, class com.akamai.net.f4f.hds.AkamaiStreamController
Changes the current audio stream to the alternative audio stream specified by a 0-based index value.
switchcomplete — Event, class com.akamai.hd.HDNetStream
Dispatched when a switch has completed.
switchComplete — Event, class com.akamai.display.AkamaiMediaSprite
switchComplete — Event, class com.akamai.net.f4f.hds.AkamaiStreamController
For dynamic streaming, indicates the switch is complete and is visible to the user.
SWITCH_COMPLETE — Constant Static Property, class com.akamai.hd.HDEvent
SWITCH_COMPLETE — Constant Static Property, class com.akamai.net.f4f.hds.events.AkamaiHDSEvent
For dynamic streaming, dispatched when a switch to a stream quality is complete, meaning the switch is now visible to the user.
switchfailure — Event, class com.akamai.hd.HDNetStream
Dispatched when a switch failure has been indicated by the server.
SWITCH_FAILURE — Constant Static Property, class com.akamai.hd.HDEvent
switchRequested — Event, class com.akamai.display.AkamaiMediaSprite
switchRequested — Event, class com.akamai.net.f4f.hds.AkamaiStreamController
For dynamic streaming, dispatched when either a manual switch has been requested or a switching rule has requested a switch to a new index.
SWITCH_REQUESTED — Constant Static Property, class com.akamai.net.f4f.hds.events.AkamaiHDSEvent
For dynamic streaming, dispatched when a request has been made to switch to a different stream quality.
switchstart — Event, class com.akamai.display.AkamaiMediaSprite
switchstart — Event, class com.akamai.hd.HDNetStream
Dispatched when switch has commenced between multi-bitrate renditions.
SWITCH_START — Constant Static Property, class com.akamai.hd.HDEvent
switchTo(value:int) — method, class com.akamai.net.f4f.hds.AkamaiStreamController
Switch to a specific dynamic stream index.
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