| 
    FFmpegfs Fuse Multi Media Filesystem 2.16
    
   | 
 
WAVE data header structure. More...
#include <wave.h>
Public Attributes | |
| std::array< uint8_t, 4 > | m_data_header | 
| Contains "data" (0x64617461 big-endian form).  More... | |
| uint32_t | m_data_bytes | 
| Number of bytes in data. Number of samples * num_channels * bit_depth / 8.  More... | |
WAVE data header structure.
| uint32_t WAV_DATA_HEADER::m_data_bytes | 
Number of bytes in data. Number of samples * num_channels * bit_depth / 8.
Definition at line 131 of file wave.h.
Referenced by FFmpeg_Transcoder::create_fake_wav_header().
| std::array<uint8_t, 4> WAV_DATA_HEADER::m_data_header |