X-Git-Url: http://git.maemo.org/git/?p=maemo-recorder;a=blobdiff_plain;f=src%2Fmaemo-recorder.h;h=d878a4e75177a6d9c2d32061fe42bc726bab76fb;hp=7f8ade9078ebd66840aec506ad6f1e595cd9752d;hb=8a17270361d8ff1be4b20f7482dee4733064f839;hpb=b25bc9a639949e359b7a110e0a3e21d5b03c0325 diff --git a/src/maemo-recorder.h b/src/maemo-recorder.h index 7f8ade9..d878a4e 100644 --- a/src/maemo-recorder.h +++ b/src/maemo-recorder.h @@ -27,6 +27,7 @@ #include #include #include +#include #include #include @@ -77,6 +78,11 @@ typedef enum FORMAT_WAV } AudioFormat; +#define FORMAT_NAME_WAV "WAV" +#define FORMAT_NAME_PCMA "PCM A-law" +#define FORMAT_NAME_PCMU "PCM u-law" +#define FORMAT_NAME_ILBC "iLBC" + /* TODO: this kind of struct might be more handy when passing around audioformat info */ #if 0 struct _AudioFormatSpec @@ -126,6 +132,7 @@ typedef struct _AppDataStr gint playPipelineType; osso_context_t *osso; + GConfClient *gconf_client; gchar * openFileName; gchar * saveFileName;