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..8a1b42fe5f40b8e2ef79c43d4161a3c14767b8bc 100644 |
--- a/ppapi/api/private/pp_content_decryptor.idl |
+++ b/ppapi/api/private/pp_content_decryptor.idl |
@@ -260,3 +260,12 @@ struct PP_DecryptedFrameInfo { |
*/ |
PP_DecryptTrackingInfo tracking_info; |
}; |
+ |
+/** |
+ * <code>PP_StreamType</code> contains stream type constants. |
+ */ |
+[assert_size(4)] |
+enum PP_StreamType { |
+ PP_STREAMTYPE_AUDIO = 0, |
+ PP_STREAMTYPE_VIDEO = 1 |
+}; |