Home
last modified time | relevance | path

Searched defs:RTSPState (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtsp.h225 typedef struct RTSPState { struct
226 const AVClass *class; /**< Class for private options. */
227 URLContext *rtsp_hd; /* RTSP TCP connection handle */
230 int nb_rtsp_streams;
232 struct RTSPStream **rtsp_streams; /**< streams in this session */
238 enum RTSPClientState state;
246 int64_t seek_timestamp;
248 int seq; /**< RTSP command sequence number */
252 char session_id[512];
257 int timeout;
[all …]