ReactOS 0.4.15-dev-7924-g5949c20
WAVE_HDR Struct Reference

#include <wave.h>

Public Attributes

unsigned char rID [4]
 
unsigned int rLen
 
unsigned char wID [4]
 
unsigned char fID [4]
 
unsigned int fLen
 
unsigned short wFormatTag
 
unsigned short nChannels
 
unsigned int nSamplesPerSec
 
unsigned int nAvgBytesPerSec
 
unsigned short nBlockAlign
 
unsigned short FormatSpecific
 
unsigned char dID [4]
 
unsigned int dLen
 
unsigned chardata
 

Detailed Description

Definition at line 5 of file wave.h.

Member Data Documentation

◆ data

unsigned char* WAVE_HDR::data

Definition at line 20 of file wave.h.

◆ dID

unsigned char WAVE_HDR::dID[4]

Definition at line 18 of file wave.h.

◆ dLen

unsigned int WAVE_HDR::dLen

Definition at line 19 of file wave.h.

◆ fID

unsigned char WAVE_HDR::fID[4]

Definition at line 10 of file wave.h.

◆ fLen

unsigned int WAVE_HDR::fLen

Definition at line 11 of file wave.h.

◆ FormatSpecific

unsigned short WAVE_HDR::FormatSpecific

Definition at line 17 of file wave.h.

◆ nAvgBytesPerSec

unsigned int WAVE_HDR::nAvgBytesPerSec

Definition at line 15 of file wave.h.

◆ nBlockAlign

unsigned short WAVE_HDR::nBlockAlign

Definition at line 16 of file wave.h.

◆ nChannels

unsigned short WAVE_HDR::nChannels

Definition at line 13 of file wave.h.

◆ nSamplesPerSec

unsigned int WAVE_HDR::nSamplesPerSec

Definition at line 14 of file wave.h.

◆ rID

unsigned char WAVE_HDR::rID[4]

Definition at line 7 of file wave.h.

◆ rLen

unsigned int WAVE_HDR::rLen

Definition at line 8 of file wave.h.

◆ wFormatTag

unsigned short WAVE_HDR::wFormatTag

Definition at line 12 of file wave.h.

◆ wID

unsigned char WAVE_HDR::wID[4]

Definition at line 9 of file wave.h.


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