Paquete | org.osmf.net.qos |
Clase | public class FragmentDetails |
Herencia | FragmentDetails Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 2.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
downloadDuration : Number [solo lectura]
The time it took to download the fragment (in seconds)
| FragmentDetails | ||
fragmentIdentifier : String [solo lectura]
The identifier of the fragment (SegX-FragY)
| FragmentDetails | ||
index : uint [solo lectura]
The index of the stream of which this fragment is a part
| FragmentDetails | ||
playDuration : Number [solo lectura]
The play duration of the fragment (in seconds)
| FragmentDetails | ||
size : Number [solo lectura]
The size of the fragment (in bytes)
| FragmentDetails |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
FragmentDetails(size:Number, playDuration:Number, downloadDuration:Number, index:uint, fragmentIdentifier:String = null)
Constructor. | FragmentDetails | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
downloadDuration | propiedad |
fragmentIdentifier | propiedad |
index | propiedad |
playDuration | propiedad |
size | propiedad |
Información sobre constructores
FragmentDetails | () | Información sobre |
public function FragmentDetails(size:Number, playDuration:Number, downloadDuration:Number, index:uint, fragmentIdentifier:String = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 2.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Constructor.
Parámetrossize: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:12 PM Z