Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / common / media / media_player_messages_enums_android.h
index 97818ff..56625a0 100644 (file)
@@ -11,4 +11,10 @@ enum MediaPlayerHostMsg_Initialize_Type {
   MEDIA_PLAYER_TYPE_MEDIA_SOURCE,
 };
 
+// Dictates the session type when an EME session is created.
+enum MediaKeysHostMsg_CreateSession_Type {
+  CREATE_SESSION_TYPE_WEBM,
+  CREATE_SESSION_TYPE_MP4,
+};
+
 #endif  // CONTENT_COMMON_MEDIA_MEDIA_PLAYER_MESSAGES_ENUMS_ANDROID_H_