|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.streaming.StreamNotifyProc
The StreamNotifyProc class is used by notification procedures in the Broadcaster package. An application should subclass this class, over-riding the method(s) that is of interest. Actions associated with methods not over-ridden will return 0, indicating no error
Method Summary | |
int |
execute(int type)
This method should be overridden to handle the following notification types: kQTSNullNotification kQTSPresBeginChangingNotification kQTSPresDoneChangingNotification kQTSPresentationChangedNotification kQTSPresentationDoneNotification kQTSAnnotationsChangedNotification |
int |
execute(int type,
int flags,
int restartAt)
This method should be overridden to handle the following notification types: kQTSBandwidthAlertNotification |
int |
execute(int type,
int flags,
int scale,
long duration)
This method should be overridden to handle the following notification types: kQTSDurationNotification |
int |
execute(int err,
int type,
java.lang.String s,
int flags)
This method should be overridden to handle the following notification types: kQTSErrorNotification |
int |
execute(int type,
Presentation pres)
This method should be overridden to handle the following notification types: kQTSNewPresentationNotification kQTSPresentationGoneNotification |
int |
execute(int type,
StatusParams status)
This method should be overridden to handle the following notification types: kQTSStatusNotification |
int |
execute(int type,
Stream s)
This method should be overridden to handle the following notification types: kQTSStreamBeginChangingNotification kQTSStreamDoneChangingNotification kQTSPreviewAckNotification kQTSPrerollAckNotification kQTSStartAckNotification kQTSStopAckNotification kQTSNewStreamNotification kQTSStreamGoneNotification |
int |
execute(int type,
Stream s,
Component comp)
This method should be overridden to handle the following notification types: kQTSStreamChangedNotification |
int |
execute(int type,
java.lang.String s)
This method should be overridden to handle the following notification types: kQTSURLNotification kQTSServerNameNotification |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int execute(int type)
type
- the type of notificationpublic int execute(int type, Stream s)
type
- the type of notifications
- the stream that originated the notificationpublic int execute(int type, Presentation pres)
type
- the type of notificationpres
- the Presentation that originated the notificationpublic int execute(int type, Stream s, Component comp)
type
- the type of notifications
- the Stream that originated the notificationcomp
- the component that changedpublic int execute(int type, StatusParams status)
type
- the type of notificationstatus
- the StatusParams containing the notificationpublic int execute(int type, java.lang.String s)
type
- the type of notifications
- the String containing the notification informationpublic int execute(int err, int type, java.lang.String s, int flags)
err
- this is the errorNo that has occurred.type
- the type of notifications
- the String containing the error informationpublic int execute(int type, int flags, int scale, long duration)
type
- the type of notificationflags
- the notification flagspublic int execute(int type, int flags, int restartAt)
type
- the type of notificationflags
- the notification flags
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |