|
FFmpeg 8.1
|
#include <libavformat/avformat.h>
Data Fields | |
| int | status_code |
| Response status code from server. | |
| char * | reason |
| Reason phrase from the server, describing the status in a human-readable way. | |
| size_t | body_len |
| Body payload size. | |
| unsigned char * | body |
| Body payload. | |
Definition at line 2406 of file avformat.h.
| int AVRTSPResponse::status_code |
Response status code from server.
Definition at line 2410 of file avformat.h.
| char* AVRTSPResponse::reason |
Reason phrase from the server, describing the status in a human-readable way.
Definition at line 2416 of file avformat.h.
| size_t AVRTSPResponse::body_len |
Body payload size.
Definition at line 2421 of file avformat.h.
| unsigned char* AVRTSPResponse::body |
Body payload.
Definition at line 2426 of file avformat.h.