CURLOPT_INTERLEAVEDATA - custom pointer to RTSP interleave callback
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_INTERLEAVEDATA, void *pointer);
This is the userdata pointer that will be passed to CURLOPT_INTERLEAVEFUNCTION when interleaved RTP data is received.
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
CURLOPT_INTERLEAVEFUNCTION CURLOPT_RTSP_REQUEST
This HTML page was made with roffit.