Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
rtp_ssrc_mapping Struct Reference

Structure used for mapping an incoming SSRC to an RTP instance. More...

Collaboration diagram for rtp_ssrc_mapping:
Collaboration graph
[legend]

Data Fields

struct ast_rtp_instanceinstance
 The RTP instance this SSRC belongs to. More...
 
unsigned int ssrc
 The received SSRC. More...
 
unsigned int ssrc_valid
 

Detailed Description

Structure used for mapping an incoming SSRC to an RTP instance.

Definition at line 326 of file res_rtp_asterisk.c.

Field Documentation

◆ instance

struct ast_rtp_instance* instance

The RTP instance this SSRC belongs to.

Definition at line 332 of file res_rtp_asterisk.c.

Referenced by __rtp_find_instance_by_ssrc(), ast_rtp_bundle(), ast_rtp_remote_address_set(), ast_rtp_set_remote_ssrc(), and rtcp_debug_test_addr().

◆ ssrc

unsigned int ssrc

The received SSRC.

Definition at line 328 of file res_rtp_asterisk.c.

Referenced by __rtp_find_instance_by_ssrc(), ast_rtp_bundle(), and ast_rtp_set_remote_ssrc().

◆ ssrc_valid

unsigned int ssrc_valid

True if the SSRC is available. Otherwise, this is a placeholder mapping until the SSRC is set.

Definition at line 330 of file res_rtp_asterisk.c.

Referenced by __rtp_find_instance_by_ssrc(), ast_rtp_bundle(), and ast_rtp_set_remote_ssrc().


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