|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediaTimeEventControl
This interface describes methods for the application to associate events with the media time of the current stream.
| Method Summary | |
|---|---|
void |
notifyWhen(MediaTimeEventListener i,
long mediaTime)
This method allows the application to associate an event with the specified media time. |
void |
notifyWhen(MediaTimeEventListener i,
long mediaTime,
int id)
This method allows the application to associate an event with the specified media time. |
| Methods inherited from interface javax.media.Control |
|---|
getControlComponent |
| Method Detail |
|---|
void notifyWhen(MediaTimeEventListener i,
long mediaTime,
int id)
i - the listener to notify when the event happensmediaTime - the media time which will be associated with the eventid - an identification for application use
void notifyWhen(MediaTimeEventListener i,
long mediaTime)
i - the listener to notify when the event happensmediaTime - the media time which will be associated with the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||