Gets the current bin.

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

Syntax

C#
public void GetCurrentBin(
	ref string volume,
	ref string bin
)
Visual Basic (Declaration)
Public Sub GetCurrentBin ( _
	ByRef volume As String, _
	ByRef bin As String _
)
Visual C++
public:
virtual void GetCurrentBin(
	String^% volume, 
	String^% bin
) sealed

Parameters

volume
Type: System..::.String %
Volume.
bin
Type: System..::.String %
Bin.

Implements

ISimpleController..::.GetCurrentBin(String%, String%)

Remarks

The concept of a “current bin” is used for both playing and recording. When crash recording, the new clip is logged to the current bin. Sub-clips are also logged to the current bin.

See Also