Methods Summary |
---|
public void | bufferPrefetched(com.sun.media.Module from)This method is called when the module has prefetched all the data.
|
public void | dataBlocked(com.sun.media.Module from, boolean blocked)This method is called when the module detected a data blockage.
|
public void | formatChanged(com.sun.media.Module from, javax.media.Format oldFormat, javax.media.Format newFormat)This method is called when a format change has occurred and
the module has successfully coped with it.
|
public void | formatChangedFailure(com.sun.media.Module from, javax.media.Format oldFormat, javax.media.Format newFormat)This method is called when a format change has occurred and
the Module has failed to deal with it.
|
public void | framesBehind(com.sun.media.Module from, float framesBehind, com.sun.media.InputConnector ic)This method is called when a module detects frame delay.
The number returned is the # of frames behind detected.
|
public void | internalErrorOccurred(com.sun.media.Module from)This method is called when an irrecoverable internal error has
occurred either on the plugin or on the controlling module.
|
public void | markedDataArrived(com.sun.media.Module from, javax.media.Buffer buffer)This method is called when a buffer with the marker bit set arrives.
|
public void | mediaEnded(com.sun.media.Module from)This method is called when the module has reached the end of media.
|
public void | pluginTerminated(com.sun.media.Module from)This method is called when the plugin controlled by the
module has been closed.
|
public void | resetted(com.sun.media.Module from)This method is called when the module has been resetted.
|
public void | stopAtTime(com.sun.media.Module from)This method is called when the module has reached the scheduled
stop time.
|