Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Sound_Library v2.00 Component Reference
|
|
[ TDSCCaps::Formats ]
[ next: Size ]
[ prev: Flags ]
public:
__property dword Formats = { read=FGetFormats, write=FSetFormats, default=0 };
TDSCCAPS::FORMATS
[ component property ]
- Description
The Formats property defines flags indicating the standard wave formats that are supported.
These formats are the same as those used by the WAVEINCAPS structure utilized in the Win32 waveform audio functions.
- Flags
WAVE_FORMAT_1M08
Wave formats that are 11.025 kHz, mono and 8-bit are supported by the hardware.
WAVE_FORMAT_1M16
Wave formats that are 11.025 kHz, mono and 16 bit are supported by the hardware.
WAVE_FORMAT_1S08
Wave formats that are 11.025 kHz, stereo and 8 bit are supported by the hardware.
WAVE_FORMAT_1S16
Wave formats that are 11.025 kHz, stereo and 16 bit are supported by the hardware.
WAVE_FORMAT_2M08
Wave formats that are 22.05 kHz, mono and 8 bit are supported by the hardware.
WAVE_FORMAT_2M16
Wave formats that are 22.05 kHz, mono and 16 bit are supported by the hardware.
WAVE_FORMAT_2S08
Wave formats that are 22.05 kHz, stereo and 8 bit are supported by the hardware.
WAVE_FORMAT_2S16
Wave formats that are 22.05 kHz, stereo and 16 bit are supported by the hardware.
WAVE_FORMAT_4M08
Wave formats that are 44.1 kHz, mono and 8 bit are supported by the hardware.
WAVE_FORMAT_4M16
Wave formats that are 44.1 kHz, mono and 16 bit are supported by the hardware.
WAVE_FORMAT_4S08
Wave formats that are 44.1 kHz, stereo and 8 bit are supported by the hardware.
WAVE_FORMAT_4S16
Wave formats that are 44.1 kHz, stereo and 16 bit are supported by the hardware.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|