Query: curlopt_interleavedata
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CURLOPT_INTERLEAVEDATA(3) curl_easy_setopt options CURLOPT_INTERLEAVEDATA(3)NAMECURLOPT_INTERLEAVEDATA - custom pointer to RTSP interleave callbackSYNOPSIS#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_INTERLEAVEDATA, void *pointer);DESCRIPTIONThis is the userdata pointer that will be passed to CURLOPT_INTERLEAVEFUNCTION(3) when interleaved RTP data is received.DEFAULTNULLPROTOCOLSRTSPEXAMPLETODOAVAILABILITYAdded in 7.20.0RETURN VALUEReturns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.SEE ALSOCURLOPT_INTERLEAVEFUNCTION(3), CURLOPT_RTSP_REQUEST(3), libcurl 7.54.0 February 03, 2016 CURLOPT_INTERLEAVEDATA(3)