Factory for new media list instances. More...
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. More... | |
Public Attributes | |
| readonly attribute AString | type |
| A human-readable string identifying the type of media list that will be created by this factory. More... | |
| readonly attribute ACString | contractID |
| The contract ID through which an instance of this class can be created. More... | |
Factory for new media list instances.
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 |
| readonly attribute ACString sbIMediaListFactory::contractID |
The contract ID through which an instance of this class can be created.
Definition at line 59 of file sbIMediaListFactory.idl.
| readonly attribute AString sbIMediaListFactory::type |
A human-readable string identifying the type of media list that will be created by this factory.
Definition at line 53 of file sbIMediaListFactory.idl.