xine-lib 1.2.13-20230125hg15249
Typedefs | Functions
rtsp_session.h File Reference

Go to the source code of this file.

Typedefs

typedef struct rtsp_session_s rtsp_session_t
 

Functions

rtsp_session_trtsp_session_start (xine_stream_t *stream, const char *mrl)
 
void rtsp_session_set_start_time (rtsp_session_t *this, int start_time)
 
int rtsp_session_read (rtsp_session_t *session, char *data, int len)
 
int rtsp_session_peek_header (rtsp_session_t *this, char *buf, int maxsize)
 
void rtsp_session_end (rtsp_session_t *session)
 

Typedef Documentation

◆ rtsp_session_t

Function Documentation

◆ rtsp_session_end()

void rtsp_session_end ( rtsp_session_t * session)

◆ rtsp_session_peek_header()

int rtsp_session_peek_header ( rtsp_session_t * this,
char * buf,
int maxsize )

◆ rtsp_session_read()

int rtsp_session_read ( rtsp_session_t * session,
char * data,
int len )

◆ rtsp_session_set_start_time()

void rtsp_session_set_start_time ( rtsp_session_t * this,
int start_time )

Referenced by rtsp_plugin_seek_time().

◆ rtsp_session_start()

rtsp_session_t * rtsp_session_start ( xine_stream_t * stream,
const char * mrl )