⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 streamnotifyproc.html

📁 这个是java的quicktime for java 的详细使用文档
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE>&nbsp;<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&nbsp;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&nbsp;type,                   <A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;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&nbsp;type,                   <A HREF="../../quicktime/streaming/Presentation.html">Presentation</A>&nbsp;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&nbsp;type,                   <A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s,                   <A HREF="../../quicktime/std/comp/Component.html">Component</A>&nbsp;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&nbsp;type,                   <A HREF="../../quicktime/streaming/StatusParams.html">StatusParams</A>&nbsp;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&nbsp;type,                   java.lang.String&nbsp;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&nbsp;err,                   int&nbsp;type,                   java.lang.String&nbsp;s,                   int&nbsp;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&nbsp;type,                   int&nbsp;flags,                   int&nbsp;scale,                   long&nbsp;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&nbsp;type,                   int&nbsp;flags,                   int&nbsp;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&nbsp;type,                   int&nbsp;flags,                   <A HREF="../../quicktime/util/QTPointer.html">QTPointer</A>&nbsp;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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/StreamNotifyProc.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../quicktime/streaming/Stream.html"><B>PREV CLASS</B></A>&nbsp;&nbsp;NEXT CLASS</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="StreamNotifyProc.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<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 + -