|
AudioScience HPI Version_4.24.1
|
Structure containing sample format information. More...
#include <hpi.h>
Data Fields | |
| uint32_t | dwSampleRate |
| 11025, 32000, 44100 ... | |
| uint32_t | dwBitRate |
| for MPEG | |
| uint32_t | dwAttributes |
| Stereo/JointStereo/Mono. | |
| uint16_t | wModeLegacy |
| Legacy ancillary mode or idle bit. | |
| uint16_t | wUnused |
| Unused. | |
| uint16_t | wChannels |
| 1,2..., (or ancillary mode or idle bit | |
| uint16_t | wFormat |
| HPI_FORMAT_PCM16, _MPEG etc. | |
Structure containing sample format information.
See also HPI_FormatCreate().
| uint32_t hpi_format::dwSampleRate |
11025, 32000, 44100 ...
Referenced by HPI_StreamEstimateBufferSize().
| uint32_t hpi_format::dwBitRate |
for MPEG
Referenced by HPI_StreamEstimateBufferSize().
| uint32_t hpi_format::dwAttributes |
Stereo/JointStereo/Mono.
| uint16_t hpi_format::wModeLegacy |
Legacy ancillary mode or idle bit.
| uint16_t hpi_format::wUnused |
Unused.
| uint16_t hpi_format::wChannels |
1,2..., (or ancillary mode or idle bit
Referenced by HPI_StreamEstimateBufferSize().
| uint16_t hpi_format::wFormat |
1.7.3