DVDBuilder for C++
3.4
DVD Authoring Software Development Kit
|
The InputDataStreamFactory interface is a class factory for creating and destroying DataStream objects. More...
Public Member Functions | |
virtual primo::Stream * | create (const char_t *pFile)=0 |
Creates an DataStream object. More... | |
int32_t | release () const |
int32_t | retain () const |
int32_t | retainCount () const |
The InputDataStreamFactory interface is a class factory for creating and destroying DataStream objects.
This interface must be implemented by the application and advertised via the DVDBuilder::setInputDataStreamFactory method.
|
pure virtual |
Creates an DataStream object.
pFile | The value of the "file" attribute of a <videoObject> XML element. |