Click or drag to resize

MoverioAudioSetGainStep Method

Set the audio gain step for the Moverio.

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static bool SetGainStep(
	int step
)

Parameters

step
Type: SystemInt32
Audio gain step

Return Value

Type: Boolean
Returns true when setting the gain step is successful and false when it fails.
See Also