LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
DVDChapter Class
See Also  Members  
Leadtools.Multimedia Namespace : DVDChapter Class



The DVDChapter object provides control over the chapters of a DVD.

Object Model

DVDChapter Class

Syntax

Visual Basic (Declaration) 
Public Class DVDChapter 
Visual Basic (Usage)Copy Code
Dim instance As DVDChapter
C# 
public class DVDChapter 
C++/CLI 
public ref class DVDChapter 

Remarks

The DVDChapter Object can be accessed through the DVDTitle interface, and retrieved by the DVDTitle.GetChapter method. Note: A DVD Chapter is the name for each individual video file on a DVD.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.DVDChapter

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also