Packageverlocity.sound
Classpublic final class SoundGroupSettings
InheritanceSoundGroupSettings Inheritance Object



Public Properties
 PropertyDefined By
  Loops : Boolean
[read-only]
SoundGroupSettings
  PitchMax : int
[read-only]
SoundGroupSettings
  PitchMin : int
[read-only]
SoundGroupSettings
  TimeMax : int
[read-only]
SoundGroupSettings
  TimeMin : int
[read-only]
SoundGroupSettings
  VolMax : Number
[read-only]
SoundGroupSettings
  VolMin : Number
[read-only]
SoundGroupSettings
Public Methods
 MethodDefined By
  
SoundGroupSettings(iSetTimeMin:int, iSetTimeMax:int, nSetVolMin:Number = 1, nSetVolMax:Number = 1, iSetPitchMin:int = 1, iSetPitchMax:int = 1, bShouldLoop:Boolean = false)
Creates settings for a sound group
SoundGroupSettings
Property Detail
Loopsproperty
Loops:Boolean  [read-only]


Implementation
    public function get Loops():Boolean
PitchMaxproperty 
PitchMax:int  [read-only]


Implementation
    public function get PitchMax():int
PitchMinproperty 
PitchMin:int  [read-only]


Implementation
    public function get PitchMin():int
TimeMaxproperty 
TimeMax:int  [read-only]


Implementation
    public function get TimeMax():int
TimeMinproperty 
TimeMin:int  [read-only]


Implementation
    public function get TimeMin():int
VolMaxproperty 
VolMax:Number  [read-only]


Implementation
    public function get VolMax():Number
VolMinproperty 
VolMin:Number  [read-only]


Implementation
    public function get VolMin():Number
Constructor Detail
SoundGroupSettings()Constructor
public function SoundGroupSettings(iSetTimeMin:int, iSetTimeMax:int, nSetVolMin:Number = 1, nSetVolMax:Number = 1, iSetPitchMin:int = 1, iSetPitchMax:int = 1, bShouldLoop:Boolean = false)

Creates settings for a sound group

Parameters
iSetTimeMin:int — Minimum time delay between sounds
 
iSetTimeMax:int — Maximum time delay between sounds
 
nSetVolMin:Number (default = 1) — Minimum volume range
 
nSetVolMax:Number (default = 1) — Maximum volume range
 
iSetPitchMin:int (default = 1) — Minimum pitch range
 
iSetPitchMax:int (default = 1) — Maximum pitch range
 
bShouldLoop:Boolean (default = false) — Should the sound loop?