TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Attributes | List of all members
WavHeader Struct Reference

Public Attributes

char riffName [4]
 
ulong riffLength
 
char wavName [4]
 
char fmtName [4]
 
ulong fmtLength
 
ushort audioFormat
 
ushort channleNumber
 
ulong sampleRate
 
ulong bytesPperSecond
 
ushort bytesPerSample
 
ushort bitsPerSample
 
char dataName [4]
 
ulong dataLength
 

Detailed Description

Definition at line 8 of file musicaudiorecordermodule.cpp.

Member Data Documentation

ushort WavHeader::audioFormat

Definition at line 15 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

ushort WavHeader::bitsPerSample

Definition at line 20 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

ushort WavHeader::bytesPerSample

Definition at line 19 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

ulong WavHeader::bytesPperSecond

Definition at line 18 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

ushort WavHeader::channleNumber

Definition at line 16 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

ulong WavHeader::dataLength

Definition at line 22 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

char WavHeader::dataName[4]

Definition at line 21 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

ulong WavHeader::fmtLength

Definition at line 14 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

char WavHeader::fmtName[4]

Definition at line 13 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

ulong WavHeader::riffLength

Definition at line 11 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

char WavHeader::riffName[4]

Definition at line 10 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

ulong WavHeader::sampleRate

Definition at line 17 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().

char WavHeader::wavName[4]

Definition at line 12 of file musicaudiorecordermodule.cpp.

Referenced by MusicAudioRecorderModule::addWavHeader().


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