summaryrefslogtreecommitdiff
path: root/include/asterisk/channel_pvt.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-06-28 16:40:02 +0000
committerMark Spencer <markster@digium.com>2003-06-28 16:40:02 +0000
commitf5e13431a53e5ce6ebd93e447633b710ef639632 (patch)
tree350126d47aecc8eeeaca9794943d8d2640d37670 /include/asterisk/channel_pvt.h
parent71c9cbb2b1bae41a2c02868f7fe75ea5d2577fe4 (diff)
Add SIP/RTP video support, video enable app_echo, start on RTCP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1128 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/channel_pvt.h')
-rwxr-xr-xinclude/asterisk/channel_pvt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel_pvt.h b/include/asterisk/channel_pvt.h
index d52a90fc6..366101eea 100755
--- a/include/asterisk/channel_pvt.h
+++ b/include/asterisk/channel_pvt.h
@@ -67,6 +67,8 @@ struct ast_channel_pvt {
int (*queryoption)(struct ast_channel *chan, int option, void *data, int *datalen);
/*! Blind transfer other side */
int (*transfer)(struct ast_channel *chan, char *newdest);
+ /*! Write a frame, in standard format */
+ int (*write_video)(struct ast_channel *chan, struct ast_frame *frame);
};
//! Create a channel structure