Package | com.adobe.mediacore.manifesthandler |
Class | public class AvailInfo |
Inheritance | AvailInfo ![]() |
See also
Property | Defined By | ||
---|---|---|---|
contentDuration : Number
The duration of the content. | AvailInfo | ||
duration : Number
The duration of the avail. | AvailInfo | ||
id : String
The identifier for the avail. | AvailInfo | ||
time : Number
The timestamp of the avail. | AvailInfo | ||
type : String
The type of the ad. | AvailInfo |
Method | Defined By | ||
---|---|---|---|
getAttribute(key:String):Object
Returns the attribute for the specified key. | AvailInfo | ||
getAttributeNames():Vector.<String>
Returns a list of attribute names. | AvailInfo | ||
removeAttribute(key:String):void
Removes an attribute for the specified key. | AvailInfo | ||
setAttribute(key:String, value:Object):void
Sets an attribute value for the specified key. | AvailInfo | ||
toString():String
Prints the properties of the AvailInfo
| AvailInfo |
Constant | Defined By | ||
---|---|---|---|
AD : String = ad [static]
AvailInfo type for ads. | AvailInfo | ||
AD_TYPE_MID_ROLL : String = midroll [static] | AvailInfo | ||
AD_TYPE_NONE : String = none [static] | AvailInfo | ||
AD_TYPE_POST_ROLL : String = postroll [static] | AvailInfo | ||
AD_TYPE_PRE_ROLL : String = preroll [static] | AvailInfo |
contentDuration | property |
contentDuration:Number
The duration of the content. It will be Number.POSITIVE_INFINITY if linear;
public function get contentDuration():Number
public function set contentDuration(value:Number):void
duration | property |
duration:Number
The duration of the avail.
public function get duration():Number
public function set duration(value:Number):void
id | property |
id:String
The identifier for the avail.
public function get id():String
public function set id(value:String):void
time | property |
time:Number
The timestamp of the avail.
public function get time():Number
public function set time(value:Number):void
type | property |
type:String
The type of the ad.
public function get type():String
public function set type(value:String):void
getAttribute | () | method |
public function getAttribute(key:String):Object
Returns the attribute for the specified key.
Parameters
key:String |
Object |
getAttributeNames | () | method |
public function getAttributeNames():Vector.<String>
Returns a list of attribute names.
ReturnsVector.<String> |
removeAttribute | () | method |
public function removeAttribute(key:String):void
Removes an attribute for the specified key.
Parameters
key:String |
setAttribute | () | method |
public function setAttribute(key:String, value:Object):void
Sets an attribute value for the specified key.
Parameters
key:String | |
value:Object |
toString | () | method |
public function toString():String
Prints the properties of the AvailInfo
ReturnsString |
AD | Constant |
public static const AD:String = ad
AvailInfo type for ads.
AD_TYPE_MID_ROLL | Constant |
public static const AD_TYPE_MID_ROLL:String = midroll
AD_TYPE_NONE | Constant |
public static const AD_TYPE_NONE:String = none
AD_TYPE_POST_ROLL | Constant |
public static const AD_TYPE_POST_ROLL:String = postroll
AD_TYPE_PRE_ROLL | Constant |
public static const AD_TYPE_PRE_ROLL:String = preroll