StarBurn SDK (Software Development Kit) |
typedef struct _WAVE_FORMAT_CHUNK { USHORT m__USHORT__Format; USHORT m__USHORT__Channels; ULONG m__ULONG__SamplesPerSecond; ULONG m__ULONG__AverageSamplesPerSecond; USHORT m__USHORT__Alignment; USHORT m__USHORT__BitsPerSample; } * PWAVE_FORMAT_CHUNK, WAVE_FORMAT_CHUNK;
Structure that represents WAVE format chunk
Member | Definition |
m__USHORT__Format | Format |
m__USHORT__Channels | Number of channels |
m__ULONG__SamplesPerSecond | Number of samples per second |
m__ULONG__AverageSamplesPerSecond | Number of average samples per second |
m__USHORT__Alignment | Alignment |
m__USHORT__BitsPerSample | Number of bits in single sample |