17 MCAPI
bool DoSetKey(
int,
int, uchar
const*, uint64, ::std::vector<int>
const&);
19 MCAPI
void DumpPacket(
void const*,
int,
bool);
21 MCAPI
void EnableExternalAuth();
23 MCAPI
int GetSrtpOverhead()
const;
27 MCAPI
bool IsExternalAuthEnabled()
const;
29 MCAPI
bool ProtectRtcp(
void*,
int,
int,
int*);
31 MCAPI
bool ProtectRtp(
void*,
int,
int,
int*);
33 MCAPI
bool RemoveSsrcFromSession(uint);
35 MCAPI
bool SetKey(
int,
int, uchar
const*, uint64, ::std::vector<int>
const&);
37 MCAPI
bool SetRecv(
int, uchar
const*, uint64, ::std::vector<int>
const&);
39 MCAPI
bool SetSend(
int, uchar
const*, uint64, ::std::vector<int>
const&);
43 MCAPI
bool UnprotectRtcp(
void*,
int,
int*);
45 MCAPI
bool UnprotectRtp(
void*,
int,
int*);
47 MCAPI
bool UpdateKey(
int,
int, uchar
const*, uint64, ::std::vector<int>
const&);
49 MCAPI
bool UpdateRecv(
int, uchar
const*, uint64, ::std::vector<int>
const&);
51 MCAPI
bool UpdateSend(
int, uchar
const*, uint64, ::std::vector<int>
const&);