ltmmDVDControl.PlayPeriodInTitleAutoStop Method

Visual Basic Example

Syntax

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.

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 at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/idvdcontrol2playperiodintitleautostop.asp.

See Also

Elements:

ltmmDVDControl.Pause Method, ltmmDVDControl.Stop Method, ltmmDVDControl.Resume Method, ltmmDVDControl.PlayAtTime Method, ltmmDVDControl.PlayAtTImeInTItle Method, ltmmDVDControl.PlayBackwards Method, ltmmDVDControl.PlayChapter Method, ltmmDVDControl.PlayChapterInTitle Method, ltmmDVDControl.PlayChaptersAutoStop Method, ltmmDVDControl.PlayForwards Method, ltmmDVDControl.PlayNextChapter Method, ltmmDVDControl.PlayPrevChapter Method, ltmmDVDControl.PlayTitle Method, ltmmDVDControl.ReplayChapter Method, ltmmDVDControl.StillOff Method

Topics:

Multimedia Properties, Methods and Events