PlayerLeftVolume Property |
Gets or sets the average volume to the left speaker.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public int LeftVolume { get; set; }
Public Property LeftVolume As Integer
Get
Set
public:
property int LeftVolume {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also