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

#include <aiff.h>

Public Attributes

AIFF_ID m_ckID
 Chunk ID. More...
 
uint32_t m_ckSize
 Size of this chunk - 8. More...
 

Detailed Description

AIFF chunk (anything else than the special chunks like form, common etc.)

Definition at line 60 of file aiff.h.

Member Data Documentation

◆ m_ckID

AIFF_ID AIFF_CHUNK::m_ckID

Chunk ID.

Definition at line 62 of file aiff.h.

Referenced by FFmpeg_Transcoder::read_aiff_chunk().

◆ m_ckSize

uint32_t AIFF_CHUNK::m_ckSize

Size of this chunk - 8.

Definition at line 63 of file aiff.h.

Referenced by FFmpeg_Transcoder::read_aiff_chunk().


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