kwave  18.07.70
Kwave::min_wav_header_t Struct Reference

#include <WavFileFormat.h>

Collaboration diagram for Kwave::min_wav_header_t:
Collaboration graph

Public Attributes

qint16 format
 
qint16 channels
 
quint32 samplerate
 
quint32 bytespersec
 
qint16 blockalign
 
qint16 bitwidth
 

Detailed Description

Definition at line 114 of file WavFileFormat.h.

Member Data Documentation

◆ bitwidth

qint16 Kwave::min_wav_header_t::bitwidth

Definition at line 120 of file WavFileFormat.h.

Referenced by Kwave::WavDecoder::open().

◆ blockalign

qint16 Kwave::min_wav_header_t::blockalign

Definition at line 119 of file WavFileFormat.h.

Referenced by Kwave::WavDecoder::open().

◆ bytespersec

quint32 Kwave::min_wav_header_t::bytespersec

Definition at line 118 of file WavFileFormat.h.

Referenced by Kwave::WavDecoder::open().

◆ channels

qint16 Kwave::min_wav_header_t::channels

Definition at line 116 of file WavFileFormat.h.

Referenced by Kwave::WavDecoder::open().

◆ format

qint16 Kwave::min_wav_header_t::format

Definition at line 115 of file WavFileFormat.h.

Referenced by Kwave::WavDecoder::open().

◆ samplerate

quint32 Kwave::min_wav_header_t::samplerate

Definition at line 117 of file WavFileFormat.h.

Referenced by Kwave::WavDecoder::open().


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