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



The LTDvdWriter object (DirectShow filter) provides control over DVD image composition.

Syntax

Visual Basic (Declaration) 
<GuidAttribute("E2B7DDD1-38C5-11D5-91F6-00104BDB8FF9")>
<TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)>
<ComImportAttribute()>
Public Interface ILTDvdWriter 
Visual Basic (Usage)Copy Code
Dim instance As ILTDvdWriter
C# 
[GuidAttribute("E2B7DDD1-38C5-11D5-91F6-00104BDB8FF9")]
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)]
[ComImportAttribute()]
public interface ILTDvdWriter 
C++/CLI 
[GuidAttribute("E2B7DDD1-38C5-11D5-91F6-00104BDB8FF9")]
[TypeLibTypeAttribute(TypeLibTypeFlags.FCanCreate)]
[ComImportAttribute()]
public interface class ILTDvdWriter 

Remarks

The LTDvdWriter object (DirectShow filter) provides control over DVD image composition. This object is used with the ConvertCtrl and CaptureCtrl classes. For more information, refer to Leadtools.Multimedia.CaptureCtrl.TargetFormat and Leadtools.Multimedia.ConvertCtrl.TargetFormat Properties. It is best 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.

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