<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>itog</author_name>
  <author_url>https://blog.hatena.ne.jp/itog/</author_url>
  <blog_title>Hacking My Way 〜 itogのhack日記</blog_title>
  <blog_url>https://itog.hatenadiary.org/</blog_url>
  <categories>
    <anon>android</anon>
  </categories>
  <description>SoundPoolはAndroid APIに含まれる音声再生ライブラリのひとつで、ファイルをロード時にデコードしておくので、再生時にほとんど遅延が生じないため、効果音の再生などに向いている。 典型的な使い方 onCreate()などの初期化処理でファイルをload()しておき、効果音を鳴らしたいイベントが発生したときにplay()する。 public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); context = thi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fitog.hatenadiary.org%2Fentry%2F20100927%2F1285550195&quot; title=&quot;SoundPool使用上の注意点 - Hacking My Way 〜 itogのhack日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-09-27 10:16:35</published>
  <title>SoundPool使用上の注意点</title>
  <type>rich</type>
  <url>https://itog.hatenadiary.org/entry/20100927/1285550195</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
