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

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

Detailed Description

WAVE "fact" header structure.

Note
All numeric values are in big-endian format.

Definition at line 101 of file wave.h.

Member Data Documentation

◆ m_body_size

uint32_t WAV_FACT::m_body_size

Chunk Body Size 4 32-bit unsigned integer.

Definition at line 104 of file wave.h.

◆ m_chunk_id

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

◆ m_number_of_sample_frames

uint32_t WAV_FACT::m_number_of_sample_frames

Number of sample frames 4 32-bit unsigned integer.

Definition at line 105 of file wave.h.


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