Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 Component Reference
|
|
[ TDSCaps::Flags ]
[ next: FreeHw3DAllBuffers ]
[ prev: ErrorValue ]
public:
__property dword Flags = { read=FGetFlags, write=FSetFlags, default=0 };
TDSCAPS::FLAGS
[ component property ]
- Description
The Flags property defines flags specifying the available device capabilities.
The described effect applies when the flag is set.
- Flags
DSCAPS_CERTIFIED
The sound card driver has been tested and certified by Microsoft.
DSCAPS_CONTINUOUSRATE
Support for all sample rates falling between the values of TDSCaps::MinSecondarySampleRate and TDSCaps::MaxSecondarySampleRate is available.
This usually means actual output rates will be within +/- 10 hertz (Hz) of the desired frequency.
DSCAPS_EMULDRIVER
There is no DirectSound driver installed for the device, so it is being emulated through the Windows waveform-audio functions.
Expect some degree of performance degradation.
DSCAPS_PRIMARY16BIT
Support for primary sound buffers with 16 bit samples is available.
DSCAPS_PRIMARY8BIT
Support for primary sound buffers with 8 bit samples is available.
DSCAPS_PRIMARYMONO
Support for monophonic primary sound buffers is available.
DSCAPS_PRIMARYSTEREO
Support for stereo primary sound buffers is available.
DSCAPS_SECONDARY16BIT
Support for hardware mixed secondary sound buffers with 16 bit samples is available.
DSCAPS_SECONDARY8BIT
Support for hardware mixed secondary sound buffers with 8 bit samples is available.
DSCAPS_SECONDARYMONO
Support for hardware mixed monophonic secondary buffers is available.
DSCAPS_SECONDARYSTEREO
Support for hardware mixed stereo secondary buffers is available.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|