Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 1 of 1) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs441 struct Entry { in read() struct
442 generic_rtcp: GenericRTCP, in read()
443 receiver_reports: Vec<ReceiverReportEntry>, in read()
444 sender_reports: Vec<SenderReportEntry>, in read()
626 struct Entry { in write() struct
627 fir_count: Option<u64>, in write()
628 pli_count: Option<u64>, in write()
629 nack_count: Option<u64>, in write()
630 sr_ext_seq_num: Option<u32>, in write()