IControllable
Kind of class: | public interface |
---|---|
Package: | |
Inherits from: |
|
Implemented by: | |
Author: | Stephan Bezoen Interface to be implemented by classes that can be controlled by a media control bar |
Classpath: | org.asaplibrary.util.media.IControllable |
File last modified: | Wednesday, 11 May 2011, 18:57:33 |
Summary
Instance methods
- play () : void
- stop () : void
- pause () : void
- resume () : void
- goNext () : void
- goPrev () : void
- goStart () : void
- goEnd () : void
- getPosition () : Number
- setPosition (inPosition:Number) : void
- getDuration () : Number
- setVolume (inVolume:Number) : void
- getStatus () : String
- addMediaEventHandler (inHandler:Function) : void
- removeMediaEventHandler (inHandler:Function) : void
Instance methods
addMediaEventHandler
function addMediaEventHandler(inHandler:Function) : void
getDuration
function getDuration() : Number
getPosition
function getPosition() : Number
getStatus
function getStatus() : String
goEnd
function goEnd() : void
goNext
function goNext() : void
goPrev
function goPrev() : void
goStart
function goStart() : void
pause
function pause() : void
play
function play() : void
removeMediaEventHandler
function removeMediaEventHandler(inHandler:Function) : void
resume
function resume() : void
setPosition
function setPosition(inPosition:Number) : void
setVolume
function setVolume(inVolume:Number) : void
stop
function stop() : void