![]() |
![]()
| ![]() |
![]()
NAMECURLOPT_INTERLEAVEDATA - pointer passed to RTSP interleave callback SYNOPSIS#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_INTERLEAVEDATA, void *pointer); DESCRIPTIONThis is the userdata pointer that is passed to CURLOPT_INTERLEAVEFUNCTION(3) when interleaved RTP data is received. If the interleave function callback is not set, this pointer is not used anywhere. DEFAULTNULL PROTOCOLSThis functionality affects rtsp only EXAMPLEstruct local { AVAILABILITYAdded in curl 7.20.0 RETURN VALUEcurl_easy_setopt(3) returns a CURLcode indicating success or error. CURLE_OK (0) means everything was OK, non-zero means an error occurred, see libcurl-errors(3). SEE ALSOCURLOPT_INTERLEAVEFUNCTION(3), CURLOPT_RTSP_REQUEST(3)
|