Packageverlocity.sound
Classpublic final class SoundGroup
InheritanceSoundGroup Inheritance Object



Public Properties
 PropertyDefined By
  Amount : int
[read-only]
SoundGroup
  Extension : String
[read-only]
SoundGroup
  Playtime : int
SoundGroup
  Settings : SoundGroupSettings
[read-only]
SoundGroup
  URL : String
[read-only]
SoundGroup
Public Methods
 MethodDefined By
  
SoundGroup(sSoundsURL:String, iSoundAmount:int, sSoundExtension:String = mp3)
Creates a sound group.
SoundGroup
  
SetSettings(ssNewSettings:SoundGroupSettings):void
Sets the settings of the sound group.
SoundGroup
Property Detail
Amountproperty
Amount:int  [read-only]


Implementation
    public function get Amount():int
Extensionproperty 
Extension:String  [read-only]


Implementation
    public function get Extension():String
Playtimeproperty 
Playtime:int


Implementation
    public function get Playtime():int
    public function set Playtime(value:int):void
Settingsproperty 
Settings:SoundGroupSettings  [read-only]


Implementation
    public function get Settings():SoundGroupSettings
URLproperty 
URL:String  [read-only]


Implementation
    public function get URL():String
Constructor Detail
SoundGroup()Constructor
public function SoundGroup(sSoundsURL:String, iSoundAmount:int, sSoundExtension:String = mp3)

Creates a sound group.

Parameters
sSoundsURL:String — The URL of the sounds to play (can be local)
 
iSoundAmount:int — The amount of sounds
 
sSoundExtension:String (default = mp3) — The extension of the sounds
Method Detail
SetSettings()method
public function SetSettings(ssNewSettings:SoundGroupSettings):void

Sets the settings of the sound group.

Parameters

ssNewSettings:SoundGroupSettings — The sound group settings