반응형
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- SetControlDelay
- EnvSet
- API
- ControlGetText
- SetEnv
- StringGetPos
- IfWinExist
- Blocks
- Menu
- SetTitleMatchMode
- 함수
- EnvMult
- SetMouseDelay
- 배열
- 식의 설명
- if
- EnvDiv
- SetKeyDelay
- 식
- IF (식)
- Threads
- DetectHiddenWindows
- EnvAdd
- MouseClick
- IfInString
- autohotkey
- Var:=식
- if(식)
- ControlSend
- EnvSub
Archives
- Today
- Total
ㄴrㅎnㅂrㄹrㄱi
SoundSetWaveVolume WAVE출력의 음량의 설정을 변경한다 본문
반응형
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 > 레퍼런스' 카테고리의 다른 글
SplitPath 파일 패스나URL(을)를 드라이브나 확장자(extension)등의 요소 로 분해한다 (0) | 2007.11.05 |
---|---|
SplashTextOn / SplashTextOff 스플래쉬 텍스트 윈도우를 표시·비표시한다 (0) | 2007.11.05 |
SoundSet 사운드 디바이스의 각종 설정을 변경 (0) | 2007.11.05 |
SoundPlay OS하지만 서포트하는 미디어 파일을 재생한다 (0) | 2007.11.05 |
SoundGetWaveVolume WAVE출력의 음량의 현재의 설정치를 취득한다 (0) | 2007.11.05 |
Comments