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 |
+}; |