FFmpegfs Fuse Multi Media Filesystem 2.16
|
WAVE "fact" header structure. More...
#include <wave.h>
Public Attributes | |
std::array< uint8_t, 4 > | m_chunk_id |
Chunk ID 4 0x66 0x61 0x63 0x74 (i.e. "fact") More... | |
uint32_t | m_body_size |
Chunk Body Size 4 32-bit unsigned integer. More... | |
uint32_t | m_number_of_sample_frames |
Number of sample frames 4 32-bit unsigned integer. More... | |
WAVE "fact" header structure.
uint32_t WAV_FACT::m_body_size |
std::array<uint8_t, 4> WAV_FACT::m_chunk_id |
Chunk ID 4 0x66 0x61 0x63 0x74 (i.e. "fact")
Definition at line 103 of file wave.h.
Referenced by FFmpeg_Transcoder::create_fake_wav_header().
uint32_t WAV_FACT::m_number_of_sample_frames |