📄 presentation.html
字号:
This method sets the playing hints of the presenter</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/Presentation.html#setPreferredRate(float, int)">setPreferredRate</A></B>(float rate, int flags)</CODE><BR> This method sets the preferred rate of the presentation</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/Presentation.html#setPresenting(quicktime.streaming.Stream, boolean)">setPresenting</A></B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A> s, boolean inPresentingMode)</CODE><BR> This method toggles the presenter's presentation mode</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/Presentation.html#setVolumes(quicktime.streaming.Stream, int, int)">setVolumes</A></B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A> s, int leftVol, int rightVol)</CODE><BR> This method sets the right and left volumes of the presenter</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/Presentation.html#skipTo(int)">skipTo</A></B>(int timeValue)</CODE><BR> This method skips to a specific point in the presentation</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/Presentation.html#skipTo(long)">skipTo</A></B>(long timeValue)</CODE><BR> This method skips to a specific point in the presentation (64 bit version)</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/Presentation.html#start()">start</A></B>()</CODE><BR> This method starts all streams associated with the presentation using no flags</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/Presentation.html#start(int)">start</A></B>(int flags)</CODE><BR> This method starts all streams associated with the presentation</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/Presentation.html#start(quicktime.streaming.Stream, int)">start</A></B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A> s, int flags)</CODE><BR> This method starts the specific stream associated with the presentation</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/Presentation.html#stop()">stop</A></B>()</CODE><BR> This method stops the presentation of all streams</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/Presentation.html#stop(quicktime.streaming.Stream, int)">stop</A></B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A> s, int flags)</CODE><BR> This method stops the presentation of a specific stream</TD></TR></TABLE> <A NAME="methods_inherited_from_class_quicktime.QTObject"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class quicktime.<A HREF="../../quicktime/QTObject.html">QTObject</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../quicktime/QTObject.html#disposeQTObject()">disposeQTObject</A>, <A HREF="../../quicktime/QTObject.html#equals(java.lang.Object)">equals</A>, <A HREF="../../quicktime/QTObject.html#ID(quicktime.QTObject)">ID</A>, <A HREF="../../quicktime/QTObject.html#toString()">toString</A></CODE></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><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="Presentation(quicktime.streaming.NewPresentationParams)"><!-- --></A><H3>Presentation</H3><PRE>public <B>Presentation</B>(<A HREF="../../quicktime/streaming/NewPresentationParams.html">NewPresentationParams</A> params) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Creates a new presentation object from the presentation parameters<DD><DL><DT><B>Parameters:</B><DD><CODE>params</CODE> - NewPresentationParams object containing information about the specified presentation</DL></DD></DL><!-- ============ 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="fromData(int, quicktime.util.QTPointerRef, quicktime.streaming.PresParams)"><!-- --></A><H3>fromData</H3><PRE>public static <A HREF="../../quicktime/streaming/Presentation.html">Presentation</A> <B>fromData</B>(int dataType, <A HREF="../../quicktime/util/QTPointerRef.html">QTPointerRef</A> data, <A HREF="../../quicktime/streaming/PresParams.html">PresParams</A> params) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Creates a new presentation object from data<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>dataType</CODE> - an OSType specifying the type of the data<DD><CODE>data</CODE> - an array of integers containg the actual data for the presentation object<DD><CODE>params</CODE> - the PresParams object containing additional configuration information</DL></DD></DL><HR><A NAME="fromFile(quicktime.io.QTFile, quicktime.streaming.PresParams)"><!-- --></A><H3>fromFile</H3><PRE>public static <A HREF="../../quicktime/streaming/Presentation.html">Presentation</A> <B>fromFile</B>(<A HREF="../../quicktime/io/QTFile.html">QTFile</A> file, <A HREF="../../quicktime/streaming/PresParams.html">PresParams</A> params) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>(Not in carbon yet)</DL></DD></DL><HR><A NAME="fromDataRef(quicktime.std.movies.media.DataRef, quicktime.streaming.PresParams)"><!-- --></A><H3>fromDataRef</H3><PRE>public static <A HREF="../../quicktime/streaming/Presentation.html">Presentation</A> <B>fromDataRef</B>(<A HREF="../../quicktime/std/movies/media/DataRef.html">DataRef</A> ref, <A HREF="../../quicktime/streaming/PresParams.html">PresParams</A> params) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>(Not in carbon yet)</DL></DD></DL><HR><A NAME="export(quicktime.streaming.ExportParams)"><!-- --></A><H3>export</H3><PRE>public void <B>export</B>(<A HREF="../../quicktime/streaming/ExportParams.html">ExportParams</A> params) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method exports the stream settings for all streams<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>params</CODE> - ExportParams object<DD><CODE>s</CODE> - stream to export</DD></DL><HR><A NAME="export(quicktime.streaming.ExportParams, quicktime.streaming.Stream)"><!-- --></A><H3>export</H3><PRE>public void <B>export</B>(<A HREF="../../quicktime/streaming/ExportParams.html">ExportParams</A> params, <A HREF="../../quicktime/streaming/Stream.html">Stream</A> s) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method exports the stream settings<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>params</CODE> - ExportParams object<DD><CODE>s</CODE> - stream to export</DD></DL><HR><A NAME="setFlags(int, int)"><!-- --></A><H3>setFlags</H3><PRE>public void <B>setFlags</B>(int flags, int mask) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method sets the flags associated with the presentation<DD><DL></DL></DD></DL><HR><A NAME="getFlags()"><!-- --></A><H3>getFlags</H3><PRE>public int <B>getFlags</B>() throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method retrieves the flags associated with the presentation<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>presentation flags</DD></DL><HR><A NAME="getTimeBase()"><!-- --></A><H3>getTimeBase</H3><PRE>public <A HREF="../../quicktime/std/clocks/TimeBase.html">TimeBase</A> <B>getTimeBase</B>() throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method retrieves the time base associated with the presentation<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>TimeBase</DL></DD></DL><HR><A NAME="getTimeScale()"><!-- --></A><H3>getTimeScale</H3><PRE>public int <B>getTimeScale</B>() throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method retrieves the time scale associated with the presentation<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>time scale</DD></DL><HR><A NAME="getTotalDataRate()"><!-- --></A><H3>getTotalDataRate</H3><PRE>public int <B>getTotalDataRate</B>() throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method retreives the total data rate for all streams<DD><DL></DL></DD></DL><HR><A NAME="hasCharacteristic(quicktime.streaming.Stream, int)"><!-- --></A><H3>hasCharacteristic</H3><PRE>public boolean <B>hasCharacteristic</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A> s, int characteristic) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method returns true if the presentation has a specific characteristic<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>characteristic</CODE> - OSType describing the characteristic<DT><B>Returns:</B><DD>true if the presentation has that characteristic</DD></DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -