• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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**Header file**: [native_cencinfo.h](native__cencinfo_8h.md)
13
14
15## Summary
16
17
18### Member Variables
19
20| Name| Description|
21| -------- | -------- |
22| uint32_t [clearHeaderLen](#clearheaderlen) | Length of the clear header. |
23| uint32_t [payLoadLen](#payloadlen) | Length of the encrypted payload. |
24
25
26## Member Variable Description
27
28
29### clearHeaderLen
30
31```
32uint32_t DrmSubsample::clearHeaderLen
33```
34**Description**
35
36Length of the clear header.
37
38
39### payLoadLen
40
41```
42uint32_t DrmSubsample::payLoadLen
43```
44**Description**
45
46Length of the encrypted payload.
47