Starts playback from specified title and time.

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 hours,
	int minutes,
	int seconds,
	int frames
)
Public Sub DVDPlayAt ( _
	title As Integer, _
	hours As Integer, _
	minutes As Integer, _
	seconds As Integer, _
	frames As Integer _
)
public:
void DVDPlayAt(
	int title, 
	int hours, 
	int minutes, 
	int seconds, 
	int frames
)

Parameters

title
Int32
Title number
hours
Int32
Hour
minutes
Int32
Minute
seconds
Int32
Second
frames
Int32
Frame

See Also