AutoHotKey(오토핫키) 설명서 SoundSetWaveVolume

Posted by 발전소장
2014. 8. 14. 14:12 AutoHotKey/Commands

SoundSetWaveVolume

WAVE출력의 음량의 설정을 변경한다

SoundSetWaveVolume, Percent [, DeviceNumber]

Parameters

인수명설명
Percent -100...100의 사이의 수치를 지정.
「+」(이)나 「-」(으)로 시작되는 경우, 현재의 설정으로부터의 상대치로의 지정이 된다.
DeviceNumber 사운드 디바이스의 번호.
생략시는 「1」.

ErrorLevel

성공하면 「0」, 실패하면 「1」

Remarks

설정치를 취득하려면 ,SoundGetWaveVolume(을)를 사용한다.

마스터 볼륨등의 설정은,SoundSet(와)과SoundGet그리고 조작할 수 있다.

Related

SoundGetWaveVolume, SoundSet, SoundGet, SoundPlay

Example(s)

SoundSetWaveVolume, 50 ; Set the volume to its half-way point.
SoundSetVolume, -10 ; Decrease the current  level by 10 (e.g. 80 would become 70).
SoundSetVolume, +20 ; Increase the current level by 20.