X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo-recorder.h;fp=src%2Fmaemo-recorder.h;h=d878a4e75177a6d9c2d32061fe42bc726bab76fb;hb=ef8d8d8149bced531b27603ee806dbf816c00bdd;hp=3e004410dad155cfb968babcc9b56124cf81ef5c;hpb=674479b9aa34a3ef8edd8f9bac83661c3e5e200d;p=maemo-recorder diff --git a/src/maemo-recorder.h b/src/maemo-recorder.h index 3e00441..d878a4e 100644 --- a/src/maemo-recorder.h +++ b/src/maemo-recorder.h @@ -78,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