Starts playback from the beginning of the specified chapter of the specified title.

You can know the number of Chapters and Titles (and the current position) calling DVDGetProperty method.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void DVDPlayAt(
	int title,
	int chapter
)
Public Sub DVDPlayAt ( _
	title As Integer, _
	chapter As Integer _
)
public:
void DVDPlayAt(
	int title, 
	int chapter
)

Parameters

title
Int32
Title number
chapter
Int32
Chapter number

See Also