FFmpeg
Data Fields
AVRTSPCommandRequest Struct Reference

#include <avformat.h>

Data Fields

AVDictionaryheaders
 Headers sent in the request to the server. More...
 
size_t body_len
 Body payload size. More...
 
char * body
 Body payload. More...
 

Detailed Description

Definition at line 2390 of file avformat.h.

Field Documentation

◆ headers

AVDictionary* AVRTSPCommandRequest::headers

Headers sent in the request to the server.

Definition at line 2394 of file avformat.h.

Referenced by rtsp_submit_command().

◆ body_len

size_t AVRTSPCommandRequest::body_len

Body payload size.

Definition at line 2399 of file avformat.h.

Referenced by rtsp_submit_command().

◆ body

char* AVRTSPCommandRequest::body

Body payload.

Definition at line 2404 of file avformat.h.

Referenced by rtsp_submit_command().


The documentation for this struct was generated from the following file: