Pacchetto | org.osmf.media |
Classe | public class PluginInfoResource |
Ereditarietà | PluginInfoResource MediaResourceBase Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
A static plugin is a plugin that is compiled within the application that uses it, in contrast to a dynamic plugin, which is loaded at runtime.
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
mediaType : String
The MediaType, if any, of this resource. | MediaResourceBase | ||
metadataNamespaceURLs : Vector.<String> [sola lettura]
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 | ||
pluginInfo : PluginInfo [sola lettura]
Reference to the PluginInfo for this static plugin. | PluginInfoResource |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
PluginInfoResource(pluginInfo:PluginInfo)
Constructor. | PluginInfoResource | ||
Adds a metadata value to this resource. | MediaResourceBase | ||
Retrieves a metadata value from this resource. | MediaResourceBase | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Removes a metadata value from this resource. | MediaResourceBase | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
pluginInfo | proprietà |
pluginInfo:PluginInfo
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Reference to the PluginInfo
for this static plugin.
Implementazione
public function get pluginInfo():PluginInfo
Descrizione della funzione di costruzione
PluginInfoResource | () | Funzione di costruzione |
public function PluginInfoResource(pluginInfo:PluginInfo)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
ParametripluginInfo:PluginInfo — Reference to an instance of PluginInfo.
|
Tue Jun 12 2018, 02:44 PM Z