12 #ifndef ROC_RTCP_PARTICIPANT_INFO_H_
13 #define ROC_RTCP_PARTICIPANT_INFO_H_
uint32_t stream_source_t
Packet stream identifier.
ParticipantReportMode
Participant report generation mode.
@ Report_ToAddress
Reports are sent to a single static destination address, set via report_address field of ParticipantI...
@ Report_Back
Reports are sent back to dynamically discovered participant. In this mode, for every stream we send o...
address::SocketAddr report_address
Participant destination report address. Used if report_mode is set to Report_ToAddress.
packet::stream_source_t source_id
Participant SSRC. This number uniquely identifies each participant within RTP session....
const char * cname
Participant CNAME. This string uniquely identifies each participant across all RTP sessions....
ParticipantReportMode report_mode
Participant report mode. Deterimeds where to send generated reports.
Various units used in packets.