RecordPlayerVolumeScale Property |
Scales the volume of audio data. 100 is normal volume, 50 is reduced by half, 200 is increased in 2 times
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public int VolumeScale { get; set; }
Public Property VolumeScale As Integer
Get
Set
public:
property int VolumeScale {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also