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

📄 presentation.html

📁 这个是java的quicktime for java 的详细使用文档
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<A NAME="setEnable(quicktime.streaming.Stream, boolean)"><!-- --></A><H3>setEnable</H3><PRE>public void <B>setEnable</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s,                      boolean&nbsp;enableMode)               throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method specifies whether the presentation is enabled<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DD><CODE>enableMode</CODE> - true if the presentation should be enabled</DD></DL><HR><A NAME="getEnable(quicktime.streaming.Stream)"><!-- --></A><H3>getEnable</H3><PRE>public boolean <B>getEnable</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s)                  throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method returns true if the presentation is enabled<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DT><B>Returns:</B><DD>enabled state of the presentation</DD></DL><HR><A NAME="setPresenting(quicktime.streaming.Stream, boolean)"><!-- --></A><H3>setPresenting</H3><PRE>public void <B>setPresenting</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s,                          boolean&nbsp;inPresentingMode)                   throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method toggles the presenter's presentation mode<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DD><CODE>inPresentingMode</CODE> - sets the presentation mode to be presenting if true</DD></DL><HR><A NAME="getPresenting(quicktime.streaming.Stream)"><!-- --></A><H3>getPresenting</H3><PRE>public boolean <B>getPresenting</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s)                      throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method returns the presenter's presentation mode<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DT><B>Returns:</B><DD>true if the presenter is presenting, false otherwise</DD></DL><HR><A NAME="setActiveSegment(quicktime.streaming.Stream, long, long)"><!-- --></A><H3>setActiveSegment</H3><PRE>public void <B>setActiveSegment</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s,                             long&nbsp;startTime,                             long&nbsp;duration)                      throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method sets the active segment of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DD><CODE>startTime</CODE> - the start time of the active segment<DD><CODE>duration</CODE> - the duration of the active segment</DD></DL><HR><A NAME="getActiveSegmentStart(quicktime.streaming.Stream)"><!-- --></A><H3>getActiveSegmentStart</H3><PRE>public long <B>getActiveSegmentStart</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s)                           throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method gets the start time of the active segment of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DT><B>Returns:</B><DD>the start time of the active segment</DD></DL><HR><A NAME="getActiveSegmentDuration(quicktime.streaming.Stream)"><!-- --></A><H3>getActiveSegmentDuration</H3><PRE>public long <B>getActiveSegmentDuration</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s)                              throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method gets the duration of the active segment of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DT><B>Returns:</B><DD>the duration of the active segment</DD></DL><HR><A NAME="setPlayHints(quicktime.streaming.Stream, int, int)"><!-- --></A><H3>setPlayHints</H3><PRE>public void <B>setPlayHints</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s,                         int&nbsp;flags,                         int&nbsp;mask)                  throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method sets the playing hints of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DD><CODE>flags</CODE> - the flags of the presenter<DD><CODE>mask</CODE> - the masks of the presenter</DD></DL><HR><A NAME="getPlayHints(quicktime.streaming.Stream)"><!-- --></A><H3>getPlayHints</H3><PRE>public int <B>getPlayHints</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s)                 throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method gets the playing hints of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DT><B>Returns:</B><DD>play hints</DD></DL><HR><A NAME="setGWorld(quicktime.streaming.Stream, quicktime.qd.QDGraphics, quicktime.qd.GDevice)"><!-- --></A><H3>setGWorld</H3><PRE>public void <B>setGWorld</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s,                      <A HREF="../../quicktime/qd/QDGraphics.html">QDGraphics</A>&nbsp;gWorld,                      <A HREF="../../quicktime/qd/GDevice.html">GDevice</A>&nbsp;gd)               throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method sets the GWorld of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DD><CODE>gWorld</CODE> - qdGraphics object representing the gWorld<DD><CODE>gd</CODE> - GDevice</DD></DL><HR><A NAME="setGWorld(quicktime.streaming.Stream, quicktime.qd.QDGraphics)"><!-- --></A><H3>setGWorld</H3><PRE>public void <B>setGWorld</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s,                      <A HREF="../../quicktime/qd/QDGraphics.html">QDGraphics</A>&nbsp;gWorld)               throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method sets the GWorld of the presenter (uses the main device as the default GDevice)<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DD><CODE>gWorld</CODE> - qdGraphics object representing the gWorld</DD></DL><HR><A NAME="setGWorld(quicktime.qd.QDGraphics)"><!-- --></A><H3>setGWorld</H3><PRE>public void <B>setGWorld</B>(<A HREF="../../quicktime/qd/QDGraphics.html">QDGraphics</A>&nbsp;gWorld)               throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method sets the GWorld of the presenter (uses the main device as the default GDevice)</DL></DD></DL><HR><A NAME="getGWorld(quicktime.streaming.Stream)"><!-- --></A><H3>getGWorld</H3><PRE>public <A HREF="../../quicktime/qd/QDGraphics.html">QDGraphics</A> <B>getGWorld</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s)                     throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method retrieves the GWorld of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DT><B>Returns:</B><DD>qdGraphics object representing the gWorld</DL></DD></DL><HR><A NAME="getGWorld()"><!-- --></A><H3>getGWorld</H3><PRE>public <A HREF="../../quicktime/qd/QDGraphics.html">QDGraphics</A> <B>getGWorld</B>()                     throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method retrieves the GWorld of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DT><B>Returns:</B><DD>qdGraphics object representing the gWorld</DD></DL><HR><A NAME="setClip(quicktime.streaming.Stream, quicktime.qd.Region)"><!-- --></A><H3>setClip</H3><PRE>public void <B>setClip</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s,                    <A HREF="../../quicktime/qd/Region.html">Region</A>&nbsp;rgn)             throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method sets the clipping region of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DD><CODE>rgn</CODE> - the clipping region</DD></DL><HR><A NAME="getClip(quicktime.streaming.Stream)"><!-- --></A><H3>getClip</H3><PRE>public <A HREF="../../quicktime/qd/Region.html">Region</A> <B>getClip</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s)               throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method retrieves the clipping region of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DT><B>Returns:</B><DD>the clipping region</DL></DD></DL><HR><A NAME="setMatrix(quicktime.streaming.Stream, quicktime.std.image.Matrix)"><!-- --></A><H3>setMatrix</H3><PRE>public void <B>setMatrix</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s,                      <A HREF="../../quicktime/std/image/Matrix.html">Matrix</A>&nbsp;matrix)               throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method sets the matrix of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DD><CODE>matrix</CODE> - the matrix</DD></DL><HR><A NAME="getMatrix(quicktime.streaming.Stream)"><!-- --></A><H3>getMatrix</H3><PRE>public <A HREF="../../quicktime/std/image/Matrix.html">Matrix</A> <B>getMatrix</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s)                 throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method gets the matrix of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DT><B>Returns:</B><DD>matrix the matrix</DD></DL><HR><A NAME="setDimensions(quicktime.streaming.Stream, float, float)"><!-- --></A><H3>setDimensions</H3><PRE>public void <B>setDimensions</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s,                          float&nbsp;width,                          float&nbsp;height)                   throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method sets the dimensions of the presenter<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>s</CODE> - stream<DD><CODE>width</CODE> - the width of the presenter<DD><CODE>height</CODE> - the height of the presenter</DD></DL><HR><A NAME="setDimensions(quicktime.streaming.Stream, quicktime.qd.QDDimension)"><!-- --></A><H3>setDimensions</H3><PRE>public void <B>setDimensions</B>(<A HREF="../../quicktime/streaming/Stream.html">Stream</A>&nbsp;s,                

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -