LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
ILTDvdWriter Interface Members
See Also  Properties  Methods 
LTDVDWriter Namespace : ILTDvdWriter Interface


The following tables list the members exposed by ILTDvdWriter.

Public Properties

 NameDescription
 Property MenulessTitlePlayGets or sets a value that indicates whether all the titles in the menu-less image will be concatenated for playback.  
 Property MenuLoopGets or sets a value that indicates whether the menu background loops continuosly.  
 Property MenuTitleCount(Read only) Gets the current count of titles in the Titles list.  
 Property OverwriteGets or sets a value that indicates whether the DVD writer will delete (overwrite) the existing DVD image.  
 Property TempPathGets or sets the path to the folder in which the temporary image files are stored.  
 Property TitleBreakGets or sets a value that determines whether a title is closed immediately after a write operation.  
 Property TitleMenuGets or sets a value that indicates whether the next conversion is a menu.  
Top

Public Methods

 NameDescription
 Method AddMenuTitleAdds a new title to the menu.  
 Method ClearTitleSetClears the current Title set.  
 Method GetBytesWrittenRetrieves the actual number of bytes that have been written to disc during the current writing process (current chapter).  
 Method GetMenuTitle

Retrieves the text of the menu title at the specified index.

 
 Method RemoveAllMenuTitlesRemoves all of the titles in the Titles list.  
 Method RemoveMenuTitleRemoves the title.  
 Method ResetToDefaultsResets the DVD writer object to its defaults.  
Top

See Also