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

Unified Diff: media/formats/mp2t/es_parser.h

Issue 1517473002: Support HLS MPEG2 TS with SAMPLE-AES encryption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@encryption_scheme
Patch Set: remove test data Created 5 years 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
Index: media/formats/mp2t/es_parser.h
diff --git a/media/formats/mp2t/es_parser.h b/media/formats/mp2t/es_parser.h
index b22fe5d16983c88610c2f6d9459c31c66d08a97b..c2aeb4c022fbb3d8df25c4568483e52a25c98cb7 100644
--- a/media/formats/mp2t/es_parser.h
+++ b/media/formats/mp2t/es_parser.h
@@ -17,6 +17,7 @@
namespace media {
+class DecryptConfig;
class OffsetByteQueue;
class StreamParserBuffer;
@@ -25,6 +26,7 @@ namespace mp2t {
class MEDIA_EXPORT EsParser {
public:
typedef base::Callback<void(scoped_refptr<StreamParserBuffer>)> EmitBufferCB;
+ typedef base::Callback<const DecryptConfig&()> GetDecryptConfigCB;
EsParser();
virtual ~EsParser();

Powered by Google App Engine
This is Rietveld 408576698