(Beta)
Package | org.osmf.net.qos |
Class | public class PlaybackDetails |
Inheritance | PlaybackDetails Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 2.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
droppedFrames : Number
The number of frames dropped during playback
| PlaybackDetails | ||
duration : Number
The total time the quality level was played back, in seconds
| PlaybackDetails | ||
index : uint [read-only]
The index of the stream of which this fragment is a part
| PlaybackDetails |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | PlaybackDetails | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
droppedFrames | property |
duration | property |
index | property |
Constructor Detail
PlaybackDetails | () | Constructor |
public function PlaybackDetails(index:uint, duration:Number, droppedFrames:Number)
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 2.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Constructor.
Parametersindex:uint — The index of the quality level to which the content is a part
| |
duration:Number — The number of frames dropped during playback
| |
droppedFrames:Number |
Wed Nov 21 2018, 06:34 AM -08:00