Paquete | org.osmf.net |
Clase | public class MulticastResource |
Herencia | MulticastResource StreamingURLResource URLResource MediaResourceBase Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10.1, AIR 1.5 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
alternativeAudioStreamItems : Vector.<StreamingItem>
Vector containing all alternative audio items associated with
the current streaming resource. | StreamingURLResource | ||
clipEndTime : Number
Optional end time of the streaming resource. | StreamingURLResource | ||
clipStartTime : Number
Optional start time of the streaming resource. | StreamingURLResource | ||
connectionArguments : Vector.<Object>
Optional set of arguments that will be supplied when making a
connection to the source of the stream. | StreamingURLResource | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
drmContentData : ByteArray
Content metadata for DRM-encrypted content. | StreamingURLResource | ||
groupspec : String
The group spec string for multicasting. | MulticastResource | ||
mediaType : String
The MediaType, if any, of this resource. | MediaResourceBase | ||
metadataNamespaceURLs : Vector.<String> [solo lectura]
A Vector containing the namespace URLs for all Metadata
objects within this resource. | MediaResourceBase | ||
mimeType : String
The MIME type, if any, of this resource. | MediaResourceBase | ||
streamName : String
The stream name string for multicasting. | MulticastResource | ||
streamType : String
The StreamType for this resource. | StreamingURLResource | ||
url : String [solo lectura]
The URL of the resource. | URLResource | ||
urlIncludesFMSApplicationInstance : Boolean
Indicates, for RTMP streaming URLs, whether the URL includes the FMS
application instance or not. | StreamingURLResource |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
MulticastResource | |||
Adds a metadata value to this resource. | MediaResourceBase | ||
Retrieves a metadata value from this resource. | MediaResourceBase | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Removes a metadata value from this resource. | MediaResourceBase | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
groupspec | propiedad |
streamName | propiedad |
Información sobre constructores
MulticastResource | () | Información sobre |
public function MulticastResource(url:String, groupspec:String = null, streamName:String = null, connectionArguments:Vector.<Object> = null, urlIncludesFMSApplicationInstance:Boolean = false, drmContentData:ByteArray = null)
Parámetros
url:String | |
groupspec:String (default = null )
| |
streamName:String (default = null )
| |
connectionArguments:Vector.<Object> (default = null )
| |
urlIncludesFMSApplicationInstance:Boolean (default = false )
| |
drmContentData:ByteArray (default = null )
|
Tue Jun 12 2018, 02:12 PM Z