📄 sourcer.html
字号:
int ioParams)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../quicktime/streaming/Sourcer.html#QTSSourcerSetTimeScale(int, int)">QTSSourcerSetTimeScale</A></B>(int inSourcer, int inTimeScale)</CODE><BR> </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/Sourcer.html#setCallbackParams(quicktime.streaming.SourcerCallbackParams)">setCallbackParams</A></B>(<A HREF="../../quicktime/streaming/SourcerCallbackParams.html">SourcerCallbackParams</A> callbackParams)</CODE><BR> Sets the callback parameters associated with the sourcer</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/Sourcer.html#setEnable(boolean)">setEnable</A></B>(boolean enabled)</CODE><BR> Enables (or disables) the sourcer object</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/Sourcer.html#setEnable(boolean, int)">setEnable</A></B>(boolean enabled, int flags)</CODE><BR> Enables (or disables) the sourcer object</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/Sourcer.html#setInfo(int, quicktime.util.QTPointer)">setInfo</A></B>(int selector, <A HREF="../../quicktime/util/QTPointer.html">QTPointer</A> data)</CODE><BR> General purpose routine for setting information associated with the Sourcer</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/Sourcer.html#setLoopParams(quicktime.streaming.SourcerLoopParams)">setLoopParams</A></B>(<A HREF="../../quicktime/streaming/SourcerLoopParams.html">SourcerLoopParams</A> loopParams)</CODE><BR> Sets the loop parameters associated with the sourcer</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/Sourcer.html#setSourcerTrackParams(quicktime.streaming.SourcerTrackParams)">setSourcerTrackParams</A></B>(<A HREF="../../quicktime/streaming/SourcerTrackParams.html">SourcerTrackParams</A> SourcerTrackParams)</CODE><BR> Sets the track parameters associated with the sourcer</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/Sourcer.html#setTimeScale(int)">setTimeScale</A></B>(int scale)</CODE><BR> Sets the time scale of the sourcer object</TD></TR></TABLE> <A NAME="methods_inherited_from_class_quicktime.std.comp.Component"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class quicktime.std.comp.<A HREF="../../quicktime/std/comp/Component.html">Component</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../quicktime/std/comp/Component.html#count()">count</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_quicktime.std.comp.ComponentIdentifier"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class quicktime.std.comp.<A HREF="../../quicktime/std/comp/ComponentIdentifier.html">ComponentIdentifier</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../quicktime/std/comp/ComponentIdentifier.html#find(quicktime.std.comp.ComponentDescription)">find</A>, <A HREF="../../quicktime/std/comp/ComponentIdentifier.html#find(quicktime.std.comp.ComponentIdentifier, quicktime.std.comp.ComponentDescription)">find</A>, <A HREF="../../quicktime/std/comp/ComponentIdentifier.html#getInfo()">getInfo</A>, <A HREF="../../quicktime/std/comp/ComponentIdentifier.html#toString()">toString</A></CODE></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></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="Sourcer(quicktime.std.comp.ComponentIdentifier)"><!-- --></A><H3>Sourcer</H3><PRE>public <B>Sourcer</B>(<A HREF="../../quicktime/std/comp/ComponentIdentifier.html">ComponentIdentifier</A> compID) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Creates a new Sourcer component from a specific component identifier<DD><DL><DT><B>Parameters:</B><DD><CODE>compID</CODE> - component identifier</DL></DD></DL><HR><A NAME="Sourcer(int, int, int)"><!-- --></A><H3>Sourcer</H3><PRE>public <B>Sourcer</B>(int sourcerType, int subType, int manufacturerType) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Creates a new sourcer based on type, subType and manufacturer type<DD><DL><DT><B>Parameters:</B><DD><CODE>sourcerType</CODE> - integer representing type (OSType) of sourcer<DD><CODE>subType</CODE> - integer representing subtype (OSType) of sourcer<DD><CODE>manufacturerType</CODE> - integer representing manufacturer type (OSType) of sourcer</DL></DD></DL><HR><A NAME="Sourcer(int, int, int, quicktime.streaming.SourcerInitParams)"><!-- --></A><H3>Sourcer</H3><PRE>public <B>Sourcer</B>(int sourcerType, int subType, int manufacturerType, <A HREF="../../quicktime/streaming/SourcerInitParams.html">SourcerInitParams</A> initParams) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Creates a new sourcer based on type, subType, manufacturer type, and optional init parameters<DD><DL><DT><B>Parameters:</B><DD><CODE>sourcerType</CODE> - integer representing type (OSType) of sourcer<DD><CODE>subType</CODE> - integer representing subtype (OSType) of sourcer<DD><CODE>manufacturerType</CODE> - integer representing manufacturer type (OSType) of sourcer<DD><CODE>initParams</CODE> - sourcer initialization parameters</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="setInfo(int, quicktime.util.QTPointer)"><!-- --></A><H3>setInfo</H3><PRE>public void <B>setInfo</B>(int selector, <A HREF="../../quicktime/util/QTPointer.html">QTPointer</A> data) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>General purpose routine for setting information associated with the Sourcer<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>selector</CODE> - the selector specifying the type of information to be set<DD><CODE>data</CODE> - data to be set For specific information setting routine, see the more specific function calls<DT><B>See Also: </B><DD><CODE>setCallbackParams</CODE>, <CODE>setLoopParams</CODE>, </DD></DL><HR><A NAME="getInfo(int)"><!-- --></A><H3>getInfo</H3><PRE>public <A HREF="../../quicktime/util/QTPointer.html">QTPointer</A> <B>getInfo</B>(int selector) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>General purpose routine for retrieving information associated with the Sourcer<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>selector</CODE> - the selector specifying the type of information to be set<DT><B>Returns:</B><DD>retrieved data For specific information accessor routine, see the more specific function calls<DT><B>See Also: </B><DD><CODE>getCallbackParams</CODE>, <CODE>getLoopParams</CODE>, </DD></DL><HR><A NAME="setCallbackParams(quicktime.streaming.SourcerCallbackParams)"><!-- --></A><H3>setCallbackParams</H3><PRE>public void <B>setCallbackParams</B>(<A HREF="../../quicktime/streaming/SourcerCallbackParams.html">SourcerCallbackParams</A> callbackParams) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Sets the callback parameters associated with the sourcer<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>callbackParams</CODE> - the sourcer callback params object specifying callback parameters</DD></DL><HR><A NAME="getCallbackParams()"><!-- --></A><H3>getCallbackParams</H3><PRE>public <A HREF="../../quicktime/streaming/SourcerCallbackParams.html">SourcerCallbackParams</A> <B>getCallbackParams</B>() throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Gets the callback parameters associated with the sourcer<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>sourcer callback params object specifying callback parameters</DD></DL><HR><A NAME="setLoopParams(quicktime.streaming.SourcerLoopParams)"><!-- --></A><H3>setLoopParams</H3><PRE>public void <B>setLoopParams</B>(<A HREF="../../quicktime/streaming/SourcerLoopParams.html">SourcerLoopParams</A> loopParams) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Sets the loop parameters associated with the sourcer<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>loopParams</CODE> - the sourcer loop params object specifying loop settings</DD></DL><HR><A NAME="getLoopParams()"><!-- --></A><H3>getLoopParams</H3><PRE>public <A HREF="../../quicktime/streaming/SourcerLoopParams.html">SourcerLoopParams</A> <B>getLoopParams</B>() throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Gets the loop parameters associated with the sourcer<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>sourcer loop params object specifying loop settings</DD></DL><HR><A NAME="setSourcerTrackParams(quicktime.streaming.SourcerTrackParams)"><!-- --></A><H3>setSourcerTrackParams</H3><PRE>public void <B>setSourcerTrackParams</B>(<A HREF="../../quicktime/streaming/SourcerTrackParams.html">SourcerTrackParams</A> SourcerTrackParams) throws <A HREF="../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Sets the track parameters associated with the sourcer<DD><DL></DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -