import "sbIMediaListFactory.idl";
Public Member Functions | |
sbIMediaList | createMediaList (in sbIMediaItem aInner) |
Create a new instance of a media list based on the template sbIMediaItem provided. | |
Public Attributes | |
readonly attribute AString | type |
A human-readable string identifying the type of media list that will be created by this factory. | |
readonly attribute ACString | contractID |
The contract ID through which an instance of this class can be created. |
This interface is used to create new instances of a media list.
Definition at line 47 of file sbIMediaListFactory.idl.
sbIMediaList sbIMediaListFactory::createMediaList | ( | in sbIMediaItem | aInner | ) |
Create a new instance of a media list based on the template sbIMediaItem provided.
aInner | - An sbIMediaItem created by the library |