WaveSoundBuffer.WaveSoundBuffer

機能/意味
Construction of WaveSoundBuffer object
タイプ
WaveSoundBufferクラスのコンストラクタ
構文
WaveSoundBuffer(owner)
引数
owner  Specify where the event occurs.
戻り値
なし (void)
説明
 Construct an object of class WaveSoundBuffer.
 When the event occurs, it calls the action method of the object specified by owner. If null is specified for owner, the action method will not be called. Usually, an object of class Window is specified as owner.