Pacchetto | org.osmf.net.qos |
Classe | public class FragmentDetails |
Ereditarietà | FragmentDetails Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
downloadDuration : Number [sola lettura]
The time it took to download the fragment (in seconds)
| FragmentDetails | ||
fragmentIdentifier : String [sola lettura]
The identifier of the fragment (SegX-FragY)
| FragmentDetails | ||
index : uint [sola lettura]
The index of the stream of which this fragment is a part
| FragmentDetails | ||
playDuration : Number [sola lettura]
The play duration of the fragment (in seconds)
| FragmentDetails | ||
size : Number [sola lettura]
The size of the fragment (in bytes)
| FragmentDetails |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
FragmentDetails(size:Number, playDuration:Number, downloadDuration:Number, index:uint, fragmentIdentifier:String = null)
Constructor. | FragmentDetails | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
downloadDuration | proprietà |
fragmentIdentifier | proprietà |
index | proprietà |
playDuration | proprietà |
size | proprietà |
Descrizione della funzione di costruzione
FragmentDetails | () | Funzione di costruzione |
public function FragmentDetails(size:Number, playDuration:Number, downloadDuration:Number, index:uint, fragmentIdentifier:String = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 2.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
Parametrisize: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 )
|
Tue Jun 12 2018, 02:44 PM Z