From: <sb...@us...> - 2007-10-17 12:12:33
|
Revision: 1206 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1206&view=rev Author: sbalea Date: 2007-10-17 05:12:32 -0700 (Wed, 17 Oct 2007) Log Message: ----------- Fix documentation for iaxc_push_video Modified Paths: -------------- trunk/lib/iaxclient.h Modified: trunk/lib/iaxclient.h =================================================================== --- trunk/lib/iaxclient.h 2007-10-17 06:14:39 UTC (rev 1205) +++ trunk/lib/iaxclient.h 2007-10-17 12:12:32 UTC (rev 1206) @@ -1285,7 +1285,7 @@ \brief Sends compressed video data to the currently selected call. \param data compressed video data \param size Size of the compressed video data in bytes - \param samples The number of (uncompressed) samples represented by the compressed video data. + \param fragment If true, split video frames larger than the current fragsize into multiple fragments, otherwise send the data as jumbo frames. \note Data must be in the video format that was negotiated for the current call otherwise bad magic may occur on the recieving side. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |