- 278 名前:デフォルトの名無しさん mailto:sage [2019/05/09(木) 20:32:53.56 ID:Tv5gs4em.net]
- 数値として取りたい場合は
public static bool IsWindowsPlayingSound() を public static float GetWindowsPlayingSoundLevel() にして return value > 1E-08; を return value; [Foo.Bar]::IsWindowsPlayingSound() を [Foo.Bar]::GetWindowsPlayingSoundLevel() にすれば 数値としてとれるようになる
|

|