# DRM_Statistics ## Overview The struct describes the statistics information about a media key system. **Since**: 11 **Related module**: [Drm](capi-drm.md) **Header file**: [native_drm_common.h](capi-native-drm-common-h.md) ## Summary ### Member Variables | Name| Description| | -- | -- | | uint32_t statisticsCount | Number of statistical items.| | char statisticsName[MAX_STATISTICS_COUNT][MAX_STATISTICS_NAME_LEN] | Statistical item name set.| | char statisticsDescription[MAX_STATISTICS_COUNT][MAX_STATISTICS_BUFFER_LEN] | Set of statistics information description.|