#include <SoundBuffer.h>
Public Member Functions | |
void * | getAddress0 () const |
アドレス0の取得 | |
u_int | getSize0 () const |
サイズ0の取得 | |
void * | getAddress1 () const |
アドレス1の取得 | |
u_int | getSize1 () const |
サイズ1の取得 | |
bool | isValid () const |
データが有効か | |
Friends | |
class | SoundBuffer |
Definition at line 271 of file SoundBuffer.h.
|
アドレス0の取得
Definition at line 278 of file SoundBuffer.h. Referenced by Lamp::StreamPlayer::writeStream(). |
|
アドレス1の取得
Definition at line 290 of file SoundBuffer.h. Referenced by Lamp::StreamPlayer::writeStream(). |
|
サイズ0の取得
Definition at line 284 of file SoundBuffer.h. References u_int. Referenced by Lamp::StreamPlayer::writeStream(). |
|
サイズ1の取得
Definition at line 296 of file SoundBuffer.h. References u_int. Referenced by Lamp::StreamPlayer::writeStream(). |
|
データが有効か
Definition at line 302 of file SoundBuffer.h. Referenced by Lamp::SoundBuffer::lock(), Lamp::SoundBuffer::unlock(), and Lamp::StreamPlayer::writeStream(). |