• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# media_types.h
2
3## Overview
4
5The file declares the common media types.
6
7**File to include**: <multimedia/player_framework/media_types.h>
8
9**Library**: libnative_media_core.so
10
11**System capability**: SystemCapability.Multimedia.Media.Core
12
13**Since**: 18
14
15**Related module**: [Core](capi-core.md)
16
17## Summary
18
19### Enums
20
21| Name| typedef Keyword| Description|
22| -- | -- | -- |
23| [OH_Core_HdrType](#oh_core_hdrtype) | OH_Core_HdrType | Enumerates the HDR types.|
24
25## Enum Description
26
27### OH_Core_HdrType
28
29```
30enum OH_Core_HdrType
31```
32
33**Description**
34
35Enumerates the HDR types.
36
37**System capability**: SystemCapability.Multimedia.Media.Core
38
39**Since**: 18
40
41| Value| Description|
42| -- | -- |
43| OH_CORE_HDR_TYPE_NONE = 0 | Non-HDR type.|
44| OH_CORE_HDR_TYPE_VIVID = 1 | HDR Vivid type.|
45