10 enum class Type : uint {
13 RemoteEstimateEvent = 2,
14 AudioNetworkAdaptation = 3,
16 AudioReceiveStreamConfig = 5,
17 AudioSendStreamConfig = 6,
18 BweUpdateDelayBased = 7,
19 BweUpdateLossBased = 8,
20 DtlsTransportState = 9,
21 DtlsWritableState = 10,
22 IceCandidatePairConfig = 11,
23 IceCandidatePairEvent = 12,
24 ProbeClusterCreated = 13,
25 ProbeResultFailure = 14,
26 ProbeResultSuccess = 15,
27 RtcpPacketIncoming = 16,
28 RtcpPacketOutgoing = 17,
29 RtpPacketIncoming = 18,
30 RtpPacketOutgoing = 19,
31 VideoReceiveStreamConfig = 20,
32 VideoSendStreamConfig = 21,
33 GenericPacketSent = 22,
34 GenericPacketReceived = 23,
35 GenericAckReceived = 24,
37 NetEqSetMinimumDelay = 26,
38 BeginV3Log = 38802816,
61 virtual ::webrtc::RtcEvent::Type GetType()
const = 0;
64 virtual bool IsConfigEvent()
const = 0;
67 virtual uint GetGroupKey()
const;
97 MCAPI
static void** $vftable();