<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bibinbaleo</author_name>
  <author_url>https://blog.hatena.ne.jp/bibinbaleo/</author_url>
  <blog_title>トマシープが学ぶ</blog_title>
  <blog_url>https://bibinbaleo.hatenablog.com/</blog_url>
  <categories>
    <anon>Unity</anon>
  </categories>
  <description>マイク docs.unity3d.com using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class GetMicrophoneDevice : MonoBehaviour { public Text Text_Device; void Start() { foreach (var device in Microphone.devices) { Debug.Log(&quot;Name: &quot; + device); Text_Device.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbibinbaleo.hatenablog.com%2Fentry%2F2020%2F10%2F12%2F195114&quot; title=&quot;現在のマイクデバイス一覧を表示する【Unity】 - トマシープが学ぶ&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>2020-10-12 19:51:14</published>
  <title>現在のマイクデバイス一覧を表示する【Unity】</title>
  <type>rich</type>
  <url>https://bibinbaleo.hatenablog.com/entry/2020/10/12/195114</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
