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

📄 swftagtypesimpl.html

📁 java和flash接口编程
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagTabOrder(int, int)">tagTabOrder</A></B>(int&nbsp;depth,
            int&nbsp;tabOrder)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the tab order of the symbol at a given depth.</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><A HREF="../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagVideoFrame(int, int, int, int, byte[])">tagVideoFrame</A></B>(int&nbsp;streamId,
              int&nbsp;seqNum,
              int&nbsp;frameType,
              int&nbsp;codec,
              byte[]&nbsp;videoPacket)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A video frame.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="mTagtypes"><!-- --></A><H3>
mTagtypes</H3>
<PRE>
protected <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A> <B>mTagtypes</B></PRE>
<DL>
<DL>
</DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="SWFTagTypesImpl()"><!-- --></A><H3>
SWFTagTypesImpl</H3>
<PRE>
public <B>SWFTagTypesImpl</B>()</PRE>
<DL>
<DD>No pass-thru
<P>
</DL>
<HR>

<A NAME="SWFTagTypesImpl(com.anotherbigidea.flash.interfaces.SWFTagTypes)"><!-- --></A><H3>
SWFTagTypesImpl</H3>
<PRE>
public <B>SWFTagTypesImpl</B>(<A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A>&nbsp;tags)</PRE>
<DL>
<DL>
<DT><B>Parameters:</B><DD><CODE>tags</CODE> - may be null</DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="tag(int, boolean, byte[])"><!-- --></A><H3>
tag</H3>
<PRE>
public void <B>tag</B>(int&nbsp;tagType,
                boolean&nbsp;longTag,
                byte[]&nbsp;contents)
         throws java.io.IOException</PRE>
<DL>
<DD>SWFTags interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTags.html#tag(int, boolean, byte[])">tag</A></CODE> in interface <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTags.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTags</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>tagType</CODE> - a type of zero (TAG_END) denotes the end of the tags<DD><CODE>longTag</CODE> - true if the tag header is forced into the long form<DD><CODE>contents</CODE> - may be null
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="signature(java.lang.String)"><!-- --></A><H3>
signature</H3>
<PRE>
public void <B>signature</B>(java.lang.String&nbsp;sig)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFFileSignature.html#signature(java.lang.String)">SWFFileSignature</A></CODE></B></DD>
<DD>Pass the signature.  This method must be called before the header(..) method in SWFHeader.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFFileSignature.html#signature(java.lang.String)">signature</A></CODE> in interface <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFFileSignature.html" title="interface in com.anotherbigidea.flash.interfaces">SWFFileSignature</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>sig</CODE> - the 3 char signature - one of the SIGNATURE_* constants.<DT><B>See Also:</B><DD><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFFileSignature.html#signature(java.lang.String)"><CODE>SWFFileSignature.signature(String)</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="header(int, long, int, int, int, int)"><!-- --></A><H3>
header</H3>
<PRE>
public void <B>header</B>(int&nbsp;version,
                   long&nbsp;length,
                   int&nbsp;twipsWidth,
                   int&nbsp;twipsHeight,
                   int&nbsp;frameRate,
                   int&nbsp;frameCount)
            throws java.io.IOException</PRE>
<DL>
<DD>SWFHeader interface. Sets movie length to -1 to force a recalculation since the length cannot be guaranteed to be the same as the original.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFHeader.html#header(int, long, int, int, int, int)">header</A></CODE> in interface <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFHeader.html" title="interface in com.anotherbigidea.flash.interfaces">SWFHeader</A></CODE></DL>
</DD>
<DD><DL>
<DD><CODE>length</CODE> - -1 if the length is unknown and must be inferred<DD><CODE>frameCount</CODE> - -1 if the framecount is unknown and must be inferred
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagEnd()"><!-- --></A><H3>
tagEnd</H3>
<PRE>
public void <B>tagEnd</B>()
            throws java.io.IOException</PRE>
<DL>
<DD>SWFTagTypes interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagEnd()">tagEnd</A></CODE> in interface <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFSpriteTagTypes</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagDefineSound(int, int, int, boolean, boolean, int, byte[])"><!-- --></A><H3>
tagDefineSound</H3>
<PRE>
public void <B>tagDefineSound</B>(int&nbsp;id,
                           int&nbsp;format,
                           int&nbsp;frequency,
                           boolean&nbsp;bits16,
                           boolean&nbsp;stereo,
                           int&nbsp;sampleCount,
                           byte[]&nbsp;soundData)
                    throws java.io.IOException</PRE>
<DL>
<DD>SWFTagTypes interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineSound(int, int, int, boolean, boolean, int, byte[])">tagDefineSound</A></CODE> in interface <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A></CODE></DL>
</DD>
<DD><DL>
<DD><CODE>format</CODE> - one of the SWFConstants.SOUND_FORMAT_* constants<DD><CODE>frequency</CODE> - one of the SWFConstants.SOUND_FREQ_* constants<DD><CODE>soundData</CODE> - format-dependent sound data
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagDefineButtonSound(int, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo)"><!-- --></A><H3>
tagDefineButtonSound</H3>
<PRE>
public void <B>tagDefineButtonSound</B>(int&nbsp;buttonId,
                                 int&nbsp;rollOverSoundId,
                                 <A HREF="../../../../com/anotherbigidea/flash/structs/SoundInfo.html" title="class in com.anotherbigidea.flash.structs">SoundInfo</A>&nbsp;rollOverSoundInfo,
                                 int&nbsp;rollOutSoundId,
                                 <A HREF="../../../../com/anotherbigidea/flash/structs/SoundInfo.html" title="class in com.anotherbigidea.flash.structs">SoundInfo</A>&nbsp;rollOutSoundInfo,
                                 int&nbsp;pressSoundId,
                                 <A HREF="../../../../com/anotherbigidea/flash/structs/SoundInfo.html" title="class in com.anotherbigidea.flash.structs">SoundInfo</A>&nbsp;pressSoundInfo,
                                 int&nbsp;releaseSoundId,
                                 <A HREF="../../../../com/anotherbigidea/flash/structs/SoundInfo.html" title="class in com.anotherbigidea.flash.structs">SoundInfo</A>&nbsp;releaseSoundInfo)
                          throws java.io.IOException</PRE>
<DL>
<DD>SWFTagTypes interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineButtonSound(int, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo)">tagDefineButtonSound</A></CODE> in interface <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagStartSound(int, com.anotherbigidea.flash.structs.SoundInfo)"><!-- --></A><H3>
tagStartSound</H3>
<PRE>
public void <B>tagStartSound</B>(int&nbsp;soundId,
                          <A HREF="../../../../com/anotherbigidea/flash/structs/SoundInfo.html" title="class in com.anotherbigidea.flash.structs">SoundInfo</A>&nbsp;info)
                   throws java.io.IOException</PRE>
<DL>
<DD>SWFTagTypes interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagStartSound(int, com.anotherbigidea.flash.structs.SoundInfo)">tagStartSound</A></CODE> in interface <CODE><A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFSpriteTagTypes</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="tagSoundStreamHead(int, boolean, boolean, int, int, boolean, boolean, int)"><!-- --></A><H3>

⌨️ 快捷键说明

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