object.PlayPeriodInTitleAutoStop(Title As Long, StartTime As Long, StopTime As Long) |
Remarks
Starts playback from the specified start time and runs until the specified end time in the specified title 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..
This method does not support command synchronization.
The StartTime parameter must come before the StopTime parameter. If StopTime precedes StartTime, the method will result in an error. For more infomation, refer to the MSDN link below.
For more information on the options available when playing DVDs in LEADTOOLS Multimedia, refer to Playback Options.
For more detailed information, refer to the Microsoft documentation for IDvdControl2::PlayPeriodInTitleAutoStop.
Win32, x64
See Also