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

📄 sampledescription.html

📁 这个是java的quicktime for java 的详细使用文档
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method lets you change the contents of a particular sample description of a specified media.</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;int</CODE></FONT></TD><TD><CODE><B>Media.</B><B><A HREF="../../../../../quicktime/std/movies/media/Media.html#addSampleReference(int, int, int, quicktime.std.movies.media.SampleDescription, int, int)">addSampleReference</A></B>(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 allows your application to work with samples that have already been added to a movie data file.</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#addSampleReference(quicktime.std.movies.media.SampleDescription, int, quicktime.std.movies.media.SampleReferenceVector)">addSampleReference</A></B>(<A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A>&nbsp;sampleDescription,                   int&nbsp;numOfSamples,                   <A HREF="../../../../../quicktime/std/movies/media/SampleReferenceVector.html">SampleReferenceVector</A>&nbsp;sampleRefs)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Allows your application to add groups of sample references to a movie data file.</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/std/movies/media/SampleDescription.html">SampleDescription</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/std/movies/media/SampleDescription.html">SampleDescription</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>Methods in <A HREF="../../../../../quicktime/std/qtcomponents/package-summary.html">quicktime.std.qtcomponents</A> that return <A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A></CODE></FONT></TD><TD><CODE><B>MovieImporter.</B><B><A HREF="../../../../../quicktime/std/qtcomponents/MovieImporter.html#getSampleDescription()">getSampleDescription</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines the sample description of the component.</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/std/movies/media/SampleDescription.html">SampleDescription</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>MovieImporter.</B><B><A HREF="../../../../../quicktime/std/qtcomponents/MovieImporter.html#setSampleDescription(quicktime.std.movies.media.SampleDescription, int)">setSampleDescription</A></B>(<A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A>&nbsp;desc,                     int&nbsp;mediaType)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the SampleDescription and media type for the component.</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>MovieExporter.</B><B><A HREF="../../../../../quicktime/std/qtcomponents/MovieExporter.html#setSampleDescription(quicktime.std.movies.media.SampleDescription, int)">setSampleDescription</A></B>(<A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A>&nbsp;desc,                     int&nbsp;mediaType)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies the SampleDescription and media type for the component.</TD></TR></TABLE>&nbsp;<P><A NAME="quicktime.std.sg"><!-- --></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/std/movies/media/SampleDescription.html">SampleDescription</A> in <A HREF="../../../../../quicktime/std/sg/package-summary.html">quicktime.std.sg</A></FONT></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/sg/package-summary.html">quicktime.std.sg</A> that return <A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A></CODE></FONT></TD><TD><CODE><B>SGChannel.</B><B><A HREF="../../../../../quicktime/std/sg/SGChannel.html#getSampleDescription()">getSampleDescription</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method allows you to retrieve a sample description from the SGChannel.</TD></TR></TABLE>&nbsp;<P><A NAME="quicktime.streaming"><!-- --></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/std/movies/media/SampleDescription.html">SampleDescription</A> in <A HREF="../../../../../quicktime/streaming/package-summary.html">quicktime.streaming</A></FONT></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/streaming/package-summary.html">quicktime.streaming</A> that return <A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A></CODE></FONT></TD><TD><CODE><B>PushDataParams.</B><B><A HREF="../../../../../quicktime/streaming/PushDataParams.html#getSampleDescription()">getSampleDescription</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the sample description of the push data</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/streaming/package-summary.html">quicktime.streaming</A> with parameters of type <A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</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>PushDataParams.</B><B><A HREF="../../../../../quicktime/streaming/PushDataParams.html#setSampleDescription(quicktime.std.movies.media.SampleDescription)">setSampleDescription</A></B>(<A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A>&nbsp;sampleDesc)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the sample description of the push data</TD></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/streaming/package-summary.html">quicktime.streaming</A> with parameters of type <A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../quicktime/streaming/PushDataParams.html#PushDataParams(int, quicktime.std.movies.media.SampleDescription, int, long, long, quicktime.util.QTPointer)">PushDataParams</A></B>(int&nbsp;vers,               <A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A>&nbsp;sampleDesc,               int&nbsp;seed,               long&nbsp;time,               long&nbsp;duration,               <A HREF="../../../../../quicktime/util/QTPointer.html">QTPointer</A>&nbsp;data)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an PushDataParams object based on the native QTSPushDataParams structure</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../../../quicktime/streaming/PushDataParams.html#PushDataParams(int, quicktime.std.movies.media.SampleDescription, int, quicktime.util.QTPointer)">PushDataParams</A></B>(int&nbsp;vers,               <A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html">SampleDescription</A>&nbsp;sampleDesc,               int&nbsp;seed,               <A HREF="../../../../../quicktime/util/QTPointer.html">QTPointer</A>&nbsp;data)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs an PushDataParams object based on the native QTSPushDataParams structure</TD></TR></TABLE>&nbsp;<P><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="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../quicktime/std/movies/media/SampleDescription.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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;PREV&nbsp;&nbsp;NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="SampleDescription.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>

⌨️ 快捷键说明

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