Paket | org.osmf.net.qos |
Sınıf | public class FragmentDetails |
Miras Alma | FragmentDetails Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
downloadDuration : Number [salt okunur]
The time it took to download the fragment (in seconds)
| FragmentDetails | ||
fragmentIdentifier : String [salt okunur]
The identifier of the fragment (SegX-FragY)
| FragmentDetails | ||
index : uint [salt okunur]
The index of the stream of which this fragment is a part
| FragmentDetails | ||
playDuration : Number [salt okunur]
The play duration of the fragment (in seconds)
| FragmentDetails | ||
size : Number [salt okunur]
The size of the fragment (in bytes)
| FragmentDetails |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
FragmentDetails(size:Number, playDuration:Number, downloadDuration:Number, index:uint, fragmentIdentifier:String = null)
Constructor. | FragmentDetails | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
downloadDuration | özellik |
fragmentIdentifier | özellik |
index | özellik |
playDuration | özellik |
size | özellik |
Yapıcı Ayrıntı
FragmentDetails | () | Yapıcı |
public function FragmentDetails(size:Number, playDuration:Number, downloadDuration:Number, index:uint, fragmentIdentifier:String = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor.
Parametrelersize: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, 01:09 PM Z