• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# DRM_OfflineMediakeyIdArray
2
3## Overview
4
5The struct describes an array holding the IDs of offline 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 idsCount | Number of IDs.|
20| int32_t idsLen[MAX_OFFLINE_MEDIA_KEY_ID_COUNT] | ID length set.|
21| uint8_t ids[MAX_OFFLINE_MEDIA_KEY_ID_COUNT][MAX_OFFLINE_MEDIA_KEY_ID_LEN] | ID data set.|
22