4.6. SoundSetting¶
added in version 1.7.0
This class defines the sound settings.
Constants
Name
Contents
SoundSetting.VolumeOff
This constant indicates volume OFF.
SoundSetting.VolumeMin
This constant indicates volume minimum.
SoundSetting.VolumeMax
This constant indicates volume is maximum.
Property
Name
Contents
Sound storage area
Sound number
Volume
Playback count
Delay time (1 sec units)
Interval time (1 sec units)
4.6.1. Constants¶
added in version 1.7.0
Constants defined by the SoundSetting class.
Warning
FVP10 is not supported.
Declaration
static readonly int VolumeOff static readonly int VolumeMin static readonly int VolumeMax
Constants
Constants Contents SoundSetting.VolumeOff This constant indicates volume OFF. SoundSetting.VolumeMin This constant indicates volume is minimum. SoundSetting.VolumeMax This constant indicates volume is maximum. The parameters which are set when used in the SoundSetting class method are the following.
Constants Parameter SoundSetting.VolumeOffSoundSetting.VolumeMinSoundSetting.VolumeMax0115
4.6.2. SoundStorageArea¶
added in version 1.7.0
Sound storage area.
Declaration
MelodySpeakerSoundStorageArea SoundStorageArea { get; set; }
4.6.5. Count¶
added in version 1.7.0
Number of times to play the sound.
Declaration
int Count { get; set; }
4.6.7. Interval¶
added in version 1.7.0
Interval time. (1 sec units)
Declaration
int Interval { get; set; }