Package | org.osmf.media |
Class | public class MediaFactoryItemType |
Inheritance | MediaFactoryItemType Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Most MediaFactoryItems encapsulate media that is created and returned directly, but in some cases a MediaFactoryItem needs to be integrated with previously-created MediaElements. This class enables the distinction between these types.
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
PROXY : String = "proxy" [static]
Represents MediaFactoryItems for ProxyElements that should wrap created
MediaElements. | MediaFactoryItemType | ||
STANDARD : String = "standard" [static]
The default type. | MediaFactoryItemType |
Constant Detail
PROXY | Constant |
public static const PROXY:String = "proxy"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Represents MediaFactoryItems for ProxyElements that should wrap created MediaElements.
STANDARD | Constant |
public static const STANDARD:String = "standard"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The default type. Represents MediaFactoryItems for standard, creatable MediaElements.
Mon Nov 28 2011, 06:48 AM -08:00