AudioScience HPI  Version_4.33.01
Data Fields
hpi_format Struct Reference

Structure containing sample format information. More...

#include <hpi.h>

Data Fields

uint32_t dwSampleRate
 11025, 32000, 44100 ... More...
 
uint32_t dwBitRate
 for MPEG More...
 
uint32_t dwAttributes
 Stereo/JointStereo/Mono. More...
 
uint16_t wModeLegacy
 Legacy ancillary mode or idle bit. More...
 
uint16_t wUnused
 Unused. More...
 
uint16_t wChannels
 1,2..., (or ancillary mode or idle bit More...
 
uint16_t wFormat
 HPI_FORMAT_PCM16, _MPEG etc. More...
 

Detailed Description

Structure containing sample format information.

See also HPI_FormatCreate().

Field Documentation

◆ dwSampleRate

uint32_t hpi_format::dwSampleRate

11025, 32000, 44100 ...

Referenced by HPI_StreamEstimateBufferSize().

◆ dwBitRate

uint32_t hpi_format::dwBitRate

for MPEG

Referenced by HPI_StreamEstimateBufferSize().

◆ dwAttributes

uint32_t hpi_format::dwAttributes

Stereo/JointStereo/Mono.

◆ wModeLegacy

uint16_t hpi_format::wModeLegacy

Legacy ancillary mode or idle bit.

◆ wUnused

uint16_t hpi_format::wUnused

Unused.

◆ wChannels

uint16_t hpi_format::wChannels

1,2..., (or ancillary mode or idle bit

Referenced by HPI_StreamEstimateBufferSize().

◆ wFormat

uint16_t hpi_format::wFormat

HPI_FORMAT_PCM16, _MPEG etc.

See HPI_FORMATS.

Referenced by HPI_StreamEstimateBufferSize().


The documentation for this struct was generated from the following file: