1# DRM_Statistics 2 3 4## Overview 5 6The DRM_Statistics struct describes the statistics information about a media key system. 7 8**Since**: 11 9 10**Related module**: [Drm](_drm.md) 11 12 13## Summary 14 15 16### Member Variables 17 18| Name| Description| 19| -------- | -------- | 20| uint32_t [statisticsCount](_drm.md#statisticscount) | Number of statistical items.| 21| char [statisticsName](_drm.md#statisticsname) [[MAX_STATISTICS_COUNT](_drm.md#max_statistics_count)][[MAX_STATISTICS_NAME_LEN](_drm.md#max_statistics_name_len)] | Statistical item name set.| 22| char [statisticsDescription](_drm.md#statisticsdescription) [[MAX_STATISTICS_COUNT](_drm.md#max_statistics_count)][[MAX_STATISTICS_BUFFER_LEN](_drm.md#max_statistics_buffer_len)] | Set of statistics information description.| 23