📄 streamnotifyproc.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Mon Jul 15 11:51:02 PDT 2002 --><TITLE>: Class StreamNotifyProc</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/StreamNotifyProc.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../quicktime/streaming/Stream.html"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="StreamNotifyProc.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">quicktime.streaming</FONT><BR>Class StreamNotifyProc</H2><PRE>java.lang.Object | +--<B>quicktime.streaming.StreamNotifyProc</B></PRE><HR><DL><DT>public abstract class <B>StreamNotifyProc</B><DT>extends java.lang.Object</DL><P>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<P><HR><P><!-- ======== INNER CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Method Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/StreamNotifyProc.html#execute(int)">execute</A></B>(int type)</CODE><BR> This method should be overridden to handle the following notification types: kQTSNullNotification kQTSPresBeginChangingNotification kQTSPresDoneChangingNotification kQTSPresentationChangedNotification kQTSPresentationDoneNotification kQTSAnnotationsChangedNotification </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/StreamNotifyProc.html#execute(int, int, int)">execute</A></B>(int type, int flags, int restartAt)</CODE><BR> This method should be overridden to handle the following notification types: kQTSBandwidthAlertNotification </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/StreamNotifyProc.html#execute(int, int, int, long)">execute</A></B>(int type, int flags, int scale, long duration)</CODE><BR> This method should be overridden to handle the following notification types: kQTSDurationNotification </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/StreamNotifyProc.html#execute(int, int, quicktime.util.QTPointer)">execute</A></B>(int type, int flags, <A HREF="../../quicktime/util/QTPointer.html">QTPointer</A> data)</CODE><BR> This method should be overridden to handle the following notification types: kQTSNewPresDetectedNotification </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/StreamNotifyProc.html#execute(int, int, java.lang.String, int)">execute</A></B>(int err, int type, java.lang.String s, int flags)</CODE><BR> This method should be overridden to handle the following notification types: kQTSErrorNotification </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/StreamNotifyProc.html#execute(int, quicktime.streaming.Presentation)">execute</A></B>(int type, <A HREF="../../quicktime/streaming/Presentation.html">Presentation</A> pres)</CODE><BR> This method should be overridden to handle the following notification types: kQTSNewPresentationNotification kQTSPresentationGoneNotification </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/StreamNotifyProc.html#execute(int, quicktime.streaming.StatusParams)">execute</A></B>(int type, <A HREF="../../quicktime/streaming/StatusParams.html">StatusParams</A> status)</CODE><BR> This method should be overridden to handle the following notification types: kQTSStatusNotification </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/StreamNotifyProc.html#execute(int, quicktime.streaming.Stream)">execute</A></B>(int type, <A HREF="../../quicktime/streaming/Stream.html">Stream</A> s)</CODE><BR> This method should be overridden to handle the following notification types: kQTSStreamBeginChangingNotification kQTSStreamDoneChangingNotification kQTSPreviewAckNotification kQTSPrerollAckNotification kQTSStartAckNotification kQTSStopAckNotification kQTSNewStreamNotification kQTSStreamGoneNotification </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/StreamNotifyProc.html#execute(int, quicktime.streaming.Stream, quicktime.std.comp.Component)">execute</A></B>(int type, <A HREF="../../quicktime/streaming/Stream.html">Stream</A> s, <A HREF="../../quicktime/std/comp/Component.html">Component</A> comp)</CODE><BR> This method should be overridden to handle the following notification types: kQTSStreamChangedNotification </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/StreamNotifyProc.html#execute(int, java.lang.String)">execute</A></B>(int type, java.lang.String s)</CODE><BR> This method should be overridden to handle the following notification types: kQTSURLNotification </TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -