aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-01-22 12:17:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-01-22 12:17:03 +0000
commit844c19cc5b5a62e572f4fb9e00c5c6a61c2fb581 (patch)
tree631e3035f49b1f18ac49cdb1121677d52230d804 /docs/libcurl
parent4a8570313aa22d9d1b78e1e4d8ce01239a2021c7 (diff)
s/RTPFUNCTION/INTERLEAVEFUNCTION/
s/RTPDATA/INTERLEAVEDATA/
Diffstat (limited to 'docs/libcurl')
-rw-r--r--docs/libcurl/curl_easy_setopt.36
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index d668085e5..21f4d904d 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -401,7 +401,7 @@ follows:
You will need to override these definitions if they are different on your
system.
-.IP CURLOPT_RTPFUNCTION
+.IP CURLOPT_INTERLEAVEFUNCTION
Function pointer that should match the following prototype: \fIsize_t
function( void *ptr, size_t size, size_t nmemb, void *stream)\fP. This
function gets called by libcurl as soon as it has received interleaved RTP
@@ -422,8 +422,8 @@ service RTP data when no requests are desired. If the application makes a
request, (e.g. \fICURL_RTSPREQ_PAUSE\fP) then the response handler will
process any pending RTP data before marking the request as finished. (Added
in 7.20.0)
-.IP CURLOPT_RTPDATA
-This is the stream that will be passed to \fICURLOPT_RTPFUNCTION\fP when
+.IP CURLOPT_INTERLEAVEDATA
+This is the stream that will be passed to \fICURLOPT_INTERLEAVEFUNCTION\fP when
interleaved RTP data is received. Since the application is required to provide
a custom function for RTP data, there is no requirement that the stream
pointer be a valid FILE pointer. An application may wish to pass a cookie