WaveSoundBuffer.freeDirectSound

機能/意味
Release DirectSound
タイプ
WaveSoundBufferクラスのメソッド
構文
freeDirectSound()
引数
なし
戻り値
なし (void)
説明
 Releases a DirectSound. All objects of the WaveSoundBuffer class are stopped.
 Use this method to release DirectSound in an environment where playback by DirectSound and WaveMapper (such as MCI) cannot be performed simultaneously.
 This method exists only on the WaveSoundBuffer class (it does not exist on objects created from WaveSoundBuffer). Please use WaveSoundBuffer.freeDirectSound (); when using.