www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'Streaming Buffer'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
STREAMING BUFFER
[ TDx_Sound_Library ]
[ next: TDX ALREADYCREATED ]
[ prev: Static Buffer ]
A secondary sound buffer will be automatically be defined as streaming unless a static buffer is specifically requested. This indicates the buffer will usually contain a segment of a larger sound, such as a few words from a whole song.
Because a streaming buffer often plays sounds larger than the buffer can hold, the application must periodically write the next chunk of sound data to the buffer.
Unless hardware memory is specifically reqested, an attempt will be made to locate any streaming buffers in system memory.
|
|