Searched defs:RTSPState (Results 1 – 1 of 1) sorted by relevance
227 typedef struct RTSPState { struct228 const AVClass *class; /**< Class for private options. */229 URLContext *rtsp_hd; /* RTSP TCP connection handle */232 int nb_rtsp_streams;234 struct RTSPStream **rtsp_streams; /**< streams in this session */240 enum RTSPClientState state;248 int64_t seek_timestamp;250 int seq; /**< RTSP command sequence number */254 char session_id[512];259 int timeout;[all …]