FFmpegfs Fuse Multi Media Filesystem 2.16
|
#include <aiff.h>
Public Attributes | |
AIFF_ID | m_ckID |
Chunk ID, always "SSND". More... | |
uint32_t | m_ckSize |
Total size of sound data chunk - 8. More... | |
uint32_t | m_offset |
Determines where the first sample frame in the soundData starts. More... | |
uint32_t | m_blockSize |
Contains the size in bytes of the blocks that sound data is aligned to. More... | |
uint32_t AIFF_SOUNDDATACHUNK::m_blockSize |
uint32_t AIFF_SOUNDDATACHUNK::m_ckSize |
Total size of sound data chunk - 8.
Definition at line 88 of file aiff.h.
Referenced by FFmpeg_Transcoder::create_fake_aiff_header().
uint32_t AIFF_SOUNDDATACHUNK::m_offset |