libgpac
Documentation of the core library of GPAC
|
Macros | |
#define | COM_FREE_CLEAN(hdr) |
Functions | |
GF_EXPORT GF_RTSPCommand * | gf_rtsp_command_new () |
GF_EXPORT void | gf_rtsp_command_reset (GF_RTSPCommand *com) |
GF_EXPORT void | gf_rtsp_command_del (GF_RTSPCommand *com) |
GF_Err | RTSP_WriteCommand (GF_RTSPSession *sess, GF_RTSPCommand *com, unsigned char *req_buffer, unsigned char **out_buffer, u32 *out_size) |
GF_EXPORT GF_Err | gf_rtsp_send_command (GF_RTSPSession *sess, GF_RTSPCommand *com) |
void | gf_rtsp_set_command_value (GF_RTSPCommand *com, char *Header, char *Value) |
GF_Err | RTSP_ParseCommandHeader (GF_RTSPSession *sess, GF_RTSPCommand *com, u32 BodyStart) |
GF_EXPORT GF_Err | gf_rtsp_get_command (GF_RTSPSession *sess, GF_RTSPCommand *com) |
Variables | |
char * | RTSP_DEFINED_METHODS [] |
#define COM_FREE_CLEAN | ( | hdr | ) |
GF_Err RTSP_WriteCommand | ( | GF_RTSPSession * | sess, |
GF_RTSPCommand * | com, | ||
unsigned char * | req_buffer, | ||
unsigned char ** | out_buffer, | ||
u32 * | out_size | ||
) |
void gf_rtsp_set_command_value | ( | GF_RTSPCommand * | com, |
char * | Header, | ||
char * | Value | ||
) |
GF_Err RTSP_ParseCommandHeader | ( | GF_RTSPSession * | sess, |
GF_RTSPCommand * | com, | ||
u32 | BodyStart | ||
) |
char* RTSP_DEFINED_METHODS[] |