Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 Component Reference
|
|
[ TDx_Sound::CreateSoundBuffer() ]
[ next: DSEnumerate() ]
[ prev: Create() ]
public:
virtual bool __fastcall CreateSoundBuffer( TDSBufferDesc* pBufferDesc, TDx_SoundBuffer* pSoundBuffer );
TDX_SOUND::CREATESOUNDBUFFER()
[ component method ]
- Description
- Parameters
BufferDesc
The BufferDesc parameter references a TDSBufferDesc component defining the capabilities of the buffer being created.
SoundBuffer
The SoundBuffer parameter will reference the newly created buffer if this method returns successfully.
If this method fails this parameter will be set to NULL.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|