DVDBuilder for C++
3.4
DVD Authoring Software Development Kit
|
This interface is used to enumerate all DVD-Video titles in a recording. More...
Public Member Functions | |
virtual int | count ()=0 |
Gets the number of titles. More... | |
virtual Title * | item (int index)=0 |
Gets an object that describes a DVD-Video title. More... | |
Public Member Functions inherited from Reference | |
virtual int32_t | release () const =0 |
Releases the instance. More... | |
virtual int32_t | retain () const =0 |
Retains the instance. More... | |
virtual int32_t | retainCount () const =0 |
Returns the current reference count. More... | |
This interface is used to enumerate all DVD-Video titles in a recording.
An instance of this interface can be obtained via VideoRecorder::titles. When it's not needed anymore the instance must be released.
|
pure virtual |
Gets the number of titles.