Click or drag to resize
PlayerExSetVolume Method
Sets the volume.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public void SetVolume(
	int leftVolume,
	int rightVolume
)

Parameters

leftVolume
Type: SystemInt32
The left volume. Value between 0 and ushort.MaxValue.
rightVolume
Type: SystemInt32
The right volume. Value between 0 and ushort.MaxValue.
See Also