| Package | com.cmiscm.videos.events |
| Class | public class VideoSoundEvent |
| Inheritance | VideoSoundEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| volume : Number | VideoSoundEvent | ||
| Method | Defined By | ||
|---|---|---|---|
VideoSoundEvent(type:String, $volume:Number, bubbles:Boolean = false, cancelable:Boolean = false) | VideoSoundEvent | ||
clone():Event [override] | VideoSoundEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CHANGE_VOLUME : String = change_volume [static] | VideoSoundEvent | ||
| volume | property |
public var volume:Number| VideoSoundEvent | () | Constructor |
public function VideoSoundEvent(type:String, $volume:Number, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
$volume:Number | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| CHANGE_VOLUME | Constant |
public static const CHANGE_VOLUME:String = change_volume