threeD | true にすると 3D サウンド、false にすると 2D サウンドになる。 |
audioType | ダウンロードコンテンツの AudioType。これが設定されていない場合は Unity は URL でタイプを判断します |
AudioClip AudioClip を返します。
ダウンロードしたデータからメモリに圧縮されている AudioClip を生成し返します(読み取り専用)
By default GetAudioClip will load the file into memory decompressed. This version will load the data compressed and decompress it as it plays. The data must be an audio clip in Ogg(Standalones), MP3(phones) or WAV.