Paket | org.osmf.net |
Sınıf | public class StreamingItem |
Miras Alma | StreamingItem Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
bitrate : Number [salt okunur]
Returns a Number giving the stream’s bit rate,
specified in kilobits per second (kbps). | StreamingItem | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
info : Object [salt okunur]
Returns an Object containing any custom information
associated with the stream. | StreamingItem | ||
streamName : String [salt okunur]
Returns a String used to identify the stream. | StreamingItem | ||
type : String [salt okunur]
Returns a String specifying the type of the stream. | StreamingItem |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Default constructor
| StreamingItem | ||
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 |
info | özellik |
info:Object
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Returns an Object
containing any custom information
associated with the stream. Typically, this can include the width
and height of the video, but it could also contain a user-friendly
description of the stream.
Uygulama
public function get info():Object
streamName | özellik |
type | özellik |
type:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Returns a String
specifying the type of the stream.
Possible values are VIDEO
, for a stream that includes
video, and AUDIO
, for a stream that contains only audio.
Uygulama
public function get type():String
Yapıcı Ayrıntı
StreamingItem | () | Yapıcı |
public function StreamingItem(type:String, streamName:String, bitrate:Number = 0, info:Object = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.6 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Default constructor
Parametrelertype:String — The StreamingItemType of the stream. Allowed values
are VIDEO , for a stream that includes video, and
AUDIO , for a stream that contains only audio.
| |
streamName:String — A String used to identify this stream.
| |
bitrate:Number (default = 0 ) — A Number specifying the stream’s encoded bit rate
in kbps (kilobits per second).
| |
info:Object (default = null ) — An Object containing any custom information associated
with the stream. Typically, this can include the width and height
of the video, but it could also contain a user-friendly description
of the stream.
|
Tue Jun 12 2018, 01:09 PM Z