Gets the current bin.

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

Syntax

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

Parameters

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

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