1# DRM_Statistics 2 3## Overview 4 5The struct describes the statistics information about a media key system. 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 statisticsCount | Number of statistical items.| 20| char statisticsName[MAX_STATISTICS_COUNT][MAX_STATISTICS_NAME_LEN] | Statistical item name set.| 21| char statisticsDescription[MAX_STATISTICS_COUNT][MAX_STATISTICS_BUFFER_LEN] | Set of statistics information description.| 22