3#include "mc/_HeaderOutputPredefine.h"
8namespace webrtc {
class FieldTrialsView; }
21 MCNAPI
bool DoSetKey(
int,
int, uchar
const*, uint64, ::std::vector<int>
const&);
39 MCNAPI
bool SetKey(
int,
int, uchar
const*, uint64, ::std::vector<int>
const&);
41 MCNAPI
bool SetRecv(
int, uchar
const*, uint64, ::std::vector<int>
const&);
43 MCNAPI
bool SetSend(
int, uchar
const*, uint64, ::std::vector<int>
const&);
51 MCNAPI
bool UpdateKey(
int,
int, uchar
const*, uint64, ::std::vector<int>
const&);
53 MCNAPI
bool UpdateRecv(
int, uchar
const*, uint64, ::std::vector<int>
const&);
55 MCNAPI
bool UpdateSend(
int, uchar
const*, uint64, ::std::vector<int>
const&);
Definition SrtpSession.h:13
MCAPI bool SetRecv(int, uchar const *, uint64, ::std::vector< int > const &)
MCAPI bool UpdateSend(int, uchar const *, uint64, ::std::vector< int > const &)
MCAPI bool DoSetKey(int, int, uchar const *, uint64, ::std::vector< int > const &)
MCAPI bool SetKey(int, int, uchar const *, uint64, ::std::vector< int > const &)
MCAPI void EnableExternalAuth()
MCAPI SrtpSession(::webrtc::FieldTrialsView const &)
MCAPI bool UpdateRecv(int, uchar const *, uint64, ::std::vector< int > const &)
static MCAPI void HandleEventThunk(::srtp_event_data_t *)
MCAPI bool IsExternalAuthEnabled() const
MCAPI bool SetSend(int, uchar const *, uint64, ::std::vector< int > const &)
MCAPI bool ProtectRtp(void *, int, int, int *)
MCAPI bool RemoveSsrcFromSession(uint)
MCAPI void DumpPacket(void const *, int, bool)
MCAPI bool UnprotectRtp(void *, int, int *)
MCAPI bool UpdateKey(int, int, uchar const *, uint64, ::std::vector< int > const &)
MCAPI bool UnprotectRtcp(void *, int, int *)
MCAPI void * $ctor(::webrtc::FieldTrialsView const &)
MCAPI int GetSrtpOverhead() const
MCAPI bool ProtectRtcp(void *, int, int, int *)
MCAPI void HandleEvent(::srtp_event_data_t const *)
Definition FieldTrialsView.h:7
Definition srtp_event_data_t.h:5