Packagecom.akamai.hd
Interfacepublic interface IMBRObject2 extends IMBRObject
Implementors HDMBRObject



Public Properties
 PropertyDefined By
  clipBegin : Number
For sub-clip support, specifies in seconds where playback should begin.
IMBRObject2
  clipEnd : Number
For sub-clip support, specifies in seconds when playback should end.
IMBRObject2
 InheritedhttpBase : String
The base component of the HTTP URL for each stream.
IMBRObject
  primaryToken : String
A primary token to be set in HDNetStream to enable secure playback.
IMBRObject2
 InheritedrtmpPlaybackBase : String
The URI pointing to the FMS application from which the player can playback the streams over rtmp after it has been instructed to fail-over.
IMBRObject
 InheritedstreamCount : int
The number of streams in the package.
IMBRObject
 Inheritedstreams : Array
[read-only] Returns the array of stream/bitrate objects.
IMBRObject
 Inheritedtitle : String
The human-readable title of the package
IMBRObject
Public Methods
 MethodDefined By
 Inherited
addStream(streamName:String, bitRate:Number, width:Number = 0, height:Number = 0):void
Adds a stream and bitrate pair to the DynamicStreamItem object
IMBRObject
 Inherited
getHeightAt(index:Number):Number
Returns the height of a given index in pixels.
IMBRObject
 Inherited
getNameAt(index:Number):String
Returns the stream name at a given index.
IMBRObject
 Inherited
getRateAt(index:Number):Number
Returns the bitrate of a given index in kbps.
IMBRObject
 Inherited
getWidthAt(index:Number):Number
Returns the width of a given index in pixels.
IMBRObject
 Inherited
setDimensionsAt(index:Number, width:Number, height:Number):void
Used to associate width and height properties with a given index
IMBRObject
Property Detail
clipBeginproperty
clipBegin:Number

For sub-clip support, specifies in seconds where playback should begin. This is an offset in seconds from the beginning of the stream.


Implementation
    public function get clipBegin():Number
    public function set clipBegin(value:Number):void
clipEndproperty 
clipEnd:Number

For sub-clip support, specifies in seconds when playback should end. Supplying a value of -1 will play the remainder of the clip.


Implementation
    public function get clipEnd():Number
    public function set clipEnd(value:Number):void
primaryTokenproperty 
primaryToken:String

A primary token to be set in HDNetStream to enable secure playback. This token must be built around the first stream that will be played. Remember that for VOD content, the stream name specified in the SMIL will be modified into a unique string before it is sent to the server, so it is important that the primaryToken be pre-generated on this same unique string. For details of exactly how the VOD name is generated, please contact your account manager.


Implementation
    public function get primaryToken():String
    public function set primaryToken(value:String):void