Skip to content

Commit 95092ae

Browse files
Merge branch 'main' of https://github.com/rdkcentral/rdkservices into main/RDK-53913_XCast_OutOfProcess
2 parents 3a9fe45 + 49ce949 commit 95092ae

9 files changed

+23
-19
lines changed

docs/api/AVInputPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="AVInput_Plugin"></a>
33
# AVInput Plugin
44

5-
**Version: [1.7.0](https://github.com/rdkcentral/rdkservices/blob/main/AVInput/CHANGELOG.md)**
5+
**Version: [1.7.1](https://github.com/rdkcentral/rdkservices/blob/main/AVInput/CHANGELOG.md)**
66

77
A org.rdk.AVInput plugin for Thunder framework.
88

docs/api/CompositeInputPlugin.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="CompositeInput_Plugin"></a>
33
# CompositeInput Plugin
44

5-
**Version: [1.0.5](https://github.com/rdkcentral/rdkservices/blob/main/CompositeInput/CHANGELOG.md)**
5+
**Version: [1.1.5](https://github.com/rdkcentral/rdkservices/blob/main/CompositeInput/CHANGELOG.md)**
66

77
A org.rdk.CompositeInput plugin for Thunder framework.
88

@@ -184,8 +184,6 @@ Activates the specified composite input as the primary video source.
184184
| :-------- | :-------- |
185185
| [onInputStatusChanged](#onInputStatusChanged) | Triggers this event when activates composite input source and input status changes to started |
186186
| [onSignalChanged](#onSignalChanged) | Triggers this event when composite input signal changes (must be one of the following:noSignal, unstableSignal, notSupportedSignal, stableSignal) |
187-
| [videoStreamInfoUpdate](#videoStreamInfoUpdate) | Triggered whenever there is an update in Composite Input video stream info |
188-
189187
### Parameters
190188

191189
| Name | Type | Description |
@@ -288,6 +286,7 @@ CompositeInput interface events:
288286
| [onDevicesChanged](#onDevicesChanged) | Triggered when the composite input device changes |
289287
| [onInputStatusChanged](#onInputStatusChanged) | Triggered when the status of the composite input changes |
290288
| [onSignalChanged](#onSignalChanged) | Triggered when the status of the composite input signal changes |
289+
| [videoStreamInfoUpdate](#videoStreamInfoUpdate) | Triggered whenever there is an update in HDMI/Composite Input video stream info |
291290

292291

293292
<a name="onDevicesChanged"></a>
@@ -385,18 +384,19 @@ Triggered when the status of the composite input signal changes.
385384
}
386385
}
387386
```
387+
388388
<a name="videoStreamInfoUpdate"></a>
389389
## *videoStreamInfoUpdate*
390390

391-
Triggered whenever there is an update in Composite Input video stream info.
391+
Triggered whenever there is an update in HDMI/Composite Input video stream info.
392392

393393
### Parameters
394394

395395
| Name | Type | Description |
396396
| :-------- | :-------- | :-------- |
397397
| params | object | |
398-
| params.id | number | The port identifier for the Composite Input |
399-
| params.locator | string | A URL corresponding to the Composite Input port |
398+
| params.id | number | The ID of the composite input source |
399+
| params.locator | string | The location of the input source on the device |
400400
| params.width | integer | Width of the Video Stream |
401401
| params.height | integer | Height of the Video Stream |
402402
| params.progressive | boolean | Whether the streaming video is progressive or not? |
@@ -414,7 +414,7 @@ Triggered whenever there is an update in Composite Input video stream info.
414414
"locator": "cvbsin://localhost/deviceid/0",
415415
"width": 3840,
416416
"height": 2160,
417-
"progressive": false,
417+
"progressive": true,
418418
"frameRateN": 60000,
419419
"frameRateD": 1001
420420
}

docs/api/DisplaySettingsPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="DisplaySettings_Plugin"></a>
33
# DisplaySettings Plugin
44

5-
**Version: [2.0.0](https://github.com/rdkcentral/rdkservices/blob/main/DisplaySettings/CHANGELOG.md)**
5+
**Version: [2.0.1](https://github.com/rdkcentral/rdkservices/blob/main/DisplaySettings/CHANGELOG.md)**
66

77
A org.rdk.DisplaySettings plugin for Thunder framework.
88

docs/api/FrontPanelPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="FrontPanel_Plugin"></a>
33
# FrontPanel Plugin
44

5-
**Version: [1.0.8](https://github.com/rdkcentral/rdkservices/blob/main/FrontPanel/CHANGELOG.md)**
5+
**Version: [1.0.9](https://github.com/rdkcentral/rdkservices/blob/main/FrontPanel/CHANGELOG.md)**
66

77
A org.rdk.FrontPanel plugin for Thunder framework.
88

docs/api/MaintenanceManagerPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="MaintenanceManagerPlugin"></a>
33
# MaintenanceManagerPlugin
44

5-
**Version: [1.0.37](https://github.com/rdkcentral/rdkservices/blob/main/MaintenanceManager/CHANGELOG.md)**
5+
**Version: [1.0.38](https://github.com/rdkcentral/rdkservices/blob/main/MaintenanceManager/CHANGELOG.md)**
66

77
A org.rdk.MaintenanceManager plugin for Thunder framework.
88

docs/api/MiracastPlayerPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="MiracastPlayer_Plugin"></a>
33
# MiracastPlayer Plugin
44

5-
**Version: [1.0.10](https://github.com/rdkcentral/rdkservices/blob/main/Miracast/CHANGELOG.md)**
5+
**Version: [1.0.11](https://github.com/rdkcentral/rdkservices/blob/main/Miracast/CHANGELOG.md)**
66

77
A org.rdk.MiracastPlayer plugin for Thunder framework.
88

docs/api/MiracastServicePlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="MiracastService_Plugin"></a>
33
# MiracastService Plugin
44

5-
**Version: [1.0.10](https://github.com/rdkcentral/rdkservices/blob/main/Miracast/CHANGELOG.md)**
5+
**Version: [1.0.11](https://github.com/rdkcentral/rdkservices/blob/main/Miracast/CHANGELOG.md)**
66

77
A org.rdk.MiracastService plugin for Thunder framework.
88

docs/api/NetworkPlugin.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<!-- Generated automatically, DO NOT EDIT! -->
22
<a name="NetworkPlugin"></a>
3-
# NetworkPlugin
3+
# Network Plugin $${\color{red}(DEPRECATED)}$$
44

55
**Version: [1.3.11](https://github.com/rdkcentral/rdkservices/blob/main/Network/CHANGELOG.md)**
66

77
A org.rdk.Network plugin for Thunder framework.
88

9+
For newer APIs, please refer: https://github.com/rdkcentral/networkmanager/blob/main/docs/NetworkManagerPlugin.md
10+
911
### Table of Contents
1012

1113
- [Abbreviation, Acronyms and Terms](#Abbreviation,_Acronyms_and_Terms)
@@ -815,7 +817,7 @@ No Events
815817
| :-------- | :-------- | :-------- |
816818
| params | object | |
817819
| params.endpoint | string | The host name or IP address |
818-
| params.packets | integer | The number of packets to send. Default is 15 |
820+
| params.packets | integer | The number of packets to send. Default is 3 |
819821
| params?.guid | string | <sup>*(optional)*</sup> The globally unique identifier |
820822

821823
### Result
@@ -846,7 +848,7 @@ No Events
846848
"method": "org.rdk.Network.ping",
847849
"params": {
848850
"endpoint": "45.57.221.20",
849-
"packets": 10,
851+
"packets": 3,
850852
"guid": "..."
851853
}
852854
}
@@ -1303,7 +1305,7 @@ No Events
13031305
| :-------- | :-------- | :-------- |
13041306
| params | object | |
13051307
| params.endpoint | string | The host name or IP address |
1306-
| params.packets | integer | The number of packets to send. Default is 15 |
1308+
| params.packets | integer | The number of packets to send. Default is 5 |
13071309

13081310
### Result
13091311

@@ -1326,7 +1328,7 @@ No Events
13261328
"method": "org.rdk.Network.trace",
13271329
"params": {
13281330
"endpoint": "45.57.221.20",
1329-
"packets": 10
1331+
"packets": 5
13301332
}
13311333
}
13321334
```

docs/api/WifiPlugin.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<!-- Generated automatically, DO NOT EDIT! -->
22
<a name="Wifi_Plugin"></a>
3-
# Wifi Plugin
3+
# Wifi Plugin $${\color{red}(DEPRECATED)}$$
44

55
**Version: [1.0.9](https://github.com/rdkcentral/rdkservices/blob/main/WifiManager/CHANGELOG.md)**
66

77
A org.rdk.Wifi plugin for Thunder framework.
88

9+
For newer APIs, please refer: https://github.com/rdkcentral/networkmanager/blob/main/docs/NetworkManagerPlugin.md
10+
911
### Table of Contents
1012

1113
- [Abbreviation, Acronyms and Terms](#Abbreviation,_Acronyms_and_Terms)

0 commit comments

Comments
 (0)