MPD 0.17~git
|
#include <rtsp_client.h>
Data Fields | |
GMutex * | mutex |
GCond * | cond |
GQueue * | received_lines |
struct tcp_socket * | tcp_socket |
char | url [128] |
int | cseq |
struct key_data * | exthds |
char * | session |
char * | transport |
unsigned short | server_port |
unsigned short | control_port |
struct in_addr | host_addr |
struct in_addr | local_addr |
const char * | useragent |
Definition at line 43 of file rtsp_client.h.
GCond* rtspcl_data::cond |
Definition at line 45 of file rtsp_client.h.
unsigned short rtspcl_data::control_port |
Definition at line 57 of file rtsp_client.h.
Definition at line 52 of file rtsp_client.h.
struct key_data* rtspcl_data::exthds |
Definition at line 53 of file rtsp_client.h.
struct in_addr rtspcl_data::host_addr |
Definition at line 58 of file rtsp_client.h.
struct in_addr rtspcl_data::local_addr |
Definition at line 59 of file rtsp_client.h.
GMutex* rtspcl_data::mutex |
Definition at line 44 of file rtsp_client.h.
GQueue* rtspcl_data::received_lines |
Definition at line 47 of file rtsp_client.h.
unsigned short rtspcl_data::server_port |
Definition at line 56 of file rtsp_client.h.
char* rtspcl_data::session |
Definition at line 54 of file rtsp_client.h.
struct tcp_socket* rtspcl_data::tcp_socket |
Definition at line 49 of file rtsp_client.h.
char* rtspcl_data::transport |
Definition at line 55 of file rtsp_client.h.
char rtspcl_data::url[128] |
Definition at line 51 of file rtsp_client.h.
const char* rtspcl_data::useragent |
Definition at line 60 of file rtsp_client.h.