Searched refs:RTPSenderInterface (Results 1 – 3 of 3) sorted by relevance
33 RTPSenderVideo(Clock* clock, RTPSenderInterface* rtpSender);107 RTPSenderInterface& _rtpSender;
38 class RTPSenderInterface {40 RTPSenderInterface() {} in RTPSenderInterface() function41 virtual ~RTPSenderInterface() {} in ~RTPSenderInterface()68 class RTPSender : public RTPSenderInterface, public Bitrate::Observer {
34 RTPSenderVideo::RTPSenderVideo(Clock* clock, RTPSenderInterface* rtpSender) in RTPSenderVideo()