FFmpegfs Fuse Multi Media Filesystem 2.16
Classes | Typedefs
wave.h File Reference

WAVE file structures https://wavefilegem.com/how_wave_files_work.html. More...

#include <stdint.h>
#include <array>
Include dependency graph for wave.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WAV_HEADER
 WAVE header structure. More...
 
struct  WAV_HEADER_EX
 WAVE extended header structure. More...
 
struct  WAV_FACT
 WAVE "fact" header structure. More...
 
struct  WAV_LIST_HEADER
 WAVE list header structure. More...
 
struct  WAV_DATA_HEADER
 WAVE data header structure. More...
 

Typedefs

typedef struct WAV_HEADER WAV_HEADER
 WAVE header structure. More...
 
typedef struct WAV_HEADER_EX WAV_HEADER_EX
 WAVE extended header structure. More...
 
typedef struct WAV_FACT WAV_FACT
 WAVE "fact" header structure. More...
 
typedef struct WAV_LIST_HEADER WAV_LIST_HEADER
 WAVE list header structure. More...
 
typedef struct WAV_DATA_HEADER WAV_DATA_HEADER
 WAVE data header structure. More...
 

Detailed Description

WAVE file structures https://wavefilegem.com/how_wave_files_work.html.

Author
Norbert Schlia (nschl.nosp@m.ia@o.nosp@m.blivi.nosp@m.on-s.nosp@m.oftwa.nosp@m.re.d.nosp@m.e)

Definition in file wave.h.

Typedef Documentation

◆ WAV_DATA_HEADER

WAVE data header structure.

Note
All numeric values are in big-endian format.

◆ WAV_FACT

typedef struct WAV_FACT WAV_FACT

WAVE "fact" header structure.

Note
All numeric values are in big-endian format.

◆ WAV_HEADER

typedef struct WAV_HEADER WAV_HEADER

WAVE header structure.

Note
All numeric values are in big-endian format.

◆ WAV_HEADER_EX

typedef struct WAV_HEADER_EX WAV_HEADER_EX

WAVE extended header structure.

Note
All numeric values are in big-endian format.

◆ WAV_LIST_HEADER

WAVE list header structure.

Note
All numeric values are in big-endian format.