4.5. SoundSetting

added in version 1.4.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.

4.5.1. Constants

added in version 1.4.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.VolumeOff
    SoundSetting.VolumeMin
    SoundSetting.VolumeMax
    0
    1
    15

4.5.2. SoundStorageArea

added in version 1.4.0

Sound storage area.

  • Declaration

    MelodySpeakerSoundStorageArea SoundStorageArea { get; set; }
    

4.5.3. SoundNumber

added in version 1.4.0

Sound number.

  • Declaration

    int SoundNumber { get; set; }
    

4.5.4. Volume

added in version 1.4.0

Sound volume

  • Declaration

    int Volume { get; set; }
    

4.5.5. Count

added in version 1.4.0

Number of times to play the sound.

  • Declaration

    int Count { get; set; }
    

4.5.6. Delay

added in version 1.4.0

Delay time. (1 sec units)

  • Declaration

    int Delay { get; set; }
    

4.5.7. Interval

added in version 1.4.0

Interval time. (1 sec units)

  • Declaration

    int Interval { get; set; }