Go to the documentation of this file.
34 #define ISS_SIG "IMA_ADPCM_Sound"
35 #define ISS_SIG_LEN 15
36 #define MAX_TOKEN_SIZE 20
75 int stereo, rate_divisor;
86 if (sscanf(token,
"%d", &stereo) != 1) {
92 if (sscanf(token,
"%d", &rate_divisor) != 1) {