• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# DRM_KeysInfo
2
3## Overview
4
5The struct describes the information about media keys.
6
7**Since**: 11
8
9**Related module**: [Drm](capi-drm.md)
10
11**Header file**: [native_drm_common.h](capi-native-drm-common-h.md)
12
13## Summary
14
15### Member Variables
16
17| Name| Description|
18| -- | -- |
19| uint32_t keysInfoCount | Number of keys.|
20| uint8_t keyId[MAX_KEY_INFO_COUNT][MAX_KEY_ID_LEN] | Key ID set.|
21| char statusValue[MAX_KEY_INFO_COUNT][MAX_KEY_STATUS_VALUE_LEN] | Key status value.|
22