📄 qtfile.html
字号:
<TD><CODE><B><A HREF="../../../quicktime/std/image/GraphicsImporterInfo.html#GraphicsImporterInfo(int, quicktime.io.QTFile, short)">GraphicsImporterInfo</A></B>(int outExportedType, <A HREF="../../../quicktime/io/QTFile.html">QTFile</A> outExportedSpec, short outScriptTag)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../quicktime/std/image/GraphicsImporter.html#GraphicsImporter(quicktime.io.QTFile)">GraphicsImporter</A></B>(<A HREF="../../../quicktime/io/QTFile.html">QTFile</A> file)</CODE><BR> Determines and opens the graphics import component to use for the given file.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../quicktime/std/image/GraphicsImporter.html#GraphicsImporter(quicktime.io.QTFile, int)">GraphicsImporter</A></B>(<A HREF="../../../quicktime/io/QTFile.html">QTFile</A> file, int flags)</CODE><BR> Determines and opens the graphics import component to use for the given file.</TD></TR></TABLE> <P><A NAME="quicktime.std.movies"><!-- --></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/io/QTFile.html">QTFile</A> in <A HREF="../../../quicktime/std/movies/package-summary.html">quicktime.std.movies</A></FONT></TD></TR></TABLE> <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/package-summary.html">quicktime.std.movies</A> with parameters of type <A HREF="../../../quicktime/io/QTFile.html">QTFile</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../quicktime/std/movies/Movie.html">Movie</A></CODE></FONT></TD><TD><CODE><B>Movie.</B><B><A HREF="../../../quicktime/std/movies/Movie.html#createMovieFile(quicktime.io.QTFile, int, int)">createMovieFile</A></B>(<A HREF="../../../quicktime/io/QTFile.html">QTFile</A> pathName, int fCreator, int flags)</CODE><BR> Creates a Movie object and the file as specified by the QTFile.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B>Movie.</B><B><A HREF="../../../quicktime/std/movies/Movie.html#flatten(int, quicktime.io.QTFile, int, int, int, int, java.lang.String)">flatten</A></B>(int movieFlattenFlags, <A HREF="../../../quicktime/io/QTFile.html">QTFile</A> fileOut, int creator, int scriptTag, int createQTFileFlags, int resID, java.lang.String resName)</CODE><BR> This method creates a new movie file containing a specified movie.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../quicktime/std/movies/Movie.html">Movie</A></CODE></FONT></TD><TD><CODE><B>Movie.</B><B><A HREF="../../../quicktime/std/movies/Movie.html#flattenData(int, quicktime.io.QTFile, int, int, int)">flattenData</A></B>(int movieFlattenFlags, <A HREF="../../../quicktime/io/QTFile.html">QTFile</A> fileOut, int creator, int scriptTag, int createQTFileFlags)</CODE><BR> This method creates a new movie file and creates a new movie that contains all of its movie data.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B>Movie.</B><B><A HREF="../../../quicktime/std/movies/Movie.html#convertToFile(quicktime.std.movies.Track, quicktime.io.QTFile, int, int, int)">convertToFile</A></B>(<A HREF="../../../quicktime/std/movies/Track.html">Track</A> onlyTrack, <A HREF="../../../quicktime/io/QTFile.html">QTFile</A> outputFile, int fileType, int creator, int scriptTag)</CODE><BR> This method converts this movie into a specified file and type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B>Movie.</B><B><A HREF="../../../quicktime/std/movies/Movie.html#convertToFile(quicktime.io.QTFile, int, int, int)">convertToFile</A></B>(<A HREF="../../../quicktime/io/QTFile.html">QTFile</A> outputFile, int fileType, int creator, int scriptTag)</CODE><BR> This method converts this movie into a specified file and type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B>Movie.</B><B><A HREF="../../../quicktime/std/movies/Movie.html#convertToFile(quicktime.io.QTFile, int, int, int, int)">convertToFile</A></B>(<A HREF="../../../quicktime/io/QTFile.html">QTFile</A> outputFile, int fileType, int creator, int scriptTag, int flags)</CODE><BR> This method converts this movie into a specified file and type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B>Movie.</B><B><A HREF="../../../quicktime/std/movies/Movie.html#convertToFile(quicktime.std.movies.Track, quicktime.io.QTFile, int, int, int, int, quicktime.std.qtcomponents.MovieExporter)">convertToFile</A></B>(<A HREF="../../../quicktime/std/movies/Track.html">Track</A> onlyTrack, <A HREF="../../../quicktime/io/QTFile.html">QTFile</A> outputFile, int fileType, int creator, int scriptTag, int flags, <A HREF="../../../quicktime/std/qtcomponents/MovieExporter.html">MovieExporter</A> userComp)</CODE><BR> This method converts this movie into a specified file and type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../quicktime/std/qtcomponents/MovieImportInfo.html">MovieImportInfo</A></CODE></FONT></TD><TD><CODE><B>Track.</B><B><A HREF="../../../quicktime/std/movies/Track.html#fromMovieImporterFile(quicktime.std.qtcomponents.MovieImporter, quicktime.io.QTFile, quicktime.std.movies.Movie, quicktime.std.movies.Track, int, int)">fromMovieImporterFile</A></B>(<A HREF="../../../quicktime/std/qtcomponents/MovieImporter.html">MovieImporter</A> mi, <A HREF="../../../quicktime/io/QTFile.html">QTFile</A> fileIn, <A HREF="../../../quicktime/std/movies/Movie.html">Movie</A> theMovie, <A HREF="../../../quicktime/std/movies/Track.html">Track</A> targetTrack, int atTime, int inFlags)</CODE><BR> Allows the MovieToolbox to import data from a file using the movie import component.</TD></TR></TABLE> <P><A NAME="quicktime.std.movies.media"><!-- --></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/io/QTFile.html">QTFile</A> in <A HREF="../../../quicktime/std/movies/media/package-summary.html">quicktime.std.movies.media</A></FONT></TD></TR></TABLE> <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/io/QTFile.html">QTFile</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../quicktime/std/movies/media/DataRef.html#DataRef(quicktime.io.QTFile)">DataRef</A></B>(<A HREF="../../../quicktime/io/QTFile.html">QTFile</A> f)</CODE><BR> This constructor creates a DataRef that represents a QTFile.</TD></TR></TABLE> <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/io/QTFile.html">QTFile</A> in <A HREF="../../../quicktime/std/music/package-summary.html">quicktime.std.music</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../quicktime/std/music/package-summary.html">quicktime.std.music</A> that return <A HREF="../../../quicktime/io/QTFile.html">QTFile</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../quicktime/io/QTFile.html">QTFile</A></CODE></FONT></TD><TD><CODE><B>SynthesizerConnections.</B><B><A HREF="../../../quicktime/std/music/SynthesizerConnections.html#getSoundBankFile()">getSoundBankFile</A></B>()</CODE><BR> Returns a QTFile that represents a sound bank file (DLS or SF2) that will be used to supply sample information to a soft-synth music component (or null if none set).</TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../quicktime/std/music/package-summary.html">quicktime.std.music</A> with parameters of type <A HREF="../../../quicktime/io/QTFile.html">QTFile</A></FONT></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>SynthesizerConnections.</B><B><A HREF="../../../quicktime/std/music/SynthesizerConnections.html#setSoundBankFile(quicktime.io.QTFile)">setSoundBankFile</A></B>(<A HREF="../../../quicktime/io/QTFile.html">QTFile</A> soundBankFile)</CODE><BR> This is used to create a connections structure that describes a sound bank file (DLS or SF2) that will be used to supply sample information to a soft-synth music component.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B>NoteAllocator.</B><B><A HREF="../../../quicktime/std/music/NoteAllocator.html#registerMusicDevice_SoundBank(quicktime.io.QTFile)">registerMusicDevice_SoundBank</A></B>(<A HREF="../../../quicktime/io/QTFile.html">QTFile</A> soundBankFile)</CODE><BR> Registers a music component with the NoteAllocator, where the MusicComponent will
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -