Click or drag to resize

MoverioAudioSetVolume Method

Set the audio volume for the Moverio.

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

Parameters

volume
Type: SystemInt32
Audio volume

Return Value

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