LEADTOOLS Multimedia API Help > Add-on Modules > LEADTOOLS DVD Module > DVD Module Interfaces > IltDVDWriter Interface |
A set of files that contain all of the video and audio content for a DVD, organized with a table of contents (optional). See also: Title , Chapter , ISO Image .
The name for a group of related video files (called "Chapters") on your DVD. For example, for a DVD called "My Summer Vacation," you might have the titles "Water Skiing," "New Friends," and "Hiking." For each of those titles, you might have one or more different video files.
The name for each individual video file on a DVD. For example, under the title "Water Skiing", you might have the chapters "My first try," "My first wreck," and "My first jump."
An ISO image (.iso) is a disk image of a file system. It includes data files that are contained in the ISO image along with filesystem metadata. ISO images are an alternative to physical media for distribution of a "DVD" over the Internet. Most operating systems allow ISO images images to be "played" as if they were physical discs. See also: DVD Image.
This interface provides access to the ltDVDWriter objects functions. The ILTDvdWriter interface is retrieved using IltmmCapture::GetSubObject with ltmmCapture_Object_Sink passed for the ObjType parameter, and IltmmConvert::GetSubObject, with ltmmConvert_Object_Sink passed for the ObjType parameter. It is recommended to use the DVD full resolution 720X480 because not all DVD navigators can handle the conversion from a DVD to a DVD image that is less than 720X480. This interface is available in the LEADTOOLS DVD Module.
The ILTDvdWriter interface exposes the following functions:
ILTDvdWriter::get_MenulessTitlePlay
ILTDvdWriter::get_MenuTitleCount
ILTDvdWriter::put_MenuLessTitlePlay
ILTDvdWriter::RemoveAllMenuTitles
Win32, x64