Package | com.brightcove.api.dtos |
Class | public class ModuleIdentifier |
Inheritance | ModuleIdentifier ![]() |
Property | Defined By | ||
---|---|---|---|
id : String
The unique id of the module in the player, which can be used to retrieve a reference to the module. | ModuleIdentifier | ||
path : String
The path to the SWF that was loaded as a module. | ModuleIdentifier |
Method | Defined By | ||
---|---|---|---|
ModuleIdentifier(identifer:Object)
Constructor. | ModuleIdentifier |
id | property |
public var id:String
The unique id of the module in the player, which can be used to retrieve a reference to the module.
path | property |
public var path:String
The path to the SWF that was loaded as a module.
ModuleIdentifier | () | Constructor |
public function ModuleIdentifier(identifer:Object)
Constructor.
Parametersidentifer:Object — object from the player to wrap with this class.
|