# DrmSubsample ## Overview The **DrmSubsample** struct describes the subsample type. **Since**: 12 **Related module**: [Multimedia_Drm](_multimedia___drm.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | uint32_t [clearHeaderLen](#clearheaderlen) | Length of the clear header. | | uint32_t [payLoadLen](#payloadlen) | Length of the encrypted payload. | ## Member Variable Description ### clearHeaderLen ``` uint32_t DrmSubsample::clearHeaderLen ``` **Description** Length of the clear header. ### payLoadLen ``` uint32_t DrmSubsample::payLoadLen ``` **Description** Length of the encrypted payload.