|
28 | 28 | "type": "array",
|
29 | 29 | "items": {
|
30 | 30 | "type": "string",
|
31 |
| - "example": "`SDR`, `HDR10`, `HDR10PLUS`, `HLG`, `DV`, `Technicolor Prime`" |
| 31 | + "example": "`NONE`, `SDR`, `HDR10`, `HDR10PLUS`, `HLG`, `DV`, `Technicolor Prime`" |
32 | 32 | }
|
33 | 33 | },
|
34 | 34 | "currentAudioFormat": {
|
|
2073 | 2073 | }
|
2074 | 2074 | },
|
2075 | 2075 | "setForceHDRMode": {
|
2076 |
| - "summary": "Enables or disables the force HDR mode. If enabled, the HDR format that is currently configured on the device is used.", |
| 2076 | + "summary": " 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", |
2077 | 2077 | "params": {
|
2078 | 2078 | "type": "object",
|
2079 | 2079 | "properties": {
|
2080 | 2080 | "hdr_mode": {
|
2081 |
| - "summary": "`true` to force the HDR format or `false` to reset the mode to the default.", |
2082 |
| - "type": "boolean", |
2083 |
| - "example": true |
| 2081 | + "$ref": "#/definitions/supportedVideoFormat" |
2084 | 2082 | }
|
2085 | 2083 | },
|
2086 |
| - "required": [] |
| 2084 | + "required": [ |
| 2085 | + "hdr_mode" |
| 2086 | + ] |
2087 | 2087 | },
|
2088 | 2088 | "result": {
|
2089 | 2089 | "$ref": "#/common/result"
|
|
2224 | 2224 | "operation": {
|
2225 | 2225 | "summary": "The audio profile state",
|
2226 | 2226 | "type": "string",
|
2227 |
| - "example": "" |
| 2227 | + "example": "`ADD`, `REMOVE`" |
2228 | 2228 | },
|
2229 | 2229 | "profileName": {
|
2230 | 2230 | "summary": "An MS12 audio profile name from `getSupportedMS12AudioProfile`",
|
2231 | 2231 | "type": "string",
|
2232 |
| - "example": "Sports" |
| 2232 | + "example": "`Sports`, `User`" |
2233 | 2233 | },
|
2234 | 2234 | "ms12SettingsName": {
|
2235 | 2235 | "summary": "An ms12 setting name",
|
2236 | 2236 | "type": "string",
|
2237 |
| - "example": "Dialog Enhance" |
| 2237 | + "example": "`DialogEnhance`, `VolumeLevellerMode`, `VolumeLevellerLevel`, `BassEnhancer`, `SurroundVirtualizerMode`, `SurroundVirtualizerLevel`" |
2238 | 2238 | },
|
2239 | 2239 | "ms12SettingsValue": {
|
2240 | 2240 | "summary": "The value to set",
|
2241 | 2241 | "type": "string",
|
2242 |
| - "example": "On" |
| 2242 | + "example": "`0`, `1`, `2`" |
2243 | 2243 | }
|
2244 | 2244 | },
|
2245 | 2245 | "required": [
|
|
0 commit comments