| 
    FFmpegfs Fuse Multi Media Filesystem 2.16
    
   | 
 
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... | |
WAVE list header structure.
| 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().
| std::array<uint8_t, 4> WAV_LIST_HEADER::m_list_header | 
| std::array<uint8_t, 4> WAV_LIST_HEADER::m_list_type |