summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib/pjsua_internal.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-01-21 23:12:40 +0000
committerBenny Prijono <bennylp@teluu.com>2007-01-21 23:12:40 +0000
commit5d7fc1ab44dd43d9170119bafbd2fc54c0829a8c (patch)
tree6346052cb13e5befcac417bef305c97f58ab1f30 /pjsip/include/pjsua-lib/pjsua_internal.h
parentd5979b2e6027ad0eb652e87cf24580f84559b50c (diff)
Implement ticket #67: added WAV playlist feature to PJMEDIA
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@895 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua-lib/pjsua_internal.h')
-rw-r--r--pjsip/include/pjsua-lib/pjsua_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua_internal.h b/pjsip/include/pjsua-lib/pjsua_internal.h
index 43d28591..42344ec8 100644
--- a/pjsip/include/pjsua-lib/pjsua_internal.h
+++ b/pjsip/include/pjsua-lib/pjsua_internal.h
@@ -145,6 +145,7 @@ typedef struct pjsua_buddy
*/
typedef struct pjsua_file_data
{
+ pj_bool_t type; /* 0=player, 1=playlist */
pjmedia_port *port;
unsigned slot;
} pjsua_file_data;