• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# DRM_MediaKeySystemDescription
2
3## Overview
4
5The struct describes the DRM solution name and UUID list.
6
7**Since**: 12
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| char name[MAX_MEDIA_KEY_SYSTEM_NAME_LEN] | Name of the DRM plugin.|
20| uint8_t uuid[DRM_UUID_LEN] | UUID of the DRM plugin.|
21