|
DVDBuilder for C++
3.4
DVD Authoring Software Development Kit
|
The root element in every project file used by DVDBuilder.
<dvd version='2.3' xmlns='http://www.primosoftware.com/dvdbuilder/2.3'> <videoManager> <titleSet> </dvd>
| Attribute | Description |
| version | Runtime version. Must be set to 2.3 |
| xmlns | XML namespace. Must be set to http://www.primosoftware.com/dvdbuilder/2.3 |
| Element | Description |
| <videoManager> | Configures the Video Manager (VMG). |
| <titleSet> | Configures a Video Title Set (VTS). There can be up to 99 VTS per DVD disc. |
A DVD compliant disc contains one Video Manager and multiple Video Title Sets.
The following example shows a simple DVD project file.