Home
last modified time | relevance | path

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

/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs1201 struct TrackInfo { in collect_inbound_stats() struct
1202 ssrc: SSRC, in collect_inbound_stats()
1203 mid: String, in collect_inbound_stats()
1204 track_id: String, in collect_inbound_stats()
1205 kind: &'static str, in collect_inbound_stats()
1325 struct TrackInfo { in collect_outbound_stats() struct
1326 track_id: String, in collect_outbound_stats()
1327 ssrc: SSRC, in collect_outbound_stats()
1328 mid: String, in collect_outbound_stats()
1330 kind: &'static str, in collect_outbound_stats()
[all …]