Win7Audio plugin Win7Audioプラグイン
Plugin=Win7AudioPlugin
controls the sound device and volume.Plugin=Win7AudioPlugin
サウンドデバイスと音量を制御します。
The measure will return different "string" and "number" values.メジャーは異なる "文字列"と "数値"の値を返します。
- String: The name of the current sound device. This will be used when the measure is bound to a String meter, or if the string [SectionVariable] value of the measure is used.
If there is a problem detecting or interacting with the sound device, the following error strings are possible:ERROR - Getting Device Description
ERROR - Getting Property
ERROR - Getting Default Device
String:現在のサウンドデバイスの名前。これは、メジャーが文字列メーターにバインドされている場合、またはメジャーの文字列[SectionVariable]値が使用されている場合に使用されます。
サウンドデバイスの検出またはサウンドデバイスとのやり取りに問題がある場合は、次のエラー文字列が考えられます。ERROR - Getting Device Description
ERROR - Getting Property
ERROR - Getting Default Device
- Number: The percentage (0-100) of current volume level. This will be used when the measure is bound to a meter which requires a percentage. This numeric value can also be used in a String meter, by setting the Text option of the meter to the numeric [SectionVariable:] value of the measure.数値:現在の音量レベルに対する割合(0〜100)。メジャーがパーセンテージを必要とするメーターにバインドされている場合、これが使用されます。この数値は、メーターのTextオプションをメジャーの数値[SectionVariable:]値に設定することによって、Stringメーターでも使用できます。
Optionsオプション
- General measure options一般的な測定オプション
- All general measure options are valid.一般的な測定オプションはすべて有効です。
Usage:使用法:
[MeasureWin7Audio] |
Bangs前髪
To control the sound device or volume, use the !CommandMeasure bang. In the examples below MeasureWin7Audio
is the section name for the Win7Audio measure. Your section name may differ.サウンドデバイスまたは音量を制御するには、!CommandMeasure bangを使用します。以下の例でMeasureWin7Audio
は、Win7Audioメジャーのセクション名です。あなたの部門名は異なるかもしれません。
!CommandMeasure "MeasureWin7Audio" "ToggleNext"
- Jump to the first if last device is active.最後のデバイスがアクティブな場合は最初のデバイスにジャンプします
!CommandMeasure "MeasureWin7Audio" "TogglePrevious"
- Jump to the last if first device is active.最初のデバイスがアクティブな場合は最後にジャンプします。
!CommandMeasure "MeasureWin7Audio" "SetOutputIndex index"
-
Set a specific device with
index
. This depends on your system setup and number of output devices.で特定の機器を設定しindex
ます。これはあなたのシステム設定と出力装置の数に依存します。 !CommandMeasure "MeasureWin7Audio" "ToggleMute"
- Toggle the mute state.ミュート状態を切り替えます。
!CommandMeasure "MeasureWin7Audio" "SetVolume x"
-
Set volume to
x
(between 0 and 100). This disables mute.音量をx
(0〜100)に設定します。これでミュートが無効になります。 !CommandMeasure "MeasureWin7Audio" "ChangeVolume x"
-
Change the volume by
x
percent. Use negative numbers to lower volume. This disables mute.音量をx
パーセントで変更します。音量を下げるには負の数を使用します。これでミュートが無効になります。
Example例
[Rainmeter] |
関連記事
- Redirect to measures 対策へのリダイレクト
- UsageMonitor plugin UsageMonitorプラグイン
- Redirect to measures 対策へのリダイレクト
- Deprecated plugins 廃止予定のプラグイン
- WindowMessage plugin WindowMessageプラグイン
- WiFiStatus plugin WiFiStatusプラグイン
- SysInfo plugin SysInfoプラグイン
- SpeedFan plugin SpeedFanプラグイン
- RunCommand plugin RunCommandプラグイン
- ResMon plugin ResMonプラグイン
- Quote plugin 見積もりプラグイン
- Process plugin プロセスプラグイン
- Power plugin 電源プラグイン
- Ping plugin pingプラグイン
- InputText plugin InputTextプラグイン
- FolderInfo plugin FolderInfoプラグイン
- FileView plugin FileViewプラグイン
- CoreTemp plugin CoreTempプラグイン
- AudioLevel plugin AudioLevelプラグイン
- ActionTimer plugin ActionTimerプラグイン
スポンサーリンク