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

Unified Diff: ppapi/api/private/pp_content_decryptor.idl

Issue 11028087: Add decoder de-initialize and reset to the Pepper CDM API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments with the exception of renaming Deinit Created 8 years, 2 months 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 | « no previous file | ppapi/api/private/ppb_content_decryptor_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/pp_content_decryptor.idl
diff --git a/ppapi/api/private/pp_content_decryptor.idl b/ppapi/api/private/pp_content_decryptor.idl
index 6627dfa97bf1b2e4b762dbe34c4bf5a6e2517edd..ea05965a79c9e6d6a47f78d7ba4f3e2b412482cf 100644
--- a/ppapi/api/private/pp_content_decryptor.idl
+++ b/ppapi/api/private/pp_content_decryptor.idl
@@ -314,3 +314,12 @@ struct PP_VideoDecoderConfig {
*/
uint32_t request_id;
};
+
+/**
+ * <code>PP_DecryptorStreamType</code> contains stream type constants.
+ */
+[assert_size(4)]
+enum PP_DecryptorStreamType {
+ PP_DECRYPTORSTREAMTYPE_AUDIO = 0,
+ PP_DECRYPTORSTREAMTYPE_VIDEO = 1
+};
« no previous file with comments | « no previous file | ppapi/api/private/ppb_content_decryptor_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698