Cogs.Core
Public Attributes | List of all members
Cogs::RTSP::MediaDescription Struct Reference

Public Attributes

std::string media_name
 
std::string media_type
 
std::string control_id
 
uint32_t rtp_payload_type
 
std::string encoding_name
 
uint32_t rtp_clock_rate
 
uint32_t packetization_mode
 
uint32_t profile_level_id
 
std::string vps
 
std::string sps
 
std::string pps
 
uint16_t server_port [2] = {}
 
uint16_t client_port [2] = {}
 
uint32_t ssrc = 0
 
uint8_t ip [4]
 

Detailed Description

Definition at line 53 of file RTSP.h.

Member Data Documentation

◆ client_port

uint16_t Cogs::RTSP::MediaDescription::client_port[2] = {}

Definition at line 66 of file RTSP.h.

◆ control_id

std::string Cogs::RTSP::MediaDescription::control_id

Definition at line 56 of file RTSP.h.

◆ encoding_name

std::string Cogs::RTSP::MediaDescription::encoding_name

Definition at line 58 of file RTSP.h.

◆ ip

uint8_t Cogs::RTSP::MediaDescription::ip[4]

Definition at line 68 of file RTSP.h.

◆ media_name

std::string Cogs::RTSP::MediaDescription::media_name

Definition at line 54 of file RTSP.h.

◆ media_type

std::string Cogs::RTSP::MediaDescription::media_type

Definition at line 55 of file RTSP.h.

◆ packetization_mode

uint32_t Cogs::RTSP::MediaDescription::packetization_mode

Definition at line 60 of file RTSP.h.

◆ pps

std::string Cogs::RTSP::MediaDescription::pps

Definition at line 64 of file RTSP.h.

◆ profile_level_id

uint32_t Cogs::RTSP::MediaDescription::profile_level_id

Definition at line 61 of file RTSP.h.

◆ rtp_clock_rate

uint32_t Cogs::RTSP::MediaDescription::rtp_clock_rate

Definition at line 59 of file RTSP.h.

◆ rtp_payload_type

uint32_t Cogs::RTSP::MediaDescription::rtp_payload_type

Definition at line 57 of file RTSP.h.

◆ server_port

uint16_t Cogs::RTSP::MediaDescription::server_port[2] = {}

Definition at line 65 of file RTSP.h.

◆ sps

std::string Cogs::RTSP::MediaDescription::sps

Definition at line 63 of file RTSP.h.

◆ ssrc

uint32_t Cogs::RTSP::MediaDescription::ssrc = 0

Definition at line 67 of file RTSP.h.

◆ vps

std::string Cogs::RTSP::MediaDescription::vps

Definition at line 62 of file RTSP.h.


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