Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 Component Reference
|
|
[ TDSCCaps::Flags ]
[ next: Formats ]
[ prev: ErrorValue ]
public:
__property dword Flags = { read=FGetFlags, write=FSetFlags, default=0 };
TDSCCAPS::FLAGS
[ component property ]
- Description
The Flags property defines flags specifying the available hardware capture buffer capabilities.
The described effect applies when the flag is set.
- Flags
DSCAPS_CERTIFIED
The wave demodulation driver has been tested and certified by Microsoft.
DSCCAPS_EMULDRIVER
There is no DirectSoundCapture driver installed for this device, so it is being emulated using the standard Windows waveform-audio functions.
Expect some degree of performance degradation.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|