Pakiet | org.osmf.events |
Klasa | public class MediaPlayerCapabilityChangeEvent |
Dziedziczenie | MediaPlayerCapabilityChangeEvent Event Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
bubbles : Boolean [tylko do odczytu]
Określa, czy zdarzenie może przechodzić fazę propagacji. | Event | ||
cancelable : Boolean [tylko do odczytu]
Wskazuje, czy można uniemożliwić operacje skojarzone ze zdarzeniem. | Event | ||
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
currentTarget : Object [tylko do odczytu]
Obiekt przetwarzający aktywnie obiekt Event za pomocą detektora zdarzeń. | Event | ||
enabled : Boolean [tylko do odczytu]
Indicates whether the MediaPlayer has the capability
described by the event. | MediaPlayerCapabilityChangeEvent | ||
eventPhase : uint [tylko do odczytu]
Bieżąca faza przepływu zdarzeń. | Event | ||
target : Object [tylko do odczytu]
Miejsce docelowe zdarzenia. | Event | ||
type : String [tylko do odczytu]
Typ zdarzenia. | Event |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
MediaPlayerCapabilityChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, enabled:Boolean = false)
Constructor. | MediaPlayerCapabilityChangeEvent | ||
Powiela instancję podklasy Event. | Event | ||
Funkcja narzędziowa umożliwiająca implementację metody toString() w niestandardowych klasach Event w języku ActionScript 3.0. | Event | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Sprawdza, czy w odniesieniu do tego zdarzenia wywołano metodę preventDefault(). | Event | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Anuluje domyślne ustawienia zdarzenia, o ile zachowanie to może być anulowane. | Event | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węźle bieżącym i węzłach następujących po nim. | Event | ||
Zapobiega przetwarzaniu wszelkich detektorów zdarzeń w węzłach następujących po węźle bieżącym w przepływie zdarzeń. | Event | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg znaków, który zawiera wszystkie właściwości obiektu Event. | Event | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stała | Zdefiniowane przez | ||
---|---|---|---|
CAN_BUFFER_CHANGE : String = "canBufferChange" [statyczny]
The MediaPlayerCapabilityChangeEvent.CAN_BUFFER_CHANGE constant defines
the value of the type property of the event object for a canBufferChange
event. | MediaPlayerCapabilityChangeEvent | ||
CAN_LOAD_CHANGE : String = "canLoadChange" [statyczny]
The MediaPlayerCapabilityChangeEvent.CAN_LOAD_CHANGE constant defines
the value of the type property of the event object for a canLoadChange
event. | MediaPlayerCapabilityChangeEvent | ||
CAN_PLAY_CHANGE : String = "canPlayChange" [statyczny]
The MediaPlayerCapabilityChangeEvent.CAN_PLAY_CHANGE constant defines
the value of the type property of the event object for a canPlayChange
event. | MediaPlayerCapabilityChangeEvent | ||
CAN_SEEK_CHANGE : String = "canSeekChange" [statyczny]
The MediaPlayerCapabilityChangeEvent.CAN_SEEK_CHANGE constant defines
the value of the type property of the event object for a canSeekChange
event. | MediaPlayerCapabilityChangeEvent | ||
HAS_ALTERNATIVE_AUDIO_CHANGE : String = "hasAlternativeAudioChange" [statyczny]
This event is dispatched by MediaPlayer when its hasAlternativeAudio
property has changed. | MediaPlayerCapabilityChangeEvent | ||
HAS_AUDIO_CHANGE : String = "hasAudioChange" [statyczny]
The MediaPlayerCapabilityChangeEvent.HAS_AUDIO_CHANGE constant defines
the value of the type property of the event object for a hasAudioChange
event. | MediaPlayerCapabilityChangeEvent | ||
HAS_DISPLAY_OBJECT_CHANGE : String = "hasDisplayObjectChange" [statyczny]
The MediaPlayerCapabilityChangeEvent.HAS_DISPLAY_OBJECT_CHANGE constant defines
the value of the type property of the event object for a hasDisplayObjectChange
event. | MediaPlayerCapabilityChangeEvent | ||
HAS_DRM_CHANGE : String = "hasDRMChange" [statyczny]
The MediaPlayerCapabilityChangeEvent.HAS_DRM_CHANGE constant defines
the value of the type property of the event object for a hasDRMChange
event. | MediaPlayerCapabilityChangeEvent | ||
IS_DYNAMIC_STREAM_CHANGE : String = "isDynamicStreamChange" [statyczny]
The MediaPlayerCapabilityChangeEvent.IS_DYNAMIC_STREAM_CHANGE constant defines
the value of the type property of the event object for a isDynamicStreamChange
event. | MediaPlayerCapabilityChangeEvent | ||
TEMPORAL_CHANGE : String = "temporalChange" [statyczny]
The MediaPlayerCapabilityChangeEvent.TEMPORAL_CHANGE constant defines
the value of the type property of the event object for a temporalChange
event. | MediaPlayerCapabilityChangeEvent |
enabled | właściwość |
MediaPlayerCapabilityChangeEvent | () | Konstruktor |
public function MediaPlayerCapabilityChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, enabled:Boolean = false)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Constructor.
Parametrytype:String — Event type.
| |
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.
| |
enabled:Boolean (default = false ) — Indicates whether the MediaPlayer has a particular capability
as a result of the change described in the type parameter.
Value of true means the player has the capability as a
result of the change, false means it does not.
|
CAN_BUFFER_CHANGE | Stała |
public static const CAN_BUFFER_CHANGE:String = "canBufferChange"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The MediaPlayerCapabilityChangeEvent.CAN_BUFFER_CHANGE constant defines the value of the type property of the event object for a canBufferChange event.
CAN_LOAD_CHANGE | Stała |
public static const CAN_LOAD_CHANGE:String = "canLoadChange"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The MediaPlayerCapabilityChangeEvent.CAN_LOAD_CHANGE constant defines the value of the type property of the event object for a canLoadChange event.
CAN_PLAY_CHANGE | Stała |
public static const CAN_PLAY_CHANGE:String = "canPlayChange"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The MediaPlayerCapabilityChangeEvent.CAN_PLAY_CHANGE constant defines the value of the type property of the event object for a canPlayChange event.
CAN_SEEK_CHANGE | Stała |
public static const CAN_SEEK_CHANGE:String = "canSeekChange"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The MediaPlayerCapabilityChangeEvent.CAN_SEEK_CHANGE constant defines the value of the type property of the event object for a canSeekChange event.
HAS_ALTERNATIVE_AUDIO_CHANGE | Stała |
public static const HAS_ALTERNATIVE_AUDIO_CHANGE:String = "hasAlternativeAudioChange"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.6 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
This event is dispatched by MediaPlayer when its hasAlternativeAudio
property has changed.
HAS_AUDIO_CHANGE | Stała |
public static const HAS_AUDIO_CHANGE:String = "hasAudioChange"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The MediaPlayerCapabilityChangeEvent.HAS_AUDIO_CHANGE constant defines the value of the type property of the event object for a hasAudioChange event.
HAS_DISPLAY_OBJECT_CHANGE | Stała |
public static const HAS_DISPLAY_OBJECT_CHANGE:String = "hasDisplayObjectChange"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The MediaPlayerCapabilityChangeEvent.HAS_DISPLAY_OBJECT_CHANGE constant defines the value of the type property of the event object for a hasDisplayObjectChange event.
HAS_DRM_CHANGE | Stała |
public static const HAS_DRM_CHANGE:String = "hasDRMChange"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The MediaPlayerCapabilityChangeEvent.HAS_DRM_CHANGE constant defines the value of the type property of the event object for a hasDRMChange event.
IS_DYNAMIC_STREAM_CHANGE | Stała |
public static const IS_DYNAMIC_STREAM_CHANGE:String = "isDynamicStreamChange"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The MediaPlayerCapabilityChangeEvent.IS_DYNAMIC_STREAM_CHANGE constant defines the value of the type property of the event object for a isDynamicStreamChange event.
TEMPORAL_CHANGE | Stała |
public static const TEMPORAL_CHANGE:String = "temporalChange"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The MediaPlayerCapabilityChangeEvent.TEMPORAL_CHANGE constant defines the value of the type property of the event object for a temporalChange event.
Tue Jun 12 2018, 12:06 PM Z