• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# DRM_MediaKeyStatus
2
3## Overview
4
5The struct describes the media key status.
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 statusCount | Number of media key statuses.|
20| char statusName[MAX_MEDIA_KEY_STATUS_COUNT][MAX_MEDIA_KEY_STATUS_NAME_LEN] | Array of status names.|
21| char statusValue[MAX_MEDIA_KEY_STATUS_COUNT][MAX_MEDIA_KEY_STATUS_VALUE_LEN] | Array of status values.|
22