#include <aiff.h>
AIFF Common chunk
Definition at line 71 of file aiff.h.
◆ m_ckID
Chunk ID, always "COMM".
Definition at line 73 of file aiff.h.
◆ m_ckSize
uint32_t AIFF_COMMONCHUNK::m_ckSize |
Size of this chunk - 8.
Definition at line 74 of file aiff.h.
◆ m_numChannels
uint8_t AIFF_COMMONCHUNK::m_numChannels |
Number of audio channels for the sound.
Definition at line 75 of file aiff.h.
◆ m_numSampleFrames
uint32_t AIFF_COMMONCHUNK::m_numSampleFrames |
Number of sample frames in the sound data chunk.
Definition at line 76 of file aiff.h.
◆ m_sampleSize
uint8_t AIFF_COMMONCHUNK::m_sampleSize |
Number of bits in each sample point.
Definition at line 77 of file aiff.h.
The documentation for this struct was generated from the following file: