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

#include <aiff.h>

Public Attributes

AIFF_ID m_ckID
 Chunk ID, always "FORM". More...
 
uint32_t m_ckSize
 Total file size - 8. More...
 
AIFF_ID formType
 
More...
 

Detailed Description

AIFF format chunk

Definition at line 49 of file aiff.h.

Member Data Documentation

◆ formType

AIFF_ID AIFF_FORMCHUNK::formType


Definition at line 53 of file aiff.h.

◆ m_ckID

AIFF_ID AIFF_FORMCHUNK::m_ckID

Chunk ID, always "FORM".

Definition at line 51 of file aiff.h.

◆ m_ckSize

uint32_t AIFF_FORMCHUNK::m_ckSize

Total file size - 8.

Definition at line 52 of file aiff.h.

Referenced by FFmpeg_Transcoder::create_fake_aiff_header().


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