Sets the end limit.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
public void SetEndLimit(
	Object maxPos
)
Visual Basic (Declaration)
Public Sub SetEndLimit ( _
	maxPos As Object _
)
Visual C++
public:
virtual void SetEndLimit(
	Object^ maxPos
) sealed

Parameters

maxPos
Type: System..::.Object
Max pos.

Implements

ISimplePlayerRecorder..::.SetEndLimit(Object)

Remarks

This function limits playback to the given timecode range.

See Also