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

WAVE list header structure. More...

#include <wave.h>

Public Attributes

std::array< uint8_t, 4 > m_list_header
 Contains "list" (0x6C696E74) More...
 
uint32_t m_data_bytes
 Number of bytes in list. More...
 
std::array< uint8_t, 4 > m_list_type
 Contains "adtl" (0x6164746C) More...
 

Detailed Description

WAVE list header structure.

Note
All numeric values are in big-endian format.

Definition at line 115 of file wave.h.

Member Data Documentation

◆ m_data_bytes

uint32_t WAV_LIST_HEADER::m_data_bytes

Number of bytes in list.

Definition at line 118 of file wave.h.

Referenced by FFmpeg_Transcoder::create_fake_wav_header().

◆ m_list_header

std::array<uint8_t, 4> WAV_LIST_HEADER::m_list_header

Contains "list" (0x6C696E74)

Definition at line 117 of file wave.h.

◆ m_list_type

std::array<uint8_t, 4> WAV_LIST_HEADER::m_list_type

Contains "adtl" (0x6164746C)

Definition at line 119 of file wave.h.


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