summaryrefslogtreecommitdiffstats
path: root/content/common/media/cdm_messages_enums.h
blob: 3e6aeae7d58870eaf7f5154af6d8e2a03f2076ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CONTENT_COMMON_MEDIA_CDM_MESSAGES_ENUMS_H_
#define CONTENT_COMMON_MEDIA_CDM_MESSAGES_ENUMS_H_

// Dictates the session type when an EME session is created.
enum CdmHostMsg_CreateSession_ContentType {
  CREATE_SESSION_TYPE_WEBM,
  CREATE_SESSION_TYPE_MP4
};

#endif  // CONTENT_COMMON_MEDIA_CDM_MESSAGES_ENUMS_H_