1# DRM_PsshInfo 2 3 4## Overview 5 6The DRM_PsshInfo struct describes the PSSH information of the UUID. 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| uint8_t [uuid](_drm.md#uuid) [[DRM_UUID_LEN](_drm.md#drm_uuid_len)] | Protection Scheme Specific Header (PSSH) information of the UUID.| 21| int32_t [dataLen](_drm.md#datalen-22) | PSSH data length.| 22| uint8_t [data](_drm.md#data-22) [[MAX_PSSH_DATA_LEN](_drm.md#max_pssh_data_len)] | PSSH data.| 23