<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>イナヅマtvログ &#187; ByteArray</title>
	<atom:link href="http://www.inazumatv.com/contents/archives/tag/bytearray/feed" rel="self" type="application/rss+xml" />
	<link>http://www.inazumatv.com/contents</link>
	<description>multimedia design, Actionscript, Lingo, PHP, Perl, SQL</description>
	<lastBuildDate>Sat, 04 Feb 2012 07:39:35 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ActionScript 3, マイクから音声を録音する &#8211; Wave</title>
		<link>http://www.inazumatv.com/contents/archives/5681</link>
		<comments>http://www.inazumatv.com/contents/archives/5681#comments</comments>
		<pubDate>Wed, 09 Mar 2011 12:32:15 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[AS3 Library]]></category>
		<category><![CDATA[ByteArray]]></category>
		<category><![CDATA[MicRecorder]]></category>
		<category><![CDATA[Microphone]]></category>
		<category><![CDATA[sazameki]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Wave]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=5681</guid>
		<description><![CDATA[没ネタ供養シリーズ、お楽しみいただけたでしょうか。 中途半端な作り込みで少々お恥ずかしいのですが、没ネタということでお許しください。 ActionScriptでの録音処理です。 flash.media.Microphon &#8230; <span class="continue-reading"><a href="http://www.inazumatv.com/contents/archives/5681">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/5681/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actionscript 3, ArrayとObjectのクローン（複製・コピー・copy）を作る</title>
		<link>http://www.inazumatv.com/contents/archives/4810</link>
		<comments>http://www.inazumatv.com/contents/archives/4810#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:23:38 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[ByteArray]]></category>
		<category><![CDATA[Object]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=4810</guid>
		<description><![CDATA[Array型とObject型変数は別の変数に=演算子を使っても、置き換わる（代入）のでは無く参照（リファレンス）を渡してるだけです。 Actionscriptに限った話では無くどの言語にも共通の振る舞いです。 て、分かっ &#8230; <span class="continue-reading"><a href="http://www.inazumatv.com/contents/archives/4810">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/4810/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>キャプチャしたByteArrayをBitmapDataへ変換し再利用</title>
		<link>http://www.inazumatv.com/contents/archives/3573</link>
		<comments>http://www.inazumatv.com/contents/archives/3573#comments</comments>
		<pubDate>Sat, 25 Jul 2009 19:11:16 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[corelib]]></category>
		<category><![CDATA[BitmapData]]></category>
		<category><![CDATA[ByteArray]]></category>
		<category><![CDATA[JPGEncoder]]></category>
		<category><![CDATA[PNGEncoder]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=3573</guid>
		<description><![CDATA[画面をキャプチャし JPEG / PNG 変換した画像を Flash 内部で再利用するの巻。 AS3, 画面をキャプチャして画像生成(JPG,PNG)では、ByteArrayをString変換し、サーバーのPHPに送りe &#8230; <span class="continue-reading"><a href="http://www.inazumatv.com/contents/archives/3573">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/3573/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3, 画面をキャプチャして画像生成(JPG,PNG)</title>
		<link>http://www.inazumatv.com/contents/archives/643</link>
		<comments>http://www.inazumatv.com/contents/archives/643#comments</comments>
		<pubDate>Wed, 08 Oct 2008 19:24:38 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[ActionScript3]]></category>
		<category><![CDATA[corelib]]></category>
		<category><![CDATA[Base64]]></category>
		<category><![CDATA[ByteArray]]></category>
		<category><![CDATA[JPGEncoder]]></category>
		<category><![CDATA[PNGEncoder]]></category>

		<guid isPermaLink="false">http://www.inazumatv.com/contents/?p=643</guid>
		<description><![CDATA[AS3のflash.utils.ByteArrayを使うとバイト単位の操作が可能になる、おかげてFlashでJPEG,PNGなどの画像生成もできる。 他にもzipアーカイブ解凍や音声なしflvも作成可能。 Adobe &#038; &#8230; <span class="continue-reading"><a href="http://www.inazumatv.com/contents/archives/643">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description>
		<wfw:commentRss>http://www.inazumatv.com/contents/archives/643/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

