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

📄 qthandleref.html

📁 这个是java的quicktime for java 的详细使用文档
💻 HTML
📖 第 1 页 / 共 4 页
字号:
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../quicktime/std/movies/media/SpriteDescription.html">SpriteDescription</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class maps the SpriteDescription record of the MovieToolbox.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../quicktime/std/movies/media/StreamDescription.html">StreamDescription</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class maps the StreamDescription record of the MovieToolbox.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../quicktime/std/movies/media/TextDescription.html">TextDescription</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class maps the TextDescription record of the MovieToolbox.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../quicktime/std/movies/media/ThreeDDescription.html">ThreeDDescription</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class maps the ThreeDDescription record of the MovieToolbox.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../quicktime/std/movies/media/package-summary.html">quicktime.std.movies.media</A> with parameters of type <A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;int</CODE></FONT></TD><TD><CODE><B>Media.</B><B><A HREF="../../../quicktime/std/movies/media/Media.html#addSample(quicktime.util.QTHandleRef, int, int, int, quicktime.std.movies.media.SampleDescription, int, int)">addSample</A></B>(<A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A>&nbsp;data,          int&nbsp;dataOffset,          int&nbsp;dataSize,          int&nbsp;durationPerSample,          <A HREF="../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A>&nbsp;sampleDesc,          int&nbsp;numberOfSamples,          int&nbsp;sampleFlags)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method adds sample data and a description to a media object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>UserData.</B><B><A HREF="../../../quicktime/std/movies/media/UserData.html#addData(quicktime.util.QTHandleRef, int)">addData</A></B>(<A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A>&nbsp;data,        int&nbsp;udType)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method allows your application to add an item to a user data list.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>UserData.</B><B><A HREF="../../../quicktime/std/movies/media/UserData.html#addText(quicktime.util.QTHandleRef, int, int, int)">addText</A></B>(<A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A>&nbsp;data,        int&nbsp;udType,        int&nbsp;index,        int&nbsp;itlRegionTag)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method allows your application to place language-tagged text into an item in a user data list.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>SoundDescription.</B><B><A HREF="../../../quicktime/std/movies/media/SoundDescription.html#addExtension(quicktime.util.QTHandleRef, int)">addExtension</A></B>(<A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A>&nbsp;extension,             int&nbsp;idType)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add application specific info to a Sound Description object	 <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/ref_undocfuncs.htm#pgfId=16541">QuickTime::AddSoundDescriptionExtension</a> </b><BR><BR></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../quicktime/std/movies/media/package-summary.html">quicktime.std.movies.media</A> with parameters of type <A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../quicktime/std/movies/media/DataRef.html#DataRef(quicktime.util.QTHandleRef)">DataRef</A></B>(<A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A>&nbsp;handle)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This constructor creates a DataRef that references the given QTHandle so the dataRefType is a handle DataRef ('hndl').</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../quicktime/std/movies/media/DataRef.html#DataRef(quicktime.util.QTHandleRef, int, java.lang.String)">DataRef</A></B>(<A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A>&nbsp;handle,        int&nbsp;hintFlag,        java.lang.String&nbsp;hintString)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This constructor creates a DataRef that references the given QTHandle so the dataRefType is a handle DataRef ('hndl').</TD></TR></TABLE>&nbsp;<P><A NAME="quicktime.std.music"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A> in <A HREF="../../../quicktime/std/music/package-summary.html">quicktime.std.music</A></FONT></TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Subclasses of <A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A> in <A HREF="../../../quicktime/std/music/package-summary.html">quicktime.std.music</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../quicktime/std/music/AtomicInstrument.html">AtomicInstrument</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Corresponds to the AtomicInstrument type and its accompanying calls</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../quicktime/std/music/MusicData.html">MusicData</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MusicData objects contain general information for a Music Track that the TunePlayer uses when it instantiates NoteChannels for the parts contained in the music media.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../quicktime/std/music/QTMIDIPortList.html">QTMIDIPortList</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Provides a list of ports used by the QuickTime synthesizer.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../quicktime/std/music/SoundLocalization.html">SoundLocalization</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Sound Localization class contains data that locates a sound in pseudo 3 dimensional space.</TD></TR></TABLE>&nbsp;<P><A NAME="quicktime.std.qtcomponents"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A> in <A HREF="../../../quicktime/std/qtcomponents/package-summary.html">quicktime.std.qtcomponents</A></FONT></TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Subclasses of <A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A> in <A HREF="../../../quicktime/std/qtcomponents/package-summary.html">quicktime.std.qtcomponents</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;class</CODE></FONT></TD><TD><CODE><B><A HREF="../../../quicktime/std/qtcomponents/TimeCodeDescription.html">TimeCodeDescription</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class maps the TimeCodeDescription record of the MovieToolbox.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Fields in <A HREF="../../../quicktime/std/qtcomponents/package-summary.html">quicktime.std.qtcomponents</A> declared as <A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A></CODE></FONT></TD><TD><CODE><B>TimeCodeInfo.</B><B><A HREF="../../../quicktime/std/qtcomponents/TimeCodeInfo.html#userData">userData</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Represents the timecode data.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A></CODE></FONT></TD><TD><CODE><B>SCInfo.</B><B><A HREF="../../../quicktime/std/qtcomponents/SCInfo.html#imageData">imageData</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The compressed image data of a frame</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../quicktime/std/qtcomponents/package-summary.html">quicktime.std.qtcomponents</A> that return <A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A></CODE></FONT></TD><TD><CODE><B>CompressionDialog.</B><B><A HREF="../../../quicktime/std/qtcomponents/CompressionDialog.html#getInfoState()">getInfoState</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves all of the settings for a dialog.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../quicktime/std/qtcomponents/package-summary.html">quicktime.std.qtcomponents</A> with parameters of type <A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>CompressionDialog.</B><B><A HREF="../../../quicktime/std/qtcomponents/CompressionDialog.html#setInfoState(quicktime.util.QTHandleRef)">setInfoState</A></B>(<A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A>&nbsp;settings)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets all of the settings for a dialog.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B>TimeCoder.</B><B><A HREF="../../../quicktime/std/qtcomponents/TimeCoder.html#setSourceRef(quicktime.std.qtcomponents.TimeCodeDescription, quicktime.util.QTHandleRef)">setSourceRef</A></B>(<A HREF="../../../quicktime/std/qtcomponents/TimeCodeDescription.html">TimeCodeDescription</A>&nbsp;tcd,             <A HREF="../../../quicktime/util/QTHandleRef.html">QTHandleRef</A>&nbsp;sref)</CODE>

⌨️ 快捷键说明

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