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



The DVDControl object provides the ability to navigate and play DVD-Video titles, including karaoke titles.

Object Model

DVDControl Class

Syntax

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

Remarks

The DVDControl object is accessed through the PlayCtrl.DvdController property and the ConvertCtrl.DvdController property. For more detailed information, refer to the Microsoft documentation for the DVD interfaces.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.DVDControl

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