Paket | org.osmf.traits |
Sınıf | public class DVRTrait |
Miras Alma | DVRTrait MediaTraitBase EventDispatcher 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 |
Use the MediaElement.hasTrait(MediaTraitType.DVR)
method to query
whether a media element has this trait.
If hasTrait(MediaTraitType.DVR)
returns true
,
use the MediaElement.getTrait(MediaTraitType.DVR)
method
to get an object of this type.
Ö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 | ||
isRecording : Boolean [salt okunur]
Defines if the recording is ongoing. | DVRTrait | ||
timeOffset : Number [salt okunur]
Indicates the number of seconds to be added to the time-related
properties of the stream in order to obtain the real values.
(OSMF always exposes a zero-based timeline)
The timeOffset might have a non-zero value in case of DVR with
a rolling window.
| DVRTrait | ||
traitType : String [salt okunur]
The MediaTraitType for this trait. | MediaTraitBase | ||
windowDuration : Number [salt okunur]
Indicates the number of seconds of recorded content that are available
behind the live point. | DVRTrait |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | DVRTrait | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
Disposes of any resources used by this trait. | MediaTraitBase | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
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 | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
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 | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Olay | Özet | Tanımlayan: | ||
---|---|---|---|---|
[broadcast olayı] Flash Player veya AIR uygulaması işletim sistemi odağına gelip etkin olduğunda gönderilir. | EventDispatcher | |||
[broadcast olayı] Çalışan Flash Player veya AIR uygulaması sistem odağını kaybettiğinde ve etkin olmayan duruma geldiğinde gönderilir. | EventDispatcher | |||
Dispatched when the object's isRecording property changes. | DVRTrait |
isRecording | özellik |
timeOffset | özellik |
timeOffset:Number
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 2.0.1 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Indicates the number of seconds to be added to the time-related properties of the stream in order to obtain the real values. (OSMF always exposes a zero-based timeline)
The timeOffset might have a non-zero value in case of DVR with a rolling window.
Uygulama
public function get timeOffset():Number
windowDuration | özellik |
windowDuration:Number
[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 |
Indicates the number of seconds of recorded content that are available behind the live point. If -1, indicates the amount of cached content is unlimited.
Uygulama
public function get windowDuration():Number
DVRTrait | () | Yapıcı |
public function DVRTrait(isRecording:Boolean = false, windowDuration:Number = -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.
ParametrelerisRecording:Boolean (default = false ) — Defines whether the recording is ongoing.
| |
windowDuration:Number (default = -1 ) — If -1, indicates the amount of available recorded
content is unlimited. If a non-zero positive number, indicates the number
of seconds of recorded content that are available behind the live point.
|
isRecordingChange | Olay |
org.osmf.events.DVREvent
Dispatched when the object's isRecording property changes.
Tue Jun 12 2018, 01:09 PM Z