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.

Summary


Constructor
Instance methods

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

getLoop

public function getLoop (
) : uint

getLoopIteration

public function getLoopIteration (
) : uint

getPosition

public function getPosition (
) : Number

getSoundTransform

public function getSoundTransform (
) : SoundTransform

getSoundTransformInfo

public function getSoundTransformInfo (

hasSoundTransformInfo

public function hasSoundTransformInfo (
) : Boolean

isLoop

public function isLoop (
) : Boolean

isPause

public function isPause (
) : Boolean

isPlaying

public function isPlaying (
) : Boolean

pause

public function pause (
) : void

resetPosition

public function resetPosition (
) : void

setChannel

public function setChannel (
soundChannel:SoundChannel) : void

setSoundTransformInfo

public function setSoundTransformInfo (
oSTI:SoundTransformInfo) : void