swift
Public Attributes | List of all members
swift::sound::wav::WAVEHeader Struct Reference

WAVE header. More...

Public Attributes

chunk descriptor
 chunk descriptor
 
quint16 audioFormat
 audio format, e.g. More...
 
quint16 numChannels
 number of channels
 
quint32 sampleRate
 sample rate
 
quint32 byteRate
 byte rate
 
quint16 blockAlign
 block align
 
quint16 bitsPerSample
 bits per sample
 

Detailed Description

WAVE header.

Definition at line 31 of file wavfile.cpp.

Member Data Documentation

◆ audioFormat

quint16 swift::sound::wav::WAVEHeader::audioFormat

audio format, e.g.

0x0001 => PCM

Definition at line 34 of file wavfile.cpp.


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