- 機能/意味
-
Focus mode
- タイプ
-
WaveSoundBufferクラスのプロパティ (読み書き可能)
- 説明
-
Indicates the focus mode. You can also set a value.
Focus mode is a mode to mute when the application is minimized or inactive.
Specifying sgfmNeverMute will not mute the application in any state.
Specifying sgfmMuteOnMinimize will mute the application when minimized.
Specify sgfmMuteOnDeactivate to mute when the application is deactivated.
This property only exists on the WaveSoundBuffer class (there is no property on objects created from WaveSoundBuffer). Please use WaveSoundBuffer.globalFocusMode when using.
The setting of '-wsmute' (DirectSound mute) specified by the command line option has priority over the setting of this property.