Home
last modified time | relevance | path

Searched defs:APE_FILE_INFO (Results 1 – 2 of 2) sorted by relevance

/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DAPEInfo.h29 struct APE_FILE_INFO struct
32 int nCompressionLevel; // the compression level
33 int nFormatFlags; // format flags
37 int nChannels; // audio channels
38 int nSampleRate; // audio samples per second
39 int nBitsPerSample; // audio bits per sample
40 int nBytesPerSample; // audio bytes per sample
49 int nAverageBitrate; // the kbps (i.e. 637 kpbs)
51 int nJunkHeaderBytes; // used for ID3v2, etc.
53 int nMD5Invalid; // whether the MD5 is valid
[all …]
/dports/audio/mac/mac-3.99-u4-b5-s7/src/MACLib/
H A DAPEInfo.h32 struct APE_FILE_INFO struct
35 int nCompressionLevel; // the compression level
36 int nFormatFlags; // format flags
40 int nChannels; // audio channels
41 int nSampleRate; // audio samples per second
42 int nBitsPerSample; // audio bits per sample
43 int nBytesPerSample; // audio bytes per sample
52 int nAverageBitrate; // the kbps (i.e. 637 kpbs)
54 int nJunkHeaderBytes; // used for ID3v2, etc.
57 CSmartPtr<uint32> spSeekByteTable; // the seek table (byte)
[all …]