Skip to content

Commit 49ce949

Browse files
authored
Merge pull request rdkcentral#5920 from RDKDoc/documentupdate
RDKServices Jenkins Documentation Job
2 parents 42d5af0 + d6d48f0 commit 49ce949

7 files changed

+13
-13
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

0 commit comments

Comments
 (0)