Packagestencyl.api.engine.sound
Classpublic class SoundClip
InheritanceSoundClip Inheritance Resource Inheritance Object



Public Properties
 PropertyDefined By
  ext : String
SoundClip
 InheritedID : uint
Resource
  inst : FlxSound
SoundClip
  looping : Boolean
SoundClip
 Inheritedname : String
Resource
  panning : Number
SoundClip
  streaming : Boolean
SoundClip
  volume : Number
SoundClip
Public Methods
 MethodDefined By
  
SoundClip(ID:uint, name:String, streaming:Boolean, looping:Boolean, panning:Number, volume:Number, ext:String)
SoundClip
  
SoundClip
  
SoundClip
 Inherited
toString():String
Resource
Property Detail
extproperty
public var ext:String

instproperty 
public var inst:FlxSound

loopingproperty 
public var looping:Boolean

panningproperty 
public var panning:Number

streamingproperty 
public var streaming:Boolean

volumeproperty 
public var volume:Number

Constructor Detail
SoundClip()Constructor
public function SoundClip(ID:uint, name:String, streaming:Boolean, looping:Boolean, panning:Number, volume:Number, ext:String)



Parameters
ID:uint
 
name:String
 
streaming:Boolean
 
looping:Boolean
 
panning:Number
 
volume:Number
 
ext:String
Method Detail
loop()method
public function loop():FlxSound

Returns
FlxSound
play()method 
public function play():FlxSound

Returns
FlxSound