Packagecom.sonoport
Interfacepublic interface IPhoneDialpad extends IBaseSoundCore
Implementors PhoneDialpad



Public Properties
 PropertyDefined By
  column : int
IPhoneDialpad
 Inheritedgain : Number
Gain.
IBaseSoundCore
 Inheritedpan : Number
Left-to-right position of the sound, ranging from -1 (full pan left) to 1 (full pan right).
IBaseSoundCore
  row : int
IPhoneDialpad
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
columnproperty
column:int


Implementation
    public function get column():int
    public function set column(value:int):void
rowproperty 
row:int


Implementation
    public function get row():int
    public function set row(value:int):void