| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Structure used for mapping an incoming SSRC to an RTP instance. More...

| Data Fields | |
| struct ast_rtp_instance * | instance | 
| The RTP instance this SSRC belongs to. | |
| unsigned int | ssrc | 
| The received SSRC. | |
| unsigned int | ssrc_valid | 
Structure used for mapping an incoming SSRC to an RTP instance.
Definition at line 345 of file res_rtp_asterisk.c.
| struct ast_rtp_instance* instance | 
The RTP instance this SSRC belongs to.
Definition at line 351 of file res_rtp_asterisk.c.
Referenced by __rtp_find_instance_by_ssrc(), ast_rtp_bundle(), ast_rtp_remote_address_set(), and ast_rtp_set_remote_ssrc().
| unsigned int ssrc | 
The received SSRC.
Definition at line 347 of file res_rtp_asterisk.c.
Referenced by __rtp_find_instance_by_ssrc(), ast_rtp_bundle(), and ast_rtp_set_remote_ssrc().
| unsigned int ssrc_valid | 
True if the SSRC is available. Otherwise, this is a placeholder mapping until the SSRC is set.
Definition at line 349 of file res_rtp_asterisk.c.
Referenced by __rtp_find_instance_by_ssrc(), ast_rtp_bundle(), and ast_rtp_set_remote_ssrc().