Revision 2762a7a2 libavformat/rtsp.h
libavformat/rtsp.h | ||
---|---|---|
248 | 248 |
* of RTSPMessageHeader->real_challenge */ |
249 | 249 |
enum RTSPServerType server_type; |
250 | 250 |
|
251 |
/** the "RealChallenge1:" field from the server */ |
|
252 |
char real_challenge[64]; |
|
253 |
|
|
251 | 254 |
/** plaintext authorization line (username:password) */ |
252 | 255 |
char auth[128]; |
253 | 256 |
|
... | ... | |
313 | 316 |
/** Filter incoming UDP packets - receive packets only from the right |
314 | 317 |
* source address and port. */ |
315 | 318 |
int filter_source; |
319 |
|
|
320 |
/** |
|
321 |
* A mask with all requested transport methods |
|
322 |
*/ |
|
323 |
int lower_transport_mask; |
|
324 |
|
|
325 |
/** |
|
326 |
* The number of returned packets |
|
327 |
*/ |
|
328 |
uint64_t packets; |
|
316 | 329 |
} RTSPState; |
317 | 330 |
|
318 | 331 |
/** |
Also available in: Unified diff