ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
org.osmf.net.qos 

PlaybackDetails  - AS3 OSMF

Packageorg.osmf.net.qos
Classpublic class PlaybackDetails
InheritancePlaybackDetails Inheritance Object

Language Version: ActionScript 3.0
Product Version: OSMF 2.0
Runtime Versions: Flash Player 10, AIR 1.5

PlaybackDetails represents a collection of data about the playback of a specific quality level that took place between two ABREvent.QOS_UPDATE events



Public Properties
 PropertyDefined By
 Inheritedconstructor : 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
 MethodDefined By
  
PlaybackDetails(index:uint, duration:Number, droppedFrames:Number)
Constructor.
PlaybackDetails
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

droppedFrames

property
droppedFrames:Number

Language Version: ActionScript 3.0
Product Version: OSMF 2.0
Runtime Versions: Flash Player 10, AIR 1.5

The number of frames dropped during playback



Implementation
    public function get droppedFrames():Number
    public function set droppedFrames(value:Number):void

duration

property 
duration:Number

Language Version: ActionScript 3.0
Product Version: OSMF 2.0
Runtime Versions: Flash Player 10, AIR 1.5

The total time the quality level was played back, in seconds



Implementation
    public function get duration():Number
    public function set duration(value:Number):void

index

property 
index:uint  [read-only]

Language Version: ActionScript 3.0
Product Version: OSMF 2.0
Runtime Versions: Flash Player 10, AIR 1.5

The index of the stream of which this fragment is a part



Implementation
    public function get index():uint
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.

Parameters
index: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