|
FFmpeg 9.0
|
#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 2489 of file avformat.h.
| AVDictionary* AVRTSPCommandRequest::headers |
Headers sent in the request to the server.
Definition at line 2493 of file avformat.h.
| size_t AVRTSPCommandRequest::body_len |
Body payload size.
Definition at line 2498 of file avformat.h.
| char* AVRTSPCommandRequest::body |
Body payload.
Definition at line 2503 of file avformat.h.