音量控制title
>
rel=
"stylesheet"
href
="./index.css"
>
head
>
>
class
="audio-box"
>
src=
"./music-bg.***"
loop
autoplay
>
audio
>
div>
class
="container"
>
class
="title"
>
0p>
class
="slide-bar"
>
class
="bar"
>
div>
div>
class
="control"
>
class
="center"
>
div>
class
="pointer"
>
div>
div>
class
="desc"
>
>
根據按空格鍵時箭頭的指向控制音量p
>
>
中間:增加5%p
>
>
其他:大於五十是會減少5%,少於50時會清零p
>
div>
div>
src=
"./index.js"
>
script
>
body
>
html
>
.title
.slide-bar
.bar
.control
.center
.pointer
.desc
.audio-box
//音量控制
var volumn =
, increase:
function
(val)if(
this
.value <=0)
this
.show()
;//渲染dom},
clear:
function()
}//箭頭
var pointer =
if(that.left <=0)
that.pointerdom.style.marginleft = that.left +
"px"
;//渲染dom},
16)},
iscenter:
function()
}volumn.
show()
;pointer.
startmove()
;//開始自動移動
// 呼叫事件
window.
onkeydown
=function
(e)else
else}}
}// document.queryselector(".jia").onclick = function ()
// document.queryselector(".jian").onclick = function ()
小箭頭: 控制windows系統音量
網上有一些控制系統音量的方法 win xp系統可以用mixeropen等方式 win 7系統可以用wsapi等方式 wasapi的全稱是windows audio session api windows音訊會話api 是從windows vista之後引入的 uaa universal audio ...
C 控制系統音量
using system using system.collections.generic using system.componentmodel using system.data using system.drawing using system.text using system.window...
windows api 控制系統音量
以下 針對window10支援,其他版本有待測試。當然如果通過系統鍵盤鉤子獲取vk volume down和vk volume up標識也是可以的,直接拋給windows系統自己去處理。另外需要注意筆記本鍵盤和外設hid鍵盤處理也是不一樣的。systemvolumn.h pragma once if...