webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
An srtp_ssrc_t represents a particular SSRC value, or a `wildcard' SSRC. More...
#include <srtp.h>
Public Attributes | |
srtp_ssrc_type_t | type |
unsigned int | value |
An srtp_ssrc_t represents a particular SSRC value, or a `wildcard' SSRC.
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