|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediaEventProperties
| Method Summary | |
|---|---|
String |
getOnended()
HTML: Handler for event that is fired when the playback has stopped because the end of the media resource was reached. |
String |
getOnerror()
HTML: Handler for event that is fired when an error occurs while fetching the media data. |
String |
getOnloadeddata()
HTML: Handler for event that is fired when browser can render the media data at the current playback position for the first time. |
String |
getOnloadedmetadata()
HTML: Handler for event that is fired when browser has just determined the duration and dimensions of the media resource and the timed tracks are ready. |
String |
getOnloadstart()
HTML: Handler for event that is fired when browser begins looking for media data, as part of the resource selection algorithm. |
String |
getOnpause()
HTML: Handler for event that is fired when the playback has been paused. |
String |
getOnplay()
HTML: Handler for event that is fired when the playback has begun. |
String |
getOnplaying()
HTML: Handler for event that is fired when the playback has started. |
String |
getOnprogress()
HTML: Handler for event that is fired while browser is fetching media data. |
String |
getOnseeked()
HTML: Handler for event that is fired when a seek operation is finished. |
String |
getOnseeking()
HTML: Handler for event that is fired if the seek operation is taking long enough that the browser has time to fire the event. |
String |
getOnvolumechange()
HTML: Handler for event that is fired when either the volume attribute or the muted attribute has changed. |
String |
getOnwaiting()
HTML: Handler for event that is fired when the playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course. |
| Method Detail |
|---|
@JSFProperty(clientEvent="ended") String getOnended()
@JSFProperty(clientEvent="error") String getOnerror()
@JSFProperty(clientEvent="loadeddata") String getOnloadeddata()
@JSFProperty(clientEvent="loadedmetadata") String getOnloadedmetadata()
@JSFProperty(clientEvent="loadstart") String getOnloadstart()
@JSFProperty(clientEvent="pause") String getOnpause()
@JSFProperty(clientEvent="play") String getOnplay()
@JSFProperty(clientEvent="playing") String getOnplaying()
@JSFProperty(clientEvent="progress") String getOnprogress()
@JSFProperty(clientEvent="seeked") String getOnseeked()
@JSFProperty(clientEvent="seeking") String getOnseeking()
@JSFProperty(clientEvent="volumechange") String getOnvolumechange()
@JSFProperty(clientEvent="waiting") String getOnwaiting()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||