| Package | org.osmf.net.qos | 
| Class | public class FragmentDetails | 
| Inheritance | FragmentDetails    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 | |
| downloadDuration : Number [read-only] 
		 The time it took to download the fragment (in seconds)
		 
		    | FragmentDetails | ||
| fragmentIdentifier : String [read-only] 
		 The identifier of the fragment (SegX-FragY)
		 
		    | FragmentDetails | ||
| index : uint [read-only] 
		 The index of the stream of which this fragment is a part
		 
		    | FragmentDetails | ||
| playDuration : Number [read-only] 
		 The play duration of the fragment (in seconds)
		 
		    | FragmentDetails | ||
| size : Number [read-only] 
		 The size of the fragment (in bytes)
		 
		    | FragmentDetails | ||
Public Methods 
| Method | Defined By | ||
|---|---|---|---|
FragmentDetails(size:Number, playDuration:Number, downloadDuration:Number, index:uint, fragmentIdentifier:String = null) 
		 Constructor.  | FragmentDetails | ||
![]()  | 
	 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
downloadDuration | property | 
fragmentIdentifier | property | 
index | property | 
playDuration | property | 
size | property | 
Constructor Detail
FragmentDetails | () | Constructor | 
public function FragmentDetails(size:Number, playDuration:Number, downloadDuration:Number, index:uint, fragmentIdentifier:String = null)| Language Version: | ActionScript 3.0 | 
| Product Version: | OSMF 2.0 | 
| Runtime Versions: | Flash Player 10, AIR 1.5 | 
Constructor.
Parameterssize:Number — The size of the fragment (in bytes)
		  | |
playDuration:Number — The play duration of the fragment (in seconds)
		  | |
downloadDuration:Number — The time it took to download the fragment (in seconds)
		  | |
index:uint — The index of the quality level to which the fragment is a part
		 
		   | |
fragmentIdentifier:String (default = null) | 
Thu Dec 4 2014, 05:50 PM -08:00
 