| Package | com.gestureworks.cml.interfaces |
| Interface | public interface IPlay |
| Method | Defined By | ||
|---|---|---|---|
pause():void
Pauses the media. | IPlay | ||
play():void
Plays the media from the beginning. | IPlay | ||
resume():void
Resumes the media from paused position. | IPlay | ||
seek(pos:Number):void
Seeks media to pos in milliseconds. | IPlay | ||
stop():void
Stops the media. | IPlay | ||
| pause | () | method |
public function pause():voidPauses the media.
| play | () | method |
public function play():voidPlays the media from the beginning.
| resume | () | method |
public function resume():voidResumes the media from paused position.
| seek | () | method |
public function seek(pos:Number):voidSeeks media to pos in milliseconds.
Parameters
pos:Number |
| stop | () | method |
public function stop():voidStops the media.