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

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: Renaming and generalizing done... 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
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 248b7356b2d29946e6c7b48f062ae3064d0d44f1..7eb2ba1eaf503d62a97060c42104a420fe6a6c0b 100644
--- a/ppapi/api/private/pp_content_decryptor.idl
+++ b/ppapi/api/private/pp_content_decryptor.idl
@@ -260,3 +260,13 @@ struct PP_DecryptedFrameInfo {
*/
PP_DecryptTrackingInfo tracking_info;
};
+
+/**
+ * <code>PP_StreamType</code> contains stream type constants.
+ */
+[assert_size(4)]
+enum PP_StreamType {
brettw 2012/10/11 20:53:43 Can you give this struct (and the defines below) a
Tom Finegan 2012/10/12 05:01:56 Done.
+ PP_STREAMTYPE_UNKNOWN = 0,
+ PP_STREAMTYPE_AUDIO = 1,
+ PP_STREAMTYPE_VIDEO = 2
+};
« no previous file with comments | « no previous file | ppapi/api/private/ppb_content_decryptor_private.idl » ('j') | ppapi/c/private/ppp_content_decryptor_private.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698