Index: media/cast/transport/rtp_sender/rtp_sender.h |
diff --git a/media/cast/transport/rtp_sender/rtp_sender.h b/media/cast/transport/rtp_sender/rtp_sender.h |
index 3fe018222fbf0c84d0e35a04f9c10dabf8a3ad3e..d1c3aa53f3f3b4187dba5f96a28e4421bd53a38e 100644 |
--- a/media/cast/transport/rtp_sender/rtp_sender.h |
+++ b/media/cast/transport/rtp_sender/rtp_sender.h |
@@ -48,13 +48,7 @@ class RtpSender { |
// video frames. Returns false if configuration is invalid. |
bool InitializeVideo(const CastTransportVideoConfig& config); |
- // The video_frame objects ownership is handled by the main cast thread. |
- void IncomingEncodedVideoFrame(const EncodedVideoFrame* video_frame, |
- const base::TimeTicks& capture_time); |
- |
- // The audio_frame objects ownership is handled by the main cast thread. |
- void IncomingEncodedAudioFrame(const EncodedAudioFrame* audio_frame, |
- const base::TimeTicks& recorded_time); |
+ void SendFrame(const EncodedFrame& frame); |
void ResendPackets(const MissingFramesAndPacketsMap& missing_packets); |