You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A org.rdk.ContentProtection plugin for Thunder framework.
8
+
9
+
### Table of Contents
10
+
11
+
-[Abbreviation, Acronyms and Terms](#Abbreviation,_Acronyms_and_Terms)
12
+
-[Description](#Description)
13
+
-[Configuration](#Configuration)
14
+
15
+
<aname="Abbreviation,_Acronyms_and_Terms"></a>
16
+
# Abbreviation, Acronyms and Terms
17
+
18
+
[[Refer to this link](userguide/aat.md)]
19
+
20
+
<aname="Description"></a>
21
+
# Description
22
+
23
+
The `ContentProtection` plugin proxies content security capabilities of the existing DRM plugins.
24
+
25
+
The plugin is designed to be loaded and executed within the Thunder framework. For more information about the framework refer to [[Thunder](#Thunder)].
26
+
27
+
<aname="Configuration"></a>
28
+
# Configuration
29
+
30
+
The table below lists configuration options of the plugin.
Enables or disables the force HDR mode. If enabled, the HDR format that is currently configured on the device is used.
3561
+
This API force the output HDR video format passed as input arumgents. If force output video format is set as "NONE" or this API not called video format changes as per input video format type.
3562
3562
3563
3563
### Events
3564
3564
@@ -3569,7 +3569,8 @@ No Events
3569
3569
| Name | Type | Description |
3570
3570
| :-------- | :-------- | :-------- |
3571
3571
| params | object ||
3572
-
| params?.hdr_mode | boolean | <sup>*(optional)*</sup> `true` to force the HDR format or `false` to reset the mode to the default |
3572
+
| params.hdr_mode | array | A list of supported Video formats |
A org.rdk.MigrationPreparer plugin for Thunder framework.
8
+
9
+
### Table of Contents
10
+
11
+
-[Abbreviation, Acronyms and Terms](#Abbreviation,_Acronyms_and_Terms)
12
+
-[Description](#Description)
13
+
-[Configuration](#Configuration)
14
+
-[Methods](#Methods)
15
+
16
+
<aname="Abbreviation,_Acronyms_and_Terms"></a>
17
+
# Abbreviation, Acronyms and Terms
18
+
19
+
[[Refer to this link](userguide/aat.md)]
20
+
21
+
<aname="Description"></a>
22
+
# Description
23
+
24
+
The `MigrationPreparer` that is responsible for persisting and notifying listeners of any change of key/value pairs and get/set value of MigrationReady RFC value.
25
+
26
+
The plugin is designed to be loaded and executed within the Thunder framework. For more information about the framework refer to [[Thunder](#Thunder)].
27
+
28
+
<aname="Configuration"></a>
29
+
# Configuration
30
+
31
+
The table below lists configuration options of the plugin.
0 commit comments