CURLOPT_INTERLEAVEDATA (3) Linux Manual Page
CURLOPT_INTERLEAVEDATA – custom pointer to RTSP interleave callback
Synopsis
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_INTERLEAVEDATA, void *pointer);
Description
This is the userdata pointer that will be passed to CURLOPT_INTERLEAVEFUNCTION(3) when interleaved RTP data is received.
Default
NULL
Protocols
RTSP
Example
TODO
Availability
Added in 7.20.0
Return Value
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
