|
FFmpeg 8.1
|
#include <libavformat/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 2389 of file avformat.h.
| AVDictionary* AVRTSPCommandRequest::headers |
Headers sent in the request to the server.
Definition at line 2393 of file avformat.h.
| size_t AVRTSPCommandRequest::body_len |
Body payload size.
Definition at line 2398 of file avformat.h.
| char* AVRTSPCommandRequest::body |
Body payload.
Definition at line 2403 of file avformat.h.