Skip to content

Commit 568dd05

Browse files
smanes0213ramasat
authored andcommitted
RDKEMW-7966 : The event "shortAudiodescriptorEvent" on the API docs is wrongly spelled
The event name on API docs for event requestShortAudioDescriptor is spelled as requestShortAudiodesciptorEvent .
1 parent 65fb823 commit 568dd05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/apis/HdmiCecSinkPlugin.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ Sends the CEC Request Short Audio Descriptor (SAD) message as an
600600

601601
| Event | Description |
602602
| :-------- | :-------- |
603-
| [shortAudiodesciptorEvent](#shortAudiodesciptorEvent) | Triggered when SAD is received from the connected audio device. |
603+
| [shortAudiodescriptorEvent](#shortAudiodescriptorEvent) | Triggered when SAD is received from the connected audio device. |
604604
### Parameters
605605

606606
This method takes no parameters.
@@ -1406,7 +1406,7 @@ HdmiCecSink interface events:
14061406
| [reportFeatureAbortEvent](#reportFeatureAbortEvent) | Triggered when CEC \<Feature Abort\> message of device is received |
14071407
| [reportCecEnabledEvent](#reportCecEnabledEvent) | Triggered when the HDMI-CEC is enabled |
14081408
| [setSystemAudioModeEvent](#setSystemAudioModeEvent) | Triggered when CEC \<Set System Audio Mode\> message of device is received |
1409-
| [shortAudiodesciptorEvent](#shortAudiodesciptorEvent) | Triggered when SAD is received from the connected audio device |
1409+
| [shortAudiodescriptorEvent](#shortAudiodescriptorEvent) | Triggered when SAD is received from the connected audio device |
14101410
| [standbyMessageReceived](#standbyMessageReceived) | Triggered when the source device changes status to `STANDBY` |
14111411

14121412

@@ -1806,8 +1806,8 @@ Triggered when CEC \<Set System Audio Mode\> message of device is received.
18061806
}
18071807
```
18081808

1809-
<a name="shortAudiodesciptorEvent"></a>
1810-
## *shortAudiodesciptorEvent*
1809+
<a name="shortAudiodescriptorEvent"></a>
1810+
## *shortAudiodescriptorEvent*
18111811

18121812
Triggered when SAD is received from the connected audio device. See `requestShortAudioDescriptor`.
18131813

@@ -1824,7 +1824,7 @@ Triggered when SAD is received from the connected audio device. See `requestShor
18241824
```json
18251825
{
18261826
"jsonrpc": "2.0",
1827-
"method": "client.events.shortAudiodesciptorEvent",
1827+
"method": "client.events.shortAudiodescriptorEvent",
18281828
"params": {
18291829
"ShortAudioDescriptor": [
18301830
[

0 commit comments

Comments
 (0)