aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-29 03:24:39 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-29 03:24:39 +0000
commit6a9e0210bb8f5390e96e3c6746ff907e9858729f (patch)
tree4eff0e924a946900561c70a2d56554a97b06efb4 /include/asterisk/channel.h
parent3a0233e8edb056a24609732411d306608ffccece (diff)
Add H.263 video support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1131 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index c56a1fc76..c7867b144 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -116,6 +116,10 @@ struct ast_channel {
int streamid;
/*! Stream itself. */
struct ast_filestream *stream;
+ /*! For streaming playback, the schedule ID */
+ int vstreamid;
+ /*! Stream itself. */
+ struct ast_filestream *vstream;
/*! Original writer format */
int oldwriteformat;