📄 streamnotifyproc.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="execute(int)"><!-- --></A><H3>execute</H3><PRE>public int <B>execute</B>(int type)</PRE><DL><DD>This method should be overridden to handle the following notification types:<UL> <LI>kQTSNullNotification <LI>kQTSPresBeginChangingNotification <LI>kQTSPresDoneChangingNotification <LI>kQTSPresentationChangedNotification <LI>kQTSPresentationDoneNotification <LI>kQTSAnnotationsChangedNotification </UL><DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of notification<DT><B>Returns:</B><DD>0 if no error occurred processing the notification</DL></DD></DL><HR><A NAME="execute(int, quicktime.streaming.Stream)"><!-- --></A><H3>execute</H3><PRE>public int <B>execute</B>(int type, <A HREF="../../quicktime/streaming/Stream.html">Stream</A> s)</PRE><DL><DD>This method should be overridden to handle the following notification types:<UL> <LI>kQTSStreamBeginChangingNotification <LI>kQTSStreamDoneChangingNotification <LI>kQTSPreviewAckNotification <LI>kQTSPrerollAckNotification <LI>kQTSStartAckNotification <LI>kQTSStopAckNotification <LI>kQTSNewStreamNotification <LI>kQTSStreamGoneNotification </UL><DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of notification<DD><CODE>s</CODE> - the stream that originated the notification<DT><B>Returns:</B><DD>0 if no error occurred processing the notification</DL></DD></DL><HR><A NAME="execute(int, quicktime.streaming.Presentation)"><!-- --></A><H3>execute</H3><PRE>public int <B>execute</B>(int type, <A HREF="../../quicktime/streaming/Presentation.html">Presentation</A> pres)</PRE><DL><DD>This method should be overridden to handle the following notification types:<UL> <LI>kQTSNewPresentationNotification <LI>kQTSPresentationGoneNotification </UL><DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of notification<DD><CODE>pres</CODE> - the Presentation that originated the notification<DT><B>Returns:</B><DD>0 if no error occurred processing the notification</DL></DD></DL><HR><A NAME="execute(int, quicktime.streaming.Stream, quicktime.std.comp.Component)"><!-- --></A><H3>execute</H3><PRE>public int <B>execute</B>(int type, <A HREF="../../quicktime/streaming/Stream.html">Stream</A> s, <A HREF="../../quicktime/std/comp/Component.html">Component</A> comp)</PRE><DL><DD>This method should be overridden to handle the following notification types:<UL> <LI>kQTSStreamChangedNotification </UL><DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of notification<DD><CODE>s</CODE> - the Stream that originated the notification<DD><CODE>comp</CODE> - the component that changed<DT><B>Returns:</B><DD>0 if no error occurred processing the notification</DL></DD></DL><HR><A NAME="execute(int, quicktime.streaming.StatusParams)"><!-- --></A><H3>execute</H3><PRE>public int <B>execute</B>(int type, <A HREF="../../quicktime/streaming/StatusParams.html">StatusParams</A> status)</PRE><DL><DD>This method should be overridden to handle the following notification types:<UL> <LI>kQTSStatusNotification </UL><DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of notification<DD><CODE>status</CODE> - the StatusParams containing the notification<DT><B>Returns:</B><DD>0 if no error occurred processing the notification</DL></DD></DL><HR><A NAME="execute(int, java.lang.String)"><!-- --></A><H3>execute</H3><PRE>public int <B>execute</B>(int type, java.lang.String s)</PRE><DL><DD>This method should be overridden to handle the following notification types:<UL> <LI>kQTSURLNotification </UL><DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of notification<DD><CODE>s</CODE> - the String containing the notification information<DT><B>Returns:</B><DD>0 if no error occurred processing the notification</DL></DD></DL><HR><A NAME="execute(int, int, java.lang.String, int)"><!-- --></A><H3>execute</H3><PRE>public int <B>execute</B>(int err, int type, java.lang.String s, int flags)</PRE><DL><DD>This method should be overridden to handle the following notification types:<UL> <LI>kQTSErrorNotification </UL><DD><DL><DT><B>Parameters:</B><DD><CODE>err</CODE> - this is the errorNo that has occurred.<DD><CODE>type</CODE> - the type of notification<DD><CODE>s</CODE> - the String containing the error information<DD><CODE>flags</CODE> - the error flags<DT><B>Returns:</B><DD>0 if no error occurred processing the notification</DL></DD></DL><HR><A NAME="execute(int, int, int, long)"><!-- --></A><H3>execute</H3><PRE>public int <B>execute</B>(int type, int flags, int scale, long duration)</PRE><DL><DD>This method should be overridden to handle the following notification types:<UL> <LI>kQTSDurationNotification </UL><DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of notification<DD><CODE>flags</CODE> - the notification flags<DD><CODE>the</CODE> - scale of the notification<DD><CODE>duration</CODE> - the duration<DT><B>Returns:</B><DD>0 if no error occurred processing the notification</DL></DD></DL><HR><A NAME="execute(int, int, int)"><!-- --></A><H3>execute</H3><PRE>public int <B>execute</B>(int type, int flags, int restartAt)</PRE><DL><DD>This method should be overridden to handle the following notification types:<UL> <LI>kQTSBandwidthAlertNotification </UL><DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of notification<DD><CODE>flags</CODE> - the notification flags<DD><CODE>restartAt</CODE> - time which the alert occurred<DT><B>Returns:</B><DD>0 if no error occurred processing the notification</DL></DD></DL><HR><A NAME="execute(int, int, quicktime.util.QTPointer)"><!-- --></A><H3>execute</H3><PRE>public int <B>execute</B>(int type, int flags, <A HREF="../../quicktime/util/QTPointer.html">QTPointer</A> data)</PRE><DL><DD>This method should be overridden to handle the following notification types:<UL> <LI>kQTSNewPresDetectedNotification </UL><DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of notification<DD><CODE>flags</CODE> - the notification flags<DD><CODE>data</CODE> - a pointer to the data delivered by the notification<DT><B>Returns:</B><DD>0 if no error occurred processing the notification</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_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></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -