Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
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: darren_john_dwyer@hotmail.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.
|
|