FFmpegfs Fuse Multi Media Filesystem 2.16
Public Attributes | List of all members
AIFF_SOUNDDATACHUNK Struct Reference

#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...
 

Detailed Description

AIFF sound data chunk

Definition at line 85 of file aiff.h.

Member Data Documentation

◆ m_blockSize

uint32_t AIFF_SOUNDDATACHUNK::m_blockSize

Contains the size in bytes of the blocks that sound data is aligned to.

Definition at line 90 of file aiff.h.

◆ m_ckID

AIFF_ID AIFF_SOUNDDATACHUNK::m_ckID

Chunk ID, always "SSND".

Definition at line 87 of file aiff.h.

◆ m_ckSize

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().

◆ m_offset

uint32_t AIFF_SOUNDDATACHUNK::m_offset

Determines where the first sample frame in the soundData starts.

Definition at line 89 of file aiff.h.


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