Pakiet | org.osmf.traits |
Klasa | public class DVRTrait |
Dziedziczenie | DVRTrait MediaTraitBase EventDispatcher Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | 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.
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
isRecording : Boolean [tylko do odczytu]
Defines if the recording is ongoing. | DVRTrait | ||
timeOffset : Number [tylko do odczytu]
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 [tylko do odczytu]
The MediaTraitType for this trait. | MediaTraitBase | ||
windowDuration : Number [tylko do odczytu]
Indicates the number of seconds of recorded content that are available
behind the live point. | DVRTrait |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | DVRTrait | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | EventDispatcher | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | EventDispatcher | ||
Disposes of any resources used by this trait. | MediaTraitBase | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | EventDispatcher | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Usuwa detektor z obiektu EventDispatcher. | EventDispatcher | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | EventDispatcher |
Zdarzenie | Podsumowanie | Zdefiniowane przez | ||
---|---|---|---|---|
[zdarzenie broadcast] Wywoływane, gdy program Flash Player lub aplikacja środowiska wykonawczego AIR uzyskuje fokus w systemie operacyjnym i przechodzi w stan aktywny. | EventDispatcher | |||
[zdarzenie broadcast] Wywoływane, gdy program Flash Player lub aplikacja AIR traci fokus w systemie operacyjnym i przechodzi w stan nieaktywny. | EventDispatcher | |||
Dispatched when the object's isRecording property changes. | DVRTrait |
isRecording | właściwość |
timeOffset | właściwość |
timeOffset:Number
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 2.0.1 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get timeOffset():Number
windowDuration | właściwość |
windowDuration:Number
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.6 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get windowDuration():Number
DVRTrait | () | Konstruktor |
public function DVRTrait(isRecording:Boolean = false, windowDuration:Number = -1)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Constructor.
ParametryisRecording: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 | Zdarzenie |
org.osmf.events.DVREvent
Dispatched when the object's isRecording property changes.
Tue Jun 12 2018, 12:06 PM Z