#include <stdio.h>#include <limits.h>#include <time.h>#include <sndfile.h>#include <Alloc.hh>#include <dsp/DSPOp.hh>#include "Config.h"#include "LocalMsg.h"#include "CfgFile.hh"#include "LogFile.hh"#include "SockOp.hh"Include dependency graph for SaveSrv.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | clSaveSrv |
| Save server. More... | |
Defines | |
| #define | SAVS_SNDFILE_MSGLEN 255 |
| #define | SAVS_LOGENTRY_SIZE 255 |
| #define | SAVS_TIMELEN 12 |
| #define | SAVS_DEF_FRAMELEN 8192 |
| #define | SAVS_DEF_FILETIME 60 |
Enumerations | |
| enum | { SAVS_FORMAT_WAV = 0, SAVS_FORMAT_AIFF = 1, SAVS_FORMAT_FLAC = 2 } |
| File format. More... | |
| enum | { SAVS_TYPE_PCM = 0, SAVS_TYPE_FLOAT = 1, SAVS_TYPE_ADPCM = 2, SAVS_TYPE_MSADPCM = 3 } |
| File datatype. More... | |
|
|
Definition at line 47 of file SaveSrv.hh. Referenced by clSaveSrv::Initialize(), and clSaveSrv::WriteData(). |
|
|
Definition at line 48 of file SaveSrv.hh. Referenced by clSaveSrv::ConnectStream(). |
|
|
Definition at line 49 of file SaveSrv.hh. Referenced by clSaveSrv::CreateFileName(). |
|
|
Definition at line 50 of file SaveSrv.hh. Referenced by clSaveSrv::Initialize(). |
|
|
Definition at line 51 of file SaveSrv.hh. Referenced by clSaveSrv::Initialize(). |
|
|
File format.
Definition at line 57 of file SaveSrv.hh. |
|
|
File datatype.
Definition at line 67 of file SaveSrv.hh. |
1.3.3