summaryrefslogtreecommitdiff
path: root/docs/av_api.md
diff options
context:
space:
mode:
authorPeter Maatman <blackwolf12333@gmail.com>2013-11-01 11:50:07 +0100
committerPeter Maatman <blackwolf12333@gmail.com>2013-11-01 11:50:07 +0100
commitfb132104777e0cd4f1cc7fa7e3e24a9e6847a303 (patch)
treec05f6ba8db08ef950c5a419056f8be8a4e48da3d /docs/av_api.md
parentd56909f41016eb6bc5cf4681579499878b8a0e10 (diff)
Update av_api.md
Diffstat (limited to 'docs/av_api.md')
-rw-r--r--docs/av_api.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/av_api.md b/docs/av_api.md
index 08e05a6d..5e9fee81 100644
--- a/docs/av_api.md
+++ b/docs/av_api.md
@@ -4,7 +4,10 @@ Take toxmsi/phone.c as a reference
4 4
5Initialization: 5Initialization:
6 6
7'''
7phone_t* initPhone(uint16_t _listen_port, uint16_t _send_port); 8phone_t* initPhone(uint16_t _listen_port, uint16_t _send_port);
9'''
10
8function initializes sample phone. _listen_port and _send_port are variables only meant 11function initializes sample phone. _listen_port and _send_port are variables only meant
9for local testing. You will not have to do anything regarding to that since 12for local testing. You will not have to do anything regarding to that since
10everything will be started within a mesenger. 13everything will be started within a mesenger.
@@ -153,4 +156,4 @@ Audio is played on the default OpenAL output device.
153 156
154If you have any more qustions/bug reports/feature request contact the following users on the irc channel #tox-dev on irc.freenode.net: 157If you have any more qustions/bug reports/feature request contact the following users on the irc channel #tox-dev on irc.freenode.net:
155For RTP and MSI: mannol 158For RTP and MSI: mannol
156For audio and video: Martijnvdc \ No newline at end of file 159For audio and video: Martijnvdc