FFmpeg
Loading...
Searching...
No Matches
AVRTSPResponse Struct Reference

#include <avformat.h>

Data Fields

int status_code
 Response status code from server.
 
char * reason
 Reason phrase from the server, describing the status in a human-readable way.
 
size_t body_len
 Body payload size.
 
unsigned char * body
 Body payload.
 

Detailed Description

Definition at line 2549 of file avformat.h.

Field Documentation

◆ status_code

int AVRTSPResponse::status_code

Response status code from server.

Definition at line 2553 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 2559 of file avformat.h.

Referenced by rtsp_read_command_reply().

◆ body_len

size_t AVRTSPResponse::body_len

Body payload size.

Definition at line 2564 of file avformat.h.

Referenced by rtsp_read_command_reply().

◆ body

unsigned char* AVRTSPResponse::body

Body payload.

Definition at line 2569 of file avformat.h.

Referenced by rtsp_read_command_reply().


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