Paquete | org.osmf.events |
Clase | public class MediaPlayerCapabilityChangeEvent |
Herencia | MediaPlayerCapabilityChangeEvent Event Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Propiedad | Definido por | ||
---|---|---|---|
bubbles : Boolean [solo lectura]
Indica si un evento es un evento de propagación. | Event | ||
cancelable : Boolean [solo lectura]
Indica si se puede evitar el comportamiento asociado al evento. | Event | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
currentTarget : Object [solo lectura]
Objeto que procesa de forma activa el objeto de evento con un detector de eventos. | Event | ||
enabled : Boolean [solo lectura]
Indicates whether the MediaPlayer has the capability
described by the event. | MediaPlayerCapabilityChangeEvent | ||
eventPhase : uint [solo lectura]
La fase actual en el flujo del evento. | Event | ||
target : Object [solo lectura]
El destino del evento. | Event | ||
type : String [solo lectura]
El tipo de evento. | Event |
Método | Definido por | ||
---|---|---|---|
MediaPlayerCapabilityChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, enabled:Boolean = false)
Constructor. | MediaPlayerCapabilityChangeEvent | ||
Duplica una instancia de la subclase Event. | Event | ||
Una función de utilidad para implementar el método toString() en las clases Event personalizadas de ActionScript 3.0. | Event | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Comprueba si se ha llamado a preventDefault() en el evento. | Event | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Cancela el comportamiento predeterminado de un evento si es posible cancelarlo. | Event | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Impide el proceso de cualquier detector de eventos en el nodo actual y los nodos siguientes en el flujo del evento. | Event | ||
Impide el proceso de cualquier detector de eventos en nodos siguientes al nodo actual. | Event | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve una cadena que contiene todas las propiedades del objeto de evento. | Event | ||
Devuelve el valor simple del objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
CAN_BUFFER_CHANGE : String = "canBufferChange" [estática]
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ática]
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ática]
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ática]
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ática]
This event is dispatched by MediaPlayer when its hasAlternativeAudio
property has changed. | MediaPlayerCapabilityChangeEvent | ||
HAS_AUDIO_CHANGE : String = "hasAudioChange" [estática]
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ática]
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ática]
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ática]
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ática]
The MediaPlayerCapabilityChangeEvent.TEMPORAL_CHANGE constant defines
the value of the type property of the event object for a temporalChange
event. | MediaPlayerCapabilityChangeEvent |
enabled | propiedad |
MediaPlayerCapabilityChangeEvent | () | Información sobre |
public function MediaPlayerCapabilityChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, enabled:Boolean = false)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.6 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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, 02:12 PM Z