Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h

Issue 62843002: Cast: Added support for AES-CTR crypto. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync TOT Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/framer/frame_buffer.h ('k') | media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h
diff --git a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h b/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h
index 9279fd08815f38fd0641281a3a17f8223f82d391..6dc66690cfed09ab91350249de9a4abf27a1b1ff 100644
--- a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h
+++ b/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h
@@ -49,10 +49,9 @@ class RtpPacketizer {
size_t send_octet_count() { return send_octet_count_; }
private:
- void Cast(bool is_key, uint32 frame_id,
- uint32 reference_frame_id,
- uint32 timestamp,
- std::vector<uint8> data);
+ void Cast(bool is_key, uint32 frame_id, uint32 reference_frame_id,
+ uint32 timestamp, const std::string& data);
+
void BuildCommonRTPheader(std::vector<uint8>* packet, bool marker_bit,
uint32 time_stamp);
« no previous file with comments | « media/cast/framer/frame_buffer.h ('k') | media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698