summaryrefslogtreecommitdiff
path: root/pjmedia/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-09-24 09:38:55 +0000
committerBenny Prijono <bennylp@teluu.com>2008-09-24 09:38:55 +0000
commitf4ad539fd9eb9affef10c308bb30a80c0cb438c4 (patch)
treecd531a97bee6047bebe044a44caf98c0dd842e42 /pjmedia/include
parentf2c9a1d82e4c04778fc9edb3d96b4dcb9b617ab0 (diff)
Ticket #642: Discontinuous tone generation (thanks Olle Frimanson for the report)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2313 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include')
-rw-r--r--pjmedia/include/pjmedia/tonegen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjmedia/include/pjmedia/tonegen.h b/pjmedia/include/pjmedia/tonegen.h
index 655f23cd..1df8c555 100644
--- a/pjmedia/include/pjmedia/tonegen.h
+++ b/pjmedia/include/pjmedia/tonegen.h
@@ -65,6 +65,7 @@ typedef struct pjmedia_tone_desc
short off_msec; /**< Playback OFF duration, ini miliseconds. */
short volume; /**< Volume (1-32767), or 0 for default, which
PJMEDIA_TONEGEN_VOLUME will be used. */
+ short flags; /**< Currently internal flags, must be 0 */
} pjmedia_tone_desc;