MCPcopy Create free account
hub / github.com/SIPp/sipp / getSrtpHeaderSize

Method getSrtpHeaderSize

src/jlsrtp.cpp:2035–2038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2033}
2034
2035unsigned int JLSRTP::getSrtpHeaderSize()
2036{
2037 return _srtp_header_size;
2038}
2039
2040void JLSRTP::setSrtpHeaderSize(unsigned int size)
2041{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected