|
FFmpeg
|
#include <avformat.h>
Data Fields | |
| AVDictionary * | headers |
| Headers sent in the request to the server. | |
| size_t | body_len |
| Body payload size. | |
| char * | body |
| Body payload. | |
Definition at line 2532 of file avformat.h.
| AVDictionary* AVRTSPCommandRequest::headers |
Headers sent in the request to the server.
Definition at line 2536 of file avformat.h.
Referenced by rtsp_submit_command().
| size_t AVRTSPCommandRequest::body_len |
| char* AVRTSPCommandRequest::body |