Paket | org.osmf.events |
Sınıf | public class BufferEvent |
Miras Alma | BufferEvent Event 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: | ||
---|---|---|---|
bubbles : Boolean [salt okunur]
Bir olayın köpüren bir olay olup olmadığını belirtir. | Event | ||
buffering : Boolean [salt okunur]
New value of buffering resulting from this change. | BufferEvent | ||
bufferTime : Number [salt okunur]
New value of bufferTime resulting from this change. | BufferEvent | ||
cancelable : Boolean [salt okunur]
Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir. | Event | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
currentTarget : Object [salt okunur]
Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne. | Event | ||
eventPhase : uint [salt okunur]
Olay akışındaki geçerli aşama. | Event | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
type : String [salt okunur]
Olay türü. | Event |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
BufferEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, buffering:Boolean = false, bufferTime:Number = NaN)
Constructor. | BufferEvent | ||
Event alt sınıfının bir örneğini çoğaltır. | Event | ||
Özel ActionScript 3.0 Event sınıfınızdaki toString() yöntemini uygulamak için bir yardımcı işlev. | Event | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Olayda preventDefault() öğesinin çağrılmış olup olmadığını kontrol eder. | Event | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Bir olayın varsayılan davranışını, bu yapılabiliyorsa iptal eder. | Event | ||
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 | ||
Olay akışında geçerli düğümdeki ve ondan sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Olay akışında geçerli düğümden sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Event nesnesinin tüm özelliklerini içeren bir dize döndürülür. | Event | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
BUFFERING_CHANGE : String = "bufferingChange" [statik]
The BufferEvent.BUFFERING_CHANGE constant defines the value
of the type property of the event object for a bufferingChange
event. | BufferEvent | ||
BUFFER_TIME_CHANGE : String = "bufferTimeChange" [statik]
The BufferEvent.BUFFER_TIME_CHANGE constant defines the value
of the type property of the event object for a bufferTimeChange
event. | BufferEvent |
Özellik Ayrıntısı
buffering | özellik |
bufferTime | özellik |
Yapıcı Ayrıntı
BufferEvent | () | Yapıcı |
public function BufferEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, buffering:Boolean = false, bufferTime:Number = NaN)
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.
Parametrelertype:String — The type of the event.
| |
bubbles:Boolean (default = false ) — Specifies whether the event can bubble up the display list hierarchy.
| |
cancelable:Boolean (default = false ) — Specifies whether the behavior associated with the event can be prevented.
| |
buffering:Boolean (default = false ) — Specifies whether or not the trait is currently buffering.
| |
bufferTime:Number (default = NaN ) — The new bufferTime for the trait.
|
Sabit Ayrıntısı
BUFFER_TIME_CHANGE | Sabit |
public static const BUFFER_TIME_CHANGE:String = "bufferTimeChange"
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 |
The BufferEvent.BUFFER_TIME_CHANGE constant defines the value of the type property of the event object for a bufferTimeChange event.
BUFFERING_CHANGE | Sabit |
public static const BUFFERING_CHANGE:String = "bufferingChange"
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 |
The BufferEvent.BUFFERING_CHANGE constant defines the value of the type property of the event object for a bufferingChange event.
Tue Jun 12 2018, 01:09 PM Z