~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to gst/dtmf/tone_detect.h

Tags: upstream-0.10.17.2
Import upstream version 0.10.17.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        detriment.
31
31
*/
32
32
 
 
33
#ifndef __TONE_DETECT_H__
 
34
#define __TONE_DETECT_H__
 
35
 
 
36
#include "_stdint.h"
 
37
 
33
38
typedef struct
34
39
{
35
40
    float v2;
83
88
              char *buf,
84
89
              int max);
85
90
 
 
91
#endif /* __TONE_DETECT_H__ */
 
92
 
86
93
/*- End of file ------------------------------------------------------------*/