1# DrmSubsample
2
3
4## Overview
5
6The **DrmSubsample** struct describes the subsample type.
7
8**Since**: 12
9
10**Related module**: [Multimedia_Drm](_multimedia___drm.md)
11
12
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| uint32_t [clearHeaderLen](#clearheaderlen) | Length of the clear header. |
21| uint32_t [payLoadLen](#payloadlen) | Length of the encrypted payload. |
22
23
24## Member Variable Description
25
26
27### clearHeaderLen
28
29```
30uint32_t DrmSubsample::clearHeaderLen
31```
32**Description**
33
34Length of the clear header.
35
36
37### payLoadLen
38
39```
40uint32_t DrmSubsample::payLoadLen
41```
42**Description**
43
44Length of the encrypted payload.
45