The IltmmDVDSource interface provides greater control than the DirectShow DVD Navigator when converting or playing a DVD image. The DVD Navigator is the default filter used by the toolkit. It allows a user to playback the DVD normally with menus. However, it is not possible to individually select the DVD titles and chapters to be played. This is where the DVD Source filter is useful. It allows a user to predetermine which titles and chapters to play and convert. It then treats the entire playback like a normal file. No menus are presented. By default, the DVD Source filter will select the Main DVD title and default audio stream. This will work for most DVDs. So the user does not have to do anything.
The ltmmDVDSource Object can be accessed through the IltmmPlay and the IltmmConvert Interfaces. The put_UseDVDSource should be called with VARIANT_TRUE value before specifying the DVD source image to force the player and/or the converter to use the IltmmDVDSource interface when attempting to play or convert a DVD image. The IltmmDVDSource interface can be obtained by passing ltmmPlay_Object_SourceFilter or ltmmConvert_Object_SourceFilter as the ObjType parameter for IltmmPlay::GetSubObject or IltmmConvert::GetSubObject.
In order for DVD playback support to work under windows 10 (either using DVD Source object or default DirectShow DVD Navigator), the Windows DVD Player application needs to be installed.
The IltmmDVDSource interface exposes the following functions:
IltmmDVDSource::get_TitleCount
IltmmDVDSource::get_TotalDuration
IltmmDVDSource::get_SelectedDuration
Win32, x64.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document