AutoHotKey(오토핫키) 설명서 SoundSetWaveVolume
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.
'AutoHotKey > Commands' 카테고리의 다른 글
AutoHotKey(오토핫키) 설명서 SplitPath (0) | 2014.08.14 |
---|---|
AutoHotKey(오토핫키) 설명서 SplashTextOn / SplashTextOff (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 SoundSet (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 SoundPlay (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 SoundGetWaveVolume (0) | 2014.08.14 |