Paket | org.osmf.events |
Sınıf | public class DRMEvent |
Miras Alma | DRMEvent 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.1, 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 | ||
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 | ||
drmState : String [salt okunur]
The current state of the DRM trait. | DRMEvent | ||
endDate : Date [salt okunur]
The end date for the playback window, null if authentication
hasn't taken place. | DRMEvent | ||
eventPhase : uint [salt okunur]
Olay akışındaki geçerli aşama. | Event | ||
mediaError : MediaError [salt okunur]
The error that describes an authentication failure. | DRMEvent | ||
period : Number [salt okunur]
The length of the playback window, in seconds; NaN if
authentication hasn't taken place. | DRMEvent | ||
serverURL : String [salt okunur]
The authentication prompt for the DRM content associated with this DRMEvent. | DRMEvent | ||
startDate : Date [salt okunur]
The start date for the playback window, null if authentication
hasn't taken place. | DRMEvent | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
token : Object [salt okunur]
The token returned as a result of a successful authentication. | DRMEvent | ||
type : String [salt okunur]
Olay türü. | Event |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
DRMEvent(type:String, state:String, bubbles:Boolean = false, cancelable:Boolean = false, start:Date = null, end:Date = null, period:Number = 0, serverURL:String = null, token:Object = null, mediaError:MediaError = null)
Constructor. | DRMEvent | ||
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: | ||
---|---|---|---|
DRM_STATE_CHANGE : String = "drmStateChange" [statik]
The DRMEvent.DRM_STATE_CHANGE constant defines the value
of the type property of the event object for a change to the drmState
of a DRMTrait. | DRMEvent |
Özellik Ayrıntısı
drmState | özellik |
endDate | özellik |
mediaError | özellik |
mediaError:MediaError
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 1.5 |
The error that describes an authentication failure.
Uygulama
public function get mediaError():MediaError
period | özellik |
period:Number
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 1.5 |
The length of the playback window, in seconds; NaN if authentication hasn't taken place.
Note that this property will generally be the difference between startDate and endDate, but is included as a property because there may be times where the duration is known up front, but the start or end dates are not (e.g. a one week rental).
Uygulama
public function get period():Number
serverURL | özellik |
startDate | özellik |
token | özellik |
Yapıcı Ayrıntı
DRMEvent | () | Yapıcı |
public function DRMEvent(type:String, state:String, bubbles:Boolean = false, cancelable:Boolean = false, start:Date = null, end:Date = null, period:Number = 0, serverURL:String = null, token:Object = null, mediaError:MediaError = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 1.5 |
Constructor.
Parametrelertype:String — The type of the event.
| |
state:String — Specifies whether the event can bubble up the display list hierarchy.
| |
bubbles:Boolean (default = false ) — Specifies whether the behavior associated with the event can be prevented.
| |
cancelable:Boolean (default = false ) — Specified the unique identifier for this content
| |
start:Date (default = null ) — The authentication prompt associated with this content.
| |
end:Date (default = null ) — The error that describes an authentication failure.
| |
period:Number (default = 0 )
| |
serverURL:String (default = null )
| |
token:Object (default = null )
| |
mediaError:MediaError (default = null )
|
Sabit Ayrıntısı
DRM_STATE_CHANGE | Sabit |
public static const DRM_STATE_CHANGE:String = "drmStateChange"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 1.5 |
The DRMEvent.DRM_STATE_CHANGE constant defines the value of the type property of the event object for a change to the drmState of a DRMTrait.
Tue Jun 12 2018, 01:09 PM Z