Packagecom.cmiscm.videos.stream
Classpublic class CMsound
InheritanceCMsound Inheritance flash.display.Sprite



Public Methods
 MethodDefined By
  
CMsound($stream:CMstream, $first_volume:Number, $cookie:Boolean)
CMsound
  
changeVolume($volume:Number):void
change volume
CMsound
  
init():void
init
CMsound
  
mute():void
mute
CMsound
  
setVolume($volume:Number):void
setting volume
CMsound
  
soundOff():void
sound off
CMsound
  
soundOn():void
sound on
CMsound
Constructor Detail
CMsound()Constructor
public function CMsound($stream:CMstream, $first_volume:Number, $cookie:Boolean)



Parameters
$stream:CMstream
 
$first_volume:Number
 
$cookie:Boolean
Method Detail
changeVolume()method
public function changeVolume($volume:Number):void

change volume

Parameters

$volume:Number

init()method 
public function init():void

init

mute()method 
public function mute():void

mute

setVolume()method 
public function setVolume($volume:Number):void

setting volume

Parameters

$volume:Number

soundOff()method 
public function soundOff():void

sound off

soundOn()method 
public function soundOn():void

sound on