| Pacote | org.osmf.events |
| Classe | public class MediaPlayerCapabilityChangeEvent |
| Herança | MediaPlayerCapabilityChangeEvent Event Object |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.0 |
| Versões de runtime: | Flash Player 10, AIR 1.5 |
| Propriedade | Definido por | ||
|---|---|---|---|
![]() | bubbles : Boolean [somente leitura]
Indica se um evento é do tipo bubbling. | Event | |
![]() | cancelable : Boolean [somente leitura]
Indica se o comportamento associado ao evento pode ser impedido. | Event | |
![]() | constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | |
![]() | currentTarget : Object [somente leitura]
O objeto que está processando ativamente o objeto Event com um ouvinte de evento. | Event | |
| enabled : Boolean [somente leitura]
Indicates whether the MediaPlayer has the capability
described by the event. | MediaPlayerCapabilityChangeEvent | ||
![]() | eventPhase : uint [somente leitura]
A fase atual no fluxo de eventos. | Event | |
![]() | target : Object [somente leitura]
O destino de evento. | Event | |
![]() | type : String [somente leitura]
O tipo de evento. | Event | |
| Método | Definido por | ||
|---|---|---|---|
MediaPlayerCapabilityChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, enabled:Boolean = false)
Constructor. | MediaPlayerCapabilityChangeEvent | ||
![]() |
Duplica uma ocorrência de uma subclasse Event. | Event | |
![]() |
Uma função de utilitário para implementar o método toString() em classes ActionScript 3.0 Event personalizadas. | Event | |
![]() |
Indica se um objeto tem uma propriedade especificada definida. | Object | |
![]() |
Verifica se o método preventDefault() foi chamado no evento. | Event | |
![]() |
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | |
![]() |
Cancela um comportamento padrão de evento se esse comportamento puder ser cancelado. | Event | |
![]() |
Indica se a propriedade especificada existe e é enumerável. | Object | |
![]() |
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | |
![]() |
Impede o processamento de qualquer ouvinte de evento no nó atual e qualquer nó subsequente no fluxo de eventos. | Event | |
![]() |
Impede o processamento de algum ouvinte de evento em nós subsequentes ao nó atual no fluxo de eventos. | Event | |
![]() |
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | |
![]() |
Retorna uma string que contém todas as propriedades do objeto Event. | Event | |
![]() |
Retorna o valor primitivo do objeto especificado. | Object | |
| Constante | Definido por | ||
|---|---|---|---|
| CAN_BUFFER_CHANGE : String = "canBufferChange" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
This event is dispatched by MediaPlayer when its hasAlternativeAudio
property has changed. | MediaPlayerCapabilityChangeEvent | ||
| HAS_AUDIO_CHANGE : String = "hasAudioChange" [estático]
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" [estático]
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" [estático]
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" [estático]
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" [estático]
The MediaPlayerCapabilityChangeEvent.TEMPORAL_CHANGE constant defines
the value of the type property of the event object for a temporalChange
event. | MediaPlayerCapabilityChangeEvent | ||
enabled | propriedade |
MediaPlayerCapabilityChangeEvent | () | Construtor |
public function MediaPlayerCapabilityChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, enabled:Boolean = false)| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.0 |
| Versões de runtime: | Flash Player 10, AIR 1.5 |
Constructor.
Parâmetrostype: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 | Constante |
public static const CAN_BUFFER_CHANGE:String = "canBufferChange"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.0 |
| Versões de runtime: | 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 | Constante |
public static const CAN_LOAD_CHANGE:String = "canLoadChange"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.0 |
| Versões de runtime: | 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 | Constante |
public static const CAN_PLAY_CHANGE:String = "canPlayChange"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.0 |
| Versões de runtime: | 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 | Constante |
public static const CAN_SEEK_CHANGE:String = "canSeekChange"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.0 |
| Versões de runtime: | 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 | Constante |
public static const HAS_ALTERNATIVE_AUDIO_CHANGE:String = "hasAlternativeAudioChange"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.6 |
| Versões de runtime: | Flash Player 10, AIR 1.5 |
This event is dispatched by MediaPlayer when its hasAlternativeAudio
property has changed.
HAS_AUDIO_CHANGE | Constante |
public static const HAS_AUDIO_CHANGE:String = "hasAudioChange"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.0 |
| Versões de runtime: | 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 | Constante |
public static const HAS_DISPLAY_OBJECT_CHANGE:String = "hasDisplayObjectChange"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.0 |
| Versões de runtime: | 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 | Constante |
public static const HAS_DRM_CHANGE:String = "hasDRMChange"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.0 |
| Versões de runtime: | 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 | Constante |
public static const IS_DYNAMIC_STREAM_CHANGE:String = "isDynamicStreamChange"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.0 |
| Versões de runtime: | 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 | Constante |
public static const TEMPORAL_CHANGE:String = "temporalChange"| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | OSMF 1.0 |
| Versões de runtime: | 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.
Wed Jun 13 2018, 11:10 AM Z
Ocultar propriedades públicas herdadas
Mostrar propriedades públicas herdadas