IMediaProgressable
Kind of class: | public interface |
---|---|
Package: | |
Inherits from: |
|
Author: | Stephan Bezoen |
Classpath: | org.asaplibrary.util.media.IMediaProgressable |
File last modified: | Wednesday, 11 May 2011, 22:42:25 |
Summary
Instance methods
-
getLoadProgressHandler
() : Function
- Get the handler for ProgressEvent events for loading
-
getPlayProgressHandler
() : Function
- Get the handler for ProgressEvent events for playing
Instance methods
getLoadProgressHandler
function getLoadProgressHandler() : Function
Get the handler for ProgressEvent events for loading
Returns
- a function that takes an object of type ProgressEvent
getPlayProgressHandler
function getPlayProgressHandler() : Function
Get the handler for ProgressEvent events for playing
Returns
- a function that takes an object of type ProgressEvent