Audacity  3.0.3
Public Attributes | List of all members
auHeader Class Reference

The auHeader is a structure used by SimpleBlockFile for .au file format. There probably is an 'official' header file we should include to get its definition, rather than rolling our own. More...

#include <SimpleBlockFile.h>

Public Attributes

wxUint32 magic
 
wxUint32 dataOffset
 
wxUint32 dataSize
 
wxUint32 encoding
 
wxUint32 sampleRate
 
wxUint32 channels
 

Detailed Description

The auHeader is a structure used by SimpleBlockFile for .au file format. There probably is an 'official' header file we should include to get its definition, rather than rolling our own.

Definition at line 25 of file SimpleBlockFile.h.

Member Data Documentation

◆ channels

wxUint32 auHeader::channels

◆ dataOffset

wxUint32 auHeader::dataOffset

◆ dataSize

wxUint32 auHeader::dataSize

◆ encoding

wxUint32 auHeader::encoding

◆ magic

wxUint32 auHeader::magic

◆ sampleRate

wxUint32 auHeader::sampleRate

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