Pacote | org.osmf.net.qos |
Classe | public class FragmentDetails |
Herança | FragmentDetails Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
downloadDuration : Number [somente leitura]
The time it took to download the fragment (in seconds)
| FragmentDetails | ||
fragmentIdentifier : String [somente leitura]
The identifier of the fragment (SegX-FragY)
| FragmentDetails | ||
index : uint [somente leitura]
The index of the stream of which this fragment is a part
| FragmentDetails | ||
playDuration : Number [somente leitura]
The play duration of the fragment (in seconds)
| FragmentDetails | ||
size : Number [somente leitura]
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 se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
downloadDuration | propriedade |
fragmentIdentifier | propriedade |
index | propriedade |
playDuration | propriedade |
size | propriedade |
Detalhes do construtor
FragmentDetails | () | Construtor |
public function FragmentDetails(size:Number, playDuration:Number, downloadDuration:Number, index:uint, fragmentIdentifier:String = null)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 2.0 |
Versões de runtime: | 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 )
|
Wed Jun 13 2018, 11:10 AM Z