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

📄 componentdescription.html

📁 这个是java的quicktime for java 的详细使用文档
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<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="ComponentDescription()"><!-- --></A><H3>ComponentDescription</H3><PRE>public <B>ComponentDescription</B>()</PRE><DL><DD>Create a default ComponentDescription with all zero values.</DL><HR><A NAME="ComponentDescription(int)"><!-- --></A><H3>ComponentDescription</H3><PRE>public <B>ComponentDescription</B>(int&nbsp;type)</PRE><DL><DD>Specify the type of the ComponentDescription.</DL><HR><A NAME="ComponentDescription(int, int, int, int, int)"><!-- --></A><H3>ComponentDescription</H3><PRE>public <B>ComponentDescription</B>(int&nbsp;type,                            int&nbsp;subType,                            int&nbsp;manu,                            int&nbsp;flag,                            int&nbsp;mask)</PRE><DL><DD>Specify a full ComponentDescription class.<DD><DL><DT><B>Parameters:</B><DD><CODE>type</CODE> - Specifies the component type to search for. Set to 0 if not used in search.<DD><CODE>subType</CODE> - Specifies the component subType. Set to 0 if not used in search.<DD><CODE>manu</CODE> - Specifies the component manufacturer. Set to 0 if not used in search.<DD><CODE>flag</CODE> - Specifies the component control flag used. Set to 0 if not used in search.<DD><CODE>mask</CODE> - Specifies the component flag mask used. Set to 0 if not used in search.</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="getType()"><!-- --></A><H3>getType</H3><PRE>public int <B>getType</B>()</PRE><DL><DD>Returns the component type.<DD><DL></DL></DD></DL><HR><A NAME="setType(int)"><!-- --></A><H3>setType</H3><PRE>public void <B>setType</B>(int&nbsp;type)</PRE><DL><DD>Sets the type.<DD><DL></DL></DD></DL><HR><A NAME="getSubType()"><!-- --></A><H3>getSubType</H3><PRE>public int <B>getSubType</B>()</PRE><DL><DD>Returns the component subType.<DD><DL></DL></DD></DL><HR><A NAME="setSubType(int)"><!-- --></A><H3>setSubType</H3><PRE>public void <B>setSubType</B>(int&nbsp;subType)</PRE><DL><DD>Sets the type.<DD><DL></DL></DD></DL><HR><A NAME="getManufacturer()"><!-- --></A><H3>getManufacturer</H3><PRE>public int <B>getManufacturer</B>()</PRE><DL><DD>Returns the component manufacturer.<DD><DL></DL></DD></DL><HR><A NAME="setManufacturer(int)"><!-- --></A><H3>setManufacturer</H3><PRE>public void <B>setManufacturer</B>(int&nbsp;manufacturer)</PRE><DL><DD>Sets the manufacturer.<DD><DL></DL></DD></DL><HR><A NAME="getFlags()"><!-- --></A><H3>getFlags</H3><PRE>public int <B>getFlags</B>()</PRE><DL><DD>Returns the component flag.<DD><DL></DL></DD></DL><HR><A NAME="setFlags(int)"><!-- --></A><H3>setFlags</H3><PRE>public void <B>setFlags</B>(int&nbsp;flag)</PRE><DL><DD>Sets the flag.<DD><DL></DL></DD></DL><HR><A NAME="getMask()"><!-- --></A><H3>getMask</H3><PRE>public int <B>getMask</B>()</PRE><DL><DD>Returns the component mask.<DD><DL></DL></DD></DL><HR><A NAME="setMask(int)"><!-- --></A><H3>setMask</H3><PRE>public void <B>setMask</B>(int&nbsp;mask)</PRE><DL><DD>Sets the mask.<DD><DL></DL></DD></DL><HR><A NAME="count()"><!-- --></A><H3>count</H3><PRE>public int <B>count</B>()</PRE><DL><DD>Count the Components that much the description parameters.	 <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/IM_MMT/imComponentMgr.12.htm#17298">QuickTime::CountComponents</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>desc</CODE> - describes the search parameters.<DT><B>Returns:</B><DD>The number of components fitting the specified parameters.</DL></DD></DL><HR><A NAME="getName()"><!-- --></A><H3>getName</H3><PRE>public java.lang.String <B>getName</B>()</PRE><DL><DD>Returns the name of the component retrieved from the ComponentIdentifier.getInfo() call.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the component's name or null if no name retrieved</DL></DD></DL><HR><A NAME="getInformationString()"><!-- --></A><H3>getInformationString</H3><PRE>public java.lang.String <B>getInformationString</B>()</PRE><DL><DD>Returns information about the component retrieved from the ComponentIdentifier.getInfo() call.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the component's information string or null if none retrieved</DL></DD></DL><HR><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public java.lang.String <B>toString</B>()</PRE><DL><DD>Prints the Component Info.<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 this object.<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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/ComponentDescription.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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;<A HREF="../../../quicktime/std/comp/Component.html"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../quicktime/std/comp/ComponentIdentifier.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>  &nbsp;&nbsp;<A HREF="ComponentDescription.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>

⌨️ 快捷键说明

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