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

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...
 

Detailed Description

WAVE data header structure.

Note
All numeric values are in big-endian format.

Definition at line 128 of file wave.h.

Member Data Documentation

◆ m_data_bytes

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().

◆ m_data_header

std::array<uint8_t, 4> WAV_DATA_HEADER::m_data_header

Contains "data" (0x64617461 big-endian form).

Definition at line 130 of file wave.h.


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