FFmpeg
Data Fields
AVRTSPResponse Struct Reference

#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...
 

Detailed Description

Definition at line 2407 of file avformat.h.

Field Documentation

◆ status_code

int AVRTSPResponse::status_code

Response status code from server.

Definition at line 2411 of file avformat.h.

Referenced by rtsp_read_command_reply().

◆ reason

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().

◆ body_len

size_t AVRTSPResponse::body_len

Body payload size.

Definition at line 2422 of file avformat.h.

Referenced by rtsp_read_command_reply().

◆ body

unsigned char* AVRTSPResponse::body

Body payload.

Definition at line 2427 of file avformat.h.

Referenced by rtsp_read_command_reply().


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