Home
last modified time | relevance | path

Searched refs:track_kind (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/pc/
Drtp_sender.h166 virtual std::string track_kind() const = 0;
270 std::string track_kind() const override { in track_kind() function
329 std::string track_kind() const override { in track_kind() function
Drtp_sender.cc221 if (track && track->kind() != track_kind()) { in SetTrack()
223 << " called on RtpSender with " << track_kind() in SetTrack()