Paket | org.osmf.net |
Sınıf | public class DynamicStreamingItem |
Miras Alma | DynamicStreamingItem Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
bitrate : Number
The stream's bitrate, specified in kilobits per second (kbps). | DynamicStreamingItem | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
height : int
The stream's encoded height or -1 if not specified. | DynamicStreamingItem | ||
streamName : String
The stream name that will be passed to NetStream.play()
| DynamicStreamingItem | ||
width : int
The stream's encoded width or -1 if not specified. | DynamicStreamingItem |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | DynamicStreamingItem | ||
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ı
bitrate | özellik |
height | özellik |
streamName | özellik |
width | özellik |
Yapıcı Ayrıntı
DynamicStreamingItem | () | Yapıcı |
public function DynamicStreamingItem(streamName:String, bitrate:Number, width:int = -1, height:int = -1)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor.
ParametrelerstreamName:String — The stream name that will be passed to NetStream.play()
| |
bitrate:Number — The stream's encoded bitrate in kbps.
| |
width:int (default = -1 ) — Optional width for the stream.
| |
height:int (default = -1 ) — Optional height for the stream.
|
Tue Jun 12 2018, 01:09 PM Z