www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_Sound_Library v1.90 Component Reference
|
|
[ TDSBufferDesc::BufferBytes ]
[ next: ErrorValue ]
__published:
__property dword BufferBytes = { read=FGetBufferBytes, write=FSetBufferBytes, default=0 };
TDSBUFFERDESC::BUFFERBYTES
[ component property ]
- Description
The BufferBytes property defines the size, in bytes, of the new buffer.
Set this value to 0 when creating a primary buffer, primary buffers will be allocated resources optimal for the particular sound device in use.
The size of a newly created primary buffer can be obtained after creation from TDSBCaps::BufferBytes using TDx_SoundBuffer::GetCaps().
When creating secondary buffers, the minimum and maximum sizes allowed are currently defined in the dsound.h DSBSIZE_MIN and DSBSIZE_MAX members as 4 bytes and 0x0FFFFFFF bytes respectively.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
|
|