Package | org.osmf.media |
Class | public class PluginInfoResource |
Inheritance | PluginInfoResource MediaResourceBase Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | 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.
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
mediaType : String
The MediaType, if any, of this resource. | MediaResourceBase | ||
metadataNamespaceURLs : Vector.<String> [read-only]
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 [read-only]
Reference to the PluginInfo for this static plugin. | PluginInfoResource |
Public Methods
Method | Defined By | ||
---|---|---|---|
PluginInfoResource(pluginInfo:PluginInfo)
Constructor. | PluginInfoResource | ||
Adds a metadata value to this resource. | MediaResourceBase | ||
Retrieves a metadata value from this resource. | MediaResourceBase | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Removes a metadata value from this resource. | MediaResourceBase | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
pluginInfo | property |
pluginInfo:PluginInfo
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Reference to the PluginInfo
for this static plugin.
Implementation
public function get pluginInfo():PluginInfo
Constructor Detail
PluginInfoResource | () | Constructor |
public function PluginInfoResource(pluginInfo:PluginInfo)
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Constructor.
ParameterspluginInfo:PluginInfo — Reference to an instance of PluginInfo.
|
Thu Dec 6 2018, 01:12 PM -08:00