ChannelSoundInfo
| Kind of class: | internal class |
|---|---|
| Package: | com.bourre.media.sound |
| Inherits from: | none |
| Implements: | |
| Classpath: | com.bourre.media.sound.ChannelSoundInfo |
| File last modified: | Monday, 24 November 2008, 11:36:46 |
ChannelSoundInfo is use to play and remember all information about a play iteration of a sound
The time of live of this object in the array of soundInfo channel is during it's playing time including pause
In case of stop , it is delete.
The time of live of this object in the array of soundInfo channel is during it's playing time including pause
In case of stop , it is delete.
Summary
Constructor
- ChannelSoundInfo (soundChannel:SoundChannel, loop:uint = 0, soundTranformInfo:SoundTransformInfo = null)
Instance methods
- getChannel : SoundChannel
- setChannel (soundChannel:SoundChannel) : void
- getPosition : Number
- getLoopIteration : uint
- resetPosition : void
- pause : void
- isPause : Boolean
- isPlaying : Boolean
- addLoop : void
- isLoop : Boolean
- getLoop : uint
- hasSoundTransformInfo : Boolean
- getSoundTransformInfo : SoundTransformInfo
- setSoundTransformInfo (oSTI:SoundTransformInfo) : void
- getSoundTransform : SoundTransform
Constructor
ChannelSoundInfo
public function ChannelSoundInfo (
soundChannel:SoundChannel,
loop:uint = 0,
soundTranformInfo:SoundTransformInfo = null)
Instance methods
addLoop
public function addLoop (
) : void
getChannel
public function getChannel (
) : SoundChannel
getLoopIteration
public function getLoopIteration (
) : uint
Specified by:
getPosition
public function getPosition (
) : Number
getSoundTransform
public function getSoundTransform (
) : SoundTransform
getSoundTransformInfo
hasSoundTransformInfo
public function hasSoundTransformInfo (
) : Boolean
pause
public function pause (
) : void
resetPosition
public function resetPosition (
) : void
setChannel
public function setChannel (
soundChannel:SoundChannel) : void