| Package | com.SeiON.Core.Interface |
| Interface | public interface ISeionControl |
| Implementors | Seion, SeionGroup |
| Property | Defined By | ||
|---|---|---|---|
| isPaused : Boolean [read-only] Is the playback paused? (ISeionControl) | ISeionControl | ||
| pan : Number
Get: The panning as affected by its parent. | ISeionControl | ||
| volume : Number
Get: The volume as affected by its parent. | ISeionControl | ||
| Method | Defined By | ||
|---|---|---|---|
pause():void Pauses playback of sound. | ISeionControl | ||
resume():void Resumes playback of sound. | ISeionControl | ||
| isPaused | property |
isPaused:Boolean [read-only] Is the playback paused? (ISeionControl)
public function get isPaused():Boolean| pan | property |
pan:NumberGet: The panning as affected by its parent.
Set: The personal adjustable panning unaffected by anything. ISeionControl public function get pan():Number public function set pan(value:Number):void| volume | property |
volume:NumberGet: The volume as affected by its parent.
Set: The personal adjustable volume unaffected by anything. ISeionControl public function get volume():Number public function set volume(value:Number):void| pause | () | method |
public function pause():voidPauses playback of sound. (ISeionControl)
| resume | () | method |
public function resume():voidResumes playback of sound. (ISeionControl)