91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

調節(jié)電腦聲音,并調出電腦音量顯示條,實時顯示

資源截圖

代碼片段和文件信息

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

評論

共有 條評論