codecinfo.html
来自「这个是java的quicktime for java 的详细使用文档」· HTML 代码 · 共 634 行 · 第 1/2 页
HTML
634 行
<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="CodecInfo(int, quicktime.std.image.CodecComponent)"><!-- --></A><H3>CodecInfo</H3><PRE>public <B>CodecInfo</B>(int cType, <A HREF="../../../quicktime/std/image/CodecComponent.html">CodecComponent</A> codec) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Consturcts a CodecInfo. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QT/iqImageCompMgr.1e.htm#iqImag28">QuickTime::GetCodecInfo</a> </b><BR><BR><DT><B>Parameters:</B><DD><CODE>cType</CODE> - specifies the compressor type.<DD><CODE>codec</CODE> - specifies a compressor identifier.</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="codecVersion()"><!-- --></A><H3>codecVersion</H3><PRE>public static int <B>codecVersion</B>() throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>determines the version of the installed image compression manager. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QT/iqImageCompMgr.1e.htm#iqImag18"> see QuickTime::CodecManagerVersion</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Returns:</B><DD>version.</DL></DD></DL><HR><A NAME="getTypeName()"><!-- --></A><H3>getTypeName</H3><PRE>public java.lang.String <B>getTypeName</B>() throws <A HREF="../../../quicktime/util/UtilException.html">UtilException</A></PRE><DL><DD>Get the compression algorithm used by the component.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the name of the compression algorithm.</DL></DD></DL><HR><A NAME="getVersion()"><!-- --></A><H3>getVersion</H3><PRE>public short <B>getVersion</B>()</PRE><DL><DD>Get the version of the compressed data.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the version.</DL></DD></DL><HR><A NAME="getRevisionLevel()"><!-- --></A><H3>getRevisionLevel</H3><PRE>public short <B>getRevisionLevel</B>()</PRE><DL><DD>Get the version of the component.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the component version.</DL></DD></DL><HR><A NAME="getVendor()"><!-- --></A><H3>getVendor</H3><PRE>public int <B>getVendor</B>()</PRE><DL><DD>Get the developer of the component<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the name of the developer.</DL></DD></DL><HR><A NAME="getDecompressFlags()"><!-- --></A><H3>getDecompressFlags</H3><PRE>public int <B>getDecompressFlags</B>()</PRE><DL><DD>Get contains flags that specify the decompression capabilities of the component.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>decompress flags.</DL></DD></DL><HR><A NAME="getCompressFlags()"><!-- --></A><H3>getCompressFlags</H3><PRE>public int <B>getCompressFlags</B>()</PRE><DL><DD>Get the flags that specify the compression capabilities of the component.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>compress flags.</DL></DD></DL><HR><A NAME="getFormatFlags()"><!-- --></A><H3>getFormatFlags</H3><PRE>public int <B>getFormatFlags</B>()</PRE><DL><DD>Get the flags that describes the possible format for compressed data produced by this component.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>format flags.</DL></DD></DL><HR><A NAME="getCompressionAccuracy()"><!-- --></A><H3>getCompressionAccuracy</H3><PRE>public int <B>getCompressionAccuracy</B>()</PRE><DL><DD>Get the relative accuracy of the compression algorithm.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>compression accuracy.</DL></DD></DL><HR><A NAME="getDecompressionAccuracy()"><!-- --></A><H3>getDecompressionAccuracy</H3><PRE>public int <B>getDecompressionAccuracy</B>()</PRE><DL><DD>Get the relative accuracy of the decompression algorithm.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>decompression accuracy.</DL></DD></DL><HR><A NAME="getCompressionSpeed()"><!-- --></A><H3>getCompressionSpeed</H3><PRE>public int <B>getCompressionSpeed</B>()</PRE><DL><DD>Get the relative speed of the component for compression operations.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>compression speed.</DL></DD></DL><HR><A NAME="getDecompressionSpeed()"><!-- --></A><H3>getDecompressionSpeed</H3><PRE>public int <B>getDecompressionSpeed</B>()</PRE><DL><DD>Get the relative speed of the component for decompression operations.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>decompression speed.</DL></DD></DL><HR><A NAME="getCompressionLevel()"><!-- --></A><H3>getCompressionLevel</H3><PRE>public int <B>getCompressionLevel</B>()</PRE><DL><DD>Get the relative compression acheived by this component.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>compression level.</DL></DD></DL><HR><A NAME="getMinimumHeight()"><!-- --></A><H3>getMinimumHeight</H3><PRE>public short <B>getMinimumHeight</B>()</PRE><DL><DD>Get the height in pixels of the smallest image the component can handle.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>minimum height.</DL></DD></DL><HR><A NAME="getMinimumWidth()"><!-- --></A><H3>getMinimumWidth</H3><PRE>public short <B>getMinimumWidth</B>()</PRE><DL><DD>Get the width in pixels of the smallest image the component can handle.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>minimum width.</DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public java.lang.String <B>toString</B>()</PRE><DL><DD>Returns the String representation of this Codec Information structure.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../quicktime/util/QTByteObject.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../quicktime/util/QTByteObject.html">QTByteObject</A></CODE></DL></DD></DL><HR><A NAME="clone()"><!-- --></A><H3>clone</H3><PRE>public java.lang.Object <B>clone</B>()</PRE><DL><DD>Return a copy of the CodecInfo.<DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><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> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CodecInfo.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../quicktime/std/image/CodecComponent.html"><B>PREV CLASS</B></A> <A HREF="../../../quicktime/std/image/CodecName.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="CodecInfo.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?