Sets the end limit.

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

Syntax

C#
void SetEndLimit(
	Object maxPos
)
Visual Basic (Declaration)
Sub SetEndLimit ( _
	maxPos As Object _
)
Visual C++
void SetEndLimit(
	Object^ maxPos
)

Parameters

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

Remarks

This function limits playback to the given timecode range.

See Also