xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

調節電腦聲音,并調出電腦音量顯示條,實時顯示

資源截圖

代碼片段和文件信息

using?CoreAudioApi;
using?SuperClassServer;
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Runtime.InteropServices;
using?System.Text;
using?System.Threading.Tasks;

namespace?PCVolumeControl
{
???///?
???///?電腦音量控制類
???///?

???public?static?class?VolumeControl
????{?????
????????///?
????????///?volume?-2?靜音?-1解除靜音
????????///?

????????///?
????????public?static?void?SetVolume(int?volume)
????????{
????????????if?(volume?==?-2)
????????????{
????????????????Mute();
????????????}
????????????if?(volume?>=?0)
????????????{
????????????????SetSYSTEMVolume(volume);
????????????}
????????}
????????#region?控制系統的聲音
????????[DllImport(“user32.dll“)]
????????static?e

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????5243??2019-06-12?11:01??VolumeControl.cs

評論

共有 條評論