|
FFmpeg
|
#include <avformat.h>
Data Fields | |
| int | status_code |
| Response status code from server. More... | |
| char * | reason |
| Reason phrase from the server, describing the status in a human-readable way. More... | |
| size_t | body_len |
| Body payload size. More... | |
| unsigned char * | body |
| Body payload. More... | |
Definition at line 2407 of file avformat.h.
| int AVRTSPResponse::status_code |
Response status code from server.
Definition at line 2411 of file avformat.h.
Referenced by rtsp_read_command_reply().
| char* AVRTSPResponse::reason |
Reason phrase from the server, describing the status in a human-readable way.
Definition at line 2417 of file avformat.h.
Referenced by rtsp_read_command_reply().
| size_t AVRTSPResponse::body_len |
Body payload size.
Definition at line 2422 of file avformat.h.
Referenced by rtsp_read_command_reply().
| unsigned char* AVRTSPResponse::body |
1.8.17