DRM_OfflineMediakeyIdArray
Overview
The DRM_OfflineMediakeyIdArray struct describes an array holding the IDs of offline media keys.
Since: 11
Related module: Drm
Header file: native_drm_common.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t idsCount | Number of IDs. |
| int32_t idsLen [MAX_OFFLINE_MEDIA_KEY_ID_COUNT] | ID length set. |
| uint8_t ids [MAX_OFFLINE_MEDIA_KEY_ID_COUNT][MAX_OFFLINE_MEDIA_KEY_ID_LEN] | ID data set. |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙DRM_MediaKeyRequestInfo
harmony 鸿蒙DRM_MediaKeySystemDescription