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

Unified Diff: media/cast/framer/frame_buffer.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/cast_sender.gyp ('k') | media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/framer/frame_buffer.h
diff --git a/media/cast/framer/frame_buffer.h b/media/cast/framer/frame_buffer.h
index 0d839aa52fcacac41060642b36385a64926c7259..5ca9a514a83bfbf061a49f03d65c2305af58749b 100644
--- a/media/cast/framer/frame_buffer.h
+++ b/media/cast/framer/frame_buffer.h
@@ -32,6 +32,7 @@ class FrameBuffer {
uint32* rtp_timestamp) const;
bool is_key_frame() const { return is_key_frame_; }
+
uint32 last_referenced_frame_id() const { return last_referenced_frame_id_; }
private:
« no previous file with comments | « media/cast/cast_sender.gyp ('k') | media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698