libSRTP
2.1.0-pre
|
An srtp_ssrc_t represents a particular SSRC value, or a `wildcard' SSRC. More...
Data Fields | |
srtp_ssrc_type_t | type |
unsigned int | value |
An srtp_ssrc_t represents a particular SSRC value (if its type is ssrc_specific), or a wildcard SSRC value that will match all outbound SSRCs (if its type is ssrc_any_outbound) or all inbound SSRCs (if its type is ssrc_any_inbound).
srtp_ssrc_type_t srtp_ssrc_t::type |
The type of this particular SSRC
unsigned int srtp_ssrc_t::value |
The value of this SSRC, if it is not a wildcard