| Package | com.SeiON.Extras |
| Class | public final class SeionExample |
| Inheritance | SeionExample SeionInstance Object |
| Method | Defined By | ||
|---|---|---|---|
SeionExample(secretKey:*)
Please do not call this constructor directly; it will throw an error. | SeionExample | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void | SeionInstance | |
createExcerpt(name:String, manager:SeionGroup, snd:Sound, manyOfYourOwnParameters:*, repeat:int, autodispose:Boolean = true, sndTransform:SoundTransform = null):SeionExample [static]
| SeionExample | ||
![]() | dispatchEvent(event:Event):Boolean | SeionInstance | |
dispose():void [override] Clears all references held. | SeionExample | ||
![]() | hasEventListener(type:String):Boolean | SeionInstance | |
![]() | isDisposed(output:Boolean = true):Boolean Is the SeionInstance already disposed of? (ISeionInstance)
| SeionInstance | |
![]() | pause():void | SeionInstance | |
![]() | play():void | SeionInstance | |
![]() | removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | SeionInstance | |
![]() | resume():void | SeionInstance | |
![]() | stop():void | SeionInstance | |
![]() | willTrigger(type:String):Boolean | SeionInstance | |
| SeionExample | () | Constructor |
public function SeionExample(secretKey:*)Please do not call this constructor directly; it will throw an error. Call it through SeionPitch.create().
ParameterssecretKey:* |
See also
| createExcerpt | () | method |
public static function createExcerpt(name:String, manager:SeionGroup, snd:Sound, manyOfYourOwnParameters:*, repeat:int, autodispose:Boolean = true, sndTransform:SoundTransform = null):SeionExample
Parameters
name:String — Any name, even a non-unique one.
| |
manager:SeionGroup — The SeionGroup that manages this SeionSample. Immutable.
| |
snd:Sound — The sound data. Immutable.
| |
manyOfYourOwnParameters:* — How many times to repeat the clip.
| |
repeat:int — Whether the clip will auto-mark for GC. Immutable.
| |
autodispose:Boolean (default = true) — The fixed internal property for the sound.
| |
sndTransform:SoundTransform (default = null) |
SeionExample — A SeionExample if allocation was successful. Null if allocation failed, or
autodispose is true.
|
See also
| dispose | () | method |
override public function dispose():voidClears all references held. This object is now invalid. (ISeionInstance)