• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# DRM_PsshInfo
2
3## Overview
4
5The struct describes the Protection System Specific Header (PSSH) data in DRM information.
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| uint8_t uuid[DRM_UUID_LEN] | PSSH information of the UUID.|
20| int32_t dataLen | PSSH data length.|
21| uint8_t data[MAX_PSSH_DATA_LEN] | PSSH data.|
22