Version: 2017.1
public static AudioClip GetAudioClipCompressed (WWW www);
public static AudioClip GetAudioClipCompressed (WWW www, bool threeD);
public static AudioClip GetAudioClipCompressed (WWW www, bool threeD, AudioType audioType);

パラメーター

threeD true にすると 3D サウンド、false にすると 2D サウンドになる。
audioType The AudioType of the content you are downloading. If this is not set Unity will try to determine the type from URL.

戻り値

AudioClip AudioClip を返します。

説明

ダウンロードしたデータからメモリに圧縮されている AudioClip を生成し返します(読み取り専用)

デフォルト設定で GetAudioClip をメモリ(伸張)にロードします。このバージョンでは、圧縮データをロードし、それを再生するので解凍します。データは、Ogg(Web/Standalones), MP3(phones) または WAV の audio clip にしなければなりません。