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



The DVDSource object gives a greater control when converting or playing a DVD image

Object Model

DVDSource Class

Syntax

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

Remarks

The DVDSource object can be obtained by passing PlayObject.SourceFilter or ConvertObject.SourceFilter as the ObjType parameter for PlayCtrl.GetSubObject or ConvertCtrl.GetSubObject respectively.

The PlayCtrl.UseDVDSource and ConvertCtrl.UseDVDSource properties should be called set to true before specifying the DVD source image. This forces the player and the converter to use the DVDSource object when attempting to play or convert a DVD image.

Note: Title is 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. Chapters are 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.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.DVDSource

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