Searched defs:RtcEvent (Results 1 – 3 of 3) sorted by relevance
17 RtcEvent::RtcEvent() : timestamp_us_(rtc::TimeMillis() * 1000) {} in RtcEvent() function in webrtc::RtcEvent
79 explicit RtcEvent(int64_t timestamp_us) : timestamp_us_(timestamp_us) {} in RtcEvent() function
40 void EncodeImpl(EventEncoder&, rtc::ArrayView<const RtcEvent*>) const {} in EncodeImpl()