@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -9,12 +9,14 @@ import { Attribute, Command } from "../cluster/Cluster.js";
|
|
|
9
9
|
import { BitFlag } from "../schema/BitmapSchema.js";
|
|
10
10
|
import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
11
11
|
import { MediaPlayback } from "./media-playback.js";
|
|
12
|
+
import { StatusResponseError } from "../common/StatusResponseError.js";
|
|
13
|
+
import { Status as GlobalStatus } from "../globals/Status.js";
|
|
12
14
|
import { Identity } from "#general";
|
|
13
15
|
export declare namespace ContentLauncher {
|
|
14
16
|
/**
|
|
15
17
|
* These are optional features supported by ContentLauncherCluster.
|
|
16
18
|
*
|
|
17
|
-
* @see {@link MatterSpecification.
|
|
19
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.4
|
|
18
20
|
*/
|
|
19
21
|
enum Feature {
|
|
20
22
|
/**
|
|
@@ -50,7 +52,7 @@ export declare namespace ContentLauncher {
|
|
|
50
52
|
AudioTracks = "AudioTracks"
|
|
51
53
|
}
|
|
52
54
|
/**
|
|
53
|
-
* @see {@link MatterSpecification.
|
|
55
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.1
|
|
54
56
|
*/
|
|
55
57
|
const SupportedProtocols: {
|
|
56
58
|
/**
|
|
@@ -63,7 +65,7 @@ export declare namespace ContentLauncher {
|
|
|
63
65
|
hls: BitFlag;
|
|
64
66
|
};
|
|
65
67
|
/**
|
|
66
|
-
* @see {@link MatterSpecification.
|
|
68
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.4
|
|
67
69
|
*/
|
|
68
70
|
enum MetricType {
|
|
69
71
|
/**
|
|
@@ -71,7 +73,7 @@ export declare namespace ContentLauncher {
|
|
|
71
73
|
*
|
|
72
74
|
* This value is used for dimensions defined in a number of Pixels.
|
|
73
75
|
*
|
|
74
|
-
* @see {@link MatterSpecification.
|
|
76
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.4.1
|
|
75
77
|
*/
|
|
76
78
|
Pixels = 0,
|
|
77
79
|
/**
|
|
@@ -83,39 +85,39 @@ export declare namespace ContentLauncher {
|
|
|
83
85
|
* Metric type, the resulting values shall be rounded ("floored") towards 0 if the measurement requires an
|
|
84
86
|
* integer final value.
|
|
85
87
|
*
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
88
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.4.2
|
|
87
89
|
*/
|
|
88
90
|
Percentage = 1
|
|
89
91
|
}
|
|
90
92
|
/**
|
|
91
93
|
* This object defines dimension which can be used for defining Size of background images.
|
|
92
94
|
*
|
|
93
|
-
* @see {@link MatterSpecification.
|
|
95
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8
|
|
94
96
|
*/
|
|
95
97
|
const TlvDimension: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
96
98
|
/**
|
|
97
99
|
* This field shall indicate the width using the metric defined in Metric
|
|
98
100
|
*
|
|
99
|
-
* @see {@link MatterSpecification.
|
|
101
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
100
102
|
*/
|
|
101
103
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
102
104
|
/**
|
|
103
105
|
* This field shall indicate the height using the metric defined in Metric
|
|
104
106
|
*
|
|
105
|
-
* @see {@link MatterSpecification.
|
|
107
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
106
108
|
*/
|
|
107
109
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
108
110
|
/**
|
|
109
111
|
* This field shall indicate metric used for defining Height/Width.
|
|
110
112
|
*
|
|
111
|
-
* @see {@link MatterSpecification.
|
|
113
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
112
114
|
*/
|
|
113
115
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
114
116
|
}>;
|
|
115
117
|
/**
|
|
116
118
|
* This object defines dimension which can be used for defining Size of background images.
|
|
117
119
|
*
|
|
118
|
-
* @see {@link MatterSpecification.
|
|
120
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8
|
|
119
121
|
*/
|
|
120
122
|
interface Dimension extends TypeFromSchema<typeof TlvDimension> {
|
|
121
123
|
}
|
|
@@ -123,7 +125,7 @@ export declare namespace ContentLauncher {
|
|
|
123
125
|
* This object defines style information which can be used by content providers to change the Media Player’s style
|
|
124
126
|
* related properties.
|
|
125
127
|
*
|
|
126
|
-
* @see {@link MatterSpecification.
|
|
128
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9
|
|
127
129
|
*/
|
|
128
130
|
const TlvStyleInformation: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
129
131
|
/**
|
|
@@ -131,7 +133,7 @@ export declare namespace ContentLauncher {
|
|
|
131
133
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
132
134
|
* https scheme.
|
|
133
135
|
*
|
|
134
|
-
* @see {@link MatterSpecification.
|
|
136
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
135
137
|
*/
|
|
136
138
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
137
139
|
/**
|
|
@@ -143,32 +145,32 @@ export declare namespace ContentLauncher {
|
|
|
143
145
|
*
|
|
144
146
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
145
147
|
*
|
|
146
|
-
* @see {@link MatterSpecification.
|
|
148
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
147
149
|
*/
|
|
148
150
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
149
151
|
/**
|
|
150
152
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
151
153
|
* Watermark etc.
|
|
152
154
|
*
|
|
153
|
-
* @see {@link MatterSpecification.
|
|
155
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
154
156
|
*/
|
|
155
157
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
156
158
|
/**
|
|
157
159
|
* This field shall indicate the width using the metric defined in Metric
|
|
158
160
|
*
|
|
159
|
-
* @see {@link MatterSpecification.
|
|
161
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
160
162
|
*/
|
|
161
163
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
162
164
|
/**
|
|
163
165
|
* This field shall indicate the height using the metric defined in Metric
|
|
164
166
|
*
|
|
165
|
-
* @see {@link MatterSpecification.
|
|
167
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
166
168
|
*/
|
|
167
169
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
168
170
|
/**
|
|
169
171
|
* This field shall indicate metric used for defining Height/Width.
|
|
170
172
|
*
|
|
171
|
-
* @see {@link MatterSpecification.
|
|
173
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
172
174
|
*/
|
|
173
175
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
174
176
|
}>>;
|
|
@@ -177,7 +179,7 @@ export declare namespace ContentLauncher {
|
|
|
177
179
|
* This object defines style information which can be used by content providers to change the Media Player’s style
|
|
178
180
|
* related properties.
|
|
179
181
|
*
|
|
180
|
-
* @see {@link MatterSpecification.
|
|
182
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9
|
|
181
183
|
*/
|
|
182
184
|
interface StyleInformation extends TypeFromSchema<typeof TlvStyleInformation> {
|
|
183
185
|
}
|
|
@@ -185,20 +187,20 @@ export declare namespace ContentLauncher {
|
|
|
185
187
|
* This object defines Branding Information which can be provided by the client in order to customize the skin of
|
|
186
188
|
* the Video Player during playback.
|
|
187
189
|
*
|
|
188
|
-
* @see {@link MatterSpecification.
|
|
190
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10
|
|
189
191
|
*/
|
|
190
192
|
const TlvBrandingInformation: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
191
193
|
/**
|
|
192
194
|
* This field shall indicate name of the provider for the given content.
|
|
193
195
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
196
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.1
|
|
195
197
|
*/
|
|
196
198
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
197
199
|
/**
|
|
198
200
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
199
201
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
200
202
|
*
|
|
201
|
-
* @see {@link MatterSpecification.
|
|
203
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.2
|
|
202
204
|
*/
|
|
203
205
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
204
206
|
/**
|
|
@@ -206,7 +208,7 @@ export declare namespace ContentLauncher {
|
|
|
206
208
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
207
209
|
* https scheme.
|
|
208
210
|
*
|
|
209
|
-
* @see {@link MatterSpecification.
|
|
211
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
210
212
|
*/
|
|
211
213
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
212
214
|
/**
|
|
@@ -218,32 +220,32 @@ export declare namespace ContentLauncher {
|
|
|
218
220
|
*
|
|
219
221
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
220
222
|
*
|
|
221
|
-
* @see {@link MatterSpecification.
|
|
223
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
222
224
|
*/
|
|
223
225
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
224
226
|
/**
|
|
225
227
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
226
228
|
* Watermark etc.
|
|
227
229
|
*
|
|
228
|
-
* @see {@link MatterSpecification.
|
|
230
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
229
231
|
*/
|
|
230
232
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
231
233
|
/**
|
|
232
234
|
* This field shall indicate the width using the metric defined in Metric
|
|
233
235
|
*
|
|
234
|
-
* @see {@link MatterSpecification.
|
|
236
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
235
237
|
*/
|
|
236
238
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
237
239
|
/**
|
|
238
240
|
* This field shall indicate the height using the metric defined in Metric
|
|
239
241
|
*
|
|
240
|
-
* @see {@link MatterSpecification.
|
|
242
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
241
243
|
*/
|
|
242
244
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
243
245
|
/**
|
|
244
246
|
* This field shall indicate metric used for defining Height/Width.
|
|
245
247
|
*
|
|
246
|
-
* @see {@link MatterSpecification.
|
|
248
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
247
249
|
*/
|
|
248
250
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
249
251
|
}>>;
|
|
@@ -252,7 +254,7 @@ export declare namespace ContentLauncher {
|
|
|
252
254
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
253
255
|
* Player is in the idle state and Splash field is not available.
|
|
254
256
|
*
|
|
255
|
-
* @see {@link MatterSpecification.
|
|
257
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.3
|
|
256
258
|
*/
|
|
257
259
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
258
260
|
/**
|
|
@@ -260,7 +262,7 @@ export declare namespace ContentLauncher {
|
|
|
260
262
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
261
263
|
* https scheme.
|
|
262
264
|
*
|
|
263
|
-
* @see {@link MatterSpecification.
|
|
265
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
264
266
|
*/
|
|
265
267
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
266
268
|
/**
|
|
@@ -272,32 +274,32 @@ export declare namespace ContentLauncher {
|
|
|
272
274
|
*
|
|
273
275
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
274
276
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
277
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
276
278
|
*/
|
|
277
279
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
278
280
|
/**
|
|
279
281
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
280
282
|
* Watermark etc.
|
|
281
283
|
*
|
|
282
|
-
* @see {@link MatterSpecification.
|
|
284
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
283
285
|
*/
|
|
284
286
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
285
287
|
/**
|
|
286
288
|
* This field shall indicate the width using the metric defined in Metric
|
|
287
289
|
*
|
|
288
|
-
* @see {@link MatterSpecification.
|
|
290
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
289
291
|
*/
|
|
290
292
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
291
293
|
/**
|
|
292
294
|
* This field shall indicate the height using the metric defined in Metric
|
|
293
295
|
*
|
|
294
|
-
* @see {@link MatterSpecification.
|
|
296
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
295
297
|
*/
|
|
296
298
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
297
299
|
/**
|
|
298
300
|
* This field shall indicate metric used for defining Height/Width.
|
|
299
301
|
*
|
|
300
|
-
* @see {@link MatterSpecification.
|
|
302
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
301
303
|
*/
|
|
302
304
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
303
305
|
}>>;
|
|
@@ -305,7 +307,7 @@ export declare namespace ContentLauncher {
|
|
|
305
307
|
/**
|
|
306
308
|
* This field shall indicate the style of progress bar for media playback.
|
|
307
309
|
*
|
|
308
|
-
* @see {@link MatterSpecification.
|
|
310
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.4
|
|
309
311
|
*/
|
|
310
312
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
311
313
|
/**
|
|
@@ -313,7 +315,7 @@ export declare namespace ContentLauncher {
|
|
|
313
315
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
314
316
|
* https scheme.
|
|
315
317
|
*
|
|
316
|
-
* @see {@link MatterSpecification.
|
|
318
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
317
319
|
*/
|
|
318
320
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
319
321
|
/**
|
|
@@ -325,32 +327,32 @@ export declare namespace ContentLauncher {
|
|
|
325
327
|
*
|
|
326
328
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
327
329
|
*
|
|
328
|
-
* @see {@link MatterSpecification.
|
|
330
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
329
331
|
*/
|
|
330
332
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
331
333
|
/**
|
|
332
334
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
333
335
|
* Watermark etc.
|
|
334
336
|
*
|
|
335
|
-
* @see {@link MatterSpecification.
|
|
337
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
336
338
|
*/
|
|
337
339
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
338
340
|
/**
|
|
339
341
|
* This field shall indicate the width using the metric defined in Metric
|
|
340
342
|
*
|
|
341
|
-
* @see {@link MatterSpecification.
|
|
343
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
342
344
|
*/
|
|
343
345
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
344
346
|
/**
|
|
345
347
|
* This field shall indicate the height using the metric defined in Metric
|
|
346
348
|
*
|
|
347
|
-
* @see {@link MatterSpecification.
|
|
349
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
348
350
|
*/
|
|
349
351
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
350
352
|
/**
|
|
351
353
|
* This field shall indicate metric used for defining Height/Width.
|
|
352
354
|
*
|
|
353
|
-
* @see {@link MatterSpecification.
|
|
355
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
354
356
|
*/
|
|
355
357
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
356
358
|
}>>;
|
|
@@ -359,7 +361,7 @@ export declare namespace ContentLauncher {
|
|
|
359
361
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
360
362
|
* populated, the Video Player shall default to logo or the provider name.
|
|
361
363
|
*
|
|
362
|
-
* @see {@link MatterSpecification.
|
|
364
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.5
|
|
363
365
|
*/
|
|
364
366
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
365
367
|
/**
|
|
@@ -367,7 +369,7 @@ export declare namespace ContentLauncher {
|
|
|
367
369
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
368
370
|
* https scheme.
|
|
369
371
|
*
|
|
370
|
-
* @see {@link MatterSpecification.
|
|
372
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
371
373
|
*/
|
|
372
374
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
373
375
|
/**
|
|
@@ -379,32 +381,32 @@ export declare namespace ContentLauncher {
|
|
|
379
381
|
*
|
|
380
382
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
381
383
|
*
|
|
382
|
-
* @see {@link MatterSpecification.
|
|
384
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
383
385
|
*/
|
|
384
386
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
385
387
|
/**
|
|
386
388
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
387
389
|
* Watermark etc.
|
|
388
390
|
*
|
|
389
|
-
* @see {@link MatterSpecification.
|
|
391
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
390
392
|
*/
|
|
391
393
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
392
394
|
/**
|
|
393
395
|
* This field shall indicate the width using the metric defined in Metric
|
|
394
396
|
*
|
|
395
|
-
* @see {@link MatterSpecification.
|
|
397
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
396
398
|
*/
|
|
397
399
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
398
400
|
/**
|
|
399
401
|
* This field shall indicate the height using the metric defined in Metric
|
|
400
402
|
*
|
|
401
|
-
* @see {@link MatterSpecification.
|
|
403
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
402
404
|
*/
|
|
403
405
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
404
406
|
/**
|
|
405
407
|
* This field shall indicate metric used for defining Height/Width.
|
|
406
408
|
*
|
|
407
|
-
* @see {@link MatterSpecification.
|
|
409
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
408
410
|
*/
|
|
409
411
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
410
412
|
}>>;
|
|
@@ -412,7 +414,7 @@ export declare namespace ContentLauncher {
|
|
|
412
414
|
/**
|
|
413
415
|
* This field shall indicate watermark shown when the media is playing.
|
|
414
416
|
*
|
|
415
|
-
* @see {@link MatterSpecification.
|
|
417
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.6
|
|
416
418
|
*/
|
|
417
419
|
watermark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
418
420
|
/**
|
|
@@ -420,7 +422,7 @@ export declare namespace ContentLauncher {
|
|
|
420
422
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
421
423
|
* https scheme.
|
|
422
424
|
*
|
|
423
|
-
* @see {@link MatterSpecification.
|
|
425
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
424
426
|
*/
|
|
425
427
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
426
428
|
/**
|
|
@@ -432,32 +434,32 @@ export declare namespace ContentLauncher {
|
|
|
432
434
|
*
|
|
433
435
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
434
436
|
*
|
|
435
|
-
* @see {@link MatterSpecification.
|
|
437
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
436
438
|
*/
|
|
437
439
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
438
440
|
/**
|
|
439
441
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
440
442
|
* Watermark etc.
|
|
441
443
|
*
|
|
442
|
-
* @see {@link MatterSpecification.
|
|
444
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
443
445
|
*/
|
|
444
446
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
445
447
|
/**
|
|
446
448
|
* This field shall indicate the width using the metric defined in Metric
|
|
447
449
|
*
|
|
448
|
-
* @see {@link MatterSpecification.
|
|
450
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
449
451
|
*/
|
|
450
452
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
451
453
|
/**
|
|
452
454
|
* This field shall indicate the height using the metric defined in Metric
|
|
453
455
|
*
|
|
454
|
-
* @see {@link MatterSpecification.
|
|
456
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
455
457
|
*/
|
|
456
458
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
457
459
|
/**
|
|
458
460
|
* This field shall indicate metric used for defining Height/Width.
|
|
459
461
|
*
|
|
460
|
-
* @see {@link MatterSpecification.
|
|
462
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
461
463
|
*/
|
|
462
464
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
463
465
|
}>>;
|
|
@@ -467,21 +469,21 @@ export declare namespace ContentLauncher {
|
|
|
467
469
|
* This object defines Branding Information which can be provided by the client in order to customize the skin of
|
|
468
470
|
* the Video Player during playback.
|
|
469
471
|
*
|
|
470
|
-
* @see {@link MatterSpecification.
|
|
472
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10
|
|
471
473
|
*/
|
|
472
474
|
interface BrandingInformation extends TypeFromSchema<typeof TlvBrandingInformation> {
|
|
473
475
|
}
|
|
474
476
|
/**
|
|
475
477
|
* This structure defines Text/Audio Track preferences.
|
|
476
478
|
*
|
|
477
|
-
* @see {@link MatterSpecification.
|
|
479
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12
|
|
478
480
|
*/
|
|
479
481
|
const TlvTrackPreference: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
480
482
|
/**
|
|
481
483
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
482
484
|
* primary language used in the Track.
|
|
483
485
|
*
|
|
484
|
-
* @see {@link MatterSpecification.
|
|
486
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
485
487
|
*/
|
|
486
488
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
487
489
|
/**
|
|
@@ -489,7 +491,7 @@ export declare namespace ContentLauncher {
|
|
|
489
491
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
490
492
|
* corresponding to the Track.
|
|
491
493
|
*
|
|
492
|
-
* @see {@link MatterSpecification.
|
|
494
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
493
495
|
*/
|
|
494
496
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
495
497
|
/**
|
|
@@ -501,14 +503,14 @@ export declare namespace ContentLauncher {
|
|
|
501
503
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
502
504
|
* can choose the audio output(s) to play the Audio Track on.
|
|
503
505
|
*
|
|
504
|
-
* @see {@link MatterSpecification.
|
|
506
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
505
507
|
*/
|
|
506
508
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
507
509
|
}>;
|
|
508
510
|
/**
|
|
509
511
|
* This structure defines Text/Audio Track preferences.
|
|
510
512
|
*
|
|
511
|
-
* @see {@link MatterSpecification.
|
|
513
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12
|
|
512
514
|
*/
|
|
513
515
|
interface TrackPreference extends TypeFromSchema<typeof TlvTrackPreference> {
|
|
514
516
|
}
|
|
@@ -516,7 +518,7 @@ export declare namespace ContentLauncher {
|
|
|
516
518
|
* PlaybackPreferencesStruct defines the preferences sent by the client to the receiver in the ContentLauncher
|
|
517
519
|
* LaunchURL or LaunchContent commands.
|
|
518
520
|
*
|
|
519
|
-
* @see {@link MatterSpecification.
|
|
521
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11
|
|
520
522
|
*/
|
|
521
523
|
const TlvPlaybackPreferences: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
522
524
|
/**
|
|
@@ -526,7 +528,7 @@ export declare namespace ContentLauncher {
|
|
|
526
528
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
527
529
|
* Live media with no known duration and where seek is not supported).
|
|
528
530
|
*
|
|
529
|
-
* @see {@link MatterSpecification.
|
|
531
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.1
|
|
530
532
|
*/
|
|
531
533
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
532
534
|
/**
|
|
@@ -534,14 +536,14 @@ export declare namespace ContentLauncher {
|
|
|
534
536
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
535
537
|
* Track is up to the server.
|
|
536
538
|
*
|
|
537
|
-
* @see {@link MatterSpecification.
|
|
539
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.2
|
|
538
540
|
*/
|
|
539
541
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
540
542
|
/**
|
|
541
543
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
542
544
|
* primary language used in the Track.
|
|
543
545
|
*
|
|
544
|
-
* @see {@link MatterSpecification.
|
|
546
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
545
547
|
*/
|
|
546
548
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
547
549
|
/**
|
|
@@ -549,7 +551,7 @@ export declare namespace ContentLauncher {
|
|
|
549
551
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
550
552
|
* corresponding to the Track.
|
|
551
553
|
*
|
|
552
|
-
* @see {@link MatterSpecification.
|
|
554
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
553
555
|
*/
|
|
554
556
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
555
557
|
/**
|
|
@@ -561,7 +563,7 @@ export declare namespace ContentLauncher {
|
|
|
561
563
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
562
564
|
* can choose the audio output(s) to play the Audio Track on.
|
|
563
565
|
*
|
|
564
|
-
* @see {@link MatterSpecification.
|
|
566
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
565
567
|
*/
|
|
566
568
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
567
569
|
}> | null>;
|
|
@@ -571,14 +573,14 @@ export declare namespace ContentLauncher {
|
|
|
571
573
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
572
574
|
* decision to play and select an Audio Track is up to the server.
|
|
573
575
|
*
|
|
574
|
-
* @see {@link MatterSpecification.
|
|
576
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.3
|
|
575
577
|
*/
|
|
576
578
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
577
579
|
/**
|
|
578
580
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
579
581
|
* primary language used in the Track.
|
|
580
582
|
*
|
|
581
|
-
* @see {@link MatterSpecification.
|
|
583
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
582
584
|
*/
|
|
583
585
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
584
586
|
/**
|
|
@@ -586,7 +588,7 @@ export declare namespace ContentLauncher {
|
|
|
586
588
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
587
589
|
* corresponding to the Track.
|
|
588
590
|
*
|
|
589
|
-
* @see {@link MatterSpecification.
|
|
591
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
590
592
|
*/
|
|
591
593
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
592
594
|
/**
|
|
@@ -598,7 +600,7 @@ export declare namespace ContentLauncher {
|
|
|
598
600
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
599
601
|
* can choose the audio output(s) to play the Audio Track on.
|
|
600
602
|
*
|
|
601
|
-
* @see {@link MatterSpecification.
|
|
603
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
602
604
|
*/
|
|
603
605
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
604
606
|
}>[] | null>;
|
|
@@ -607,48 +609,48 @@ export declare namespace ContentLauncher {
|
|
|
607
609
|
* PlaybackPreferencesStruct defines the preferences sent by the client to the receiver in the ContentLauncher
|
|
608
610
|
* LaunchURL or LaunchContent commands.
|
|
609
611
|
*
|
|
610
|
-
* @see {@link MatterSpecification.
|
|
612
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11
|
|
611
613
|
*/
|
|
612
614
|
interface PlaybackPreferences extends TypeFromSchema<typeof TlvPlaybackPreferences> {
|
|
613
615
|
}
|
|
614
616
|
/**
|
|
615
617
|
* Input to the ContentLauncher launchUrl command
|
|
616
618
|
*
|
|
617
|
-
* @see {@link MatterSpecification.
|
|
619
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2
|
|
618
620
|
*/
|
|
619
621
|
const TlvLaunchUrlRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
620
622
|
/**
|
|
621
623
|
* This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
|
|
622
624
|
* specified in RFC 1738 and shall use the https scheme.
|
|
623
625
|
*
|
|
624
|
-
* @see {@link MatterSpecification.
|
|
626
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.1
|
|
625
627
|
*/
|
|
626
628
|
contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
|
|
627
629
|
/**
|
|
628
630
|
* This field, if present, shall provide a string that may be used to describe the content being accessed at the
|
|
629
631
|
* given URL.
|
|
630
632
|
*
|
|
631
|
-
* @see {@link MatterSpecification.
|
|
633
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.2
|
|
632
634
|
*/
|
|
633
635
|
displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
634
636
|
/**
|
|
635
637
|
* This field, if present, shall indicate the branding information that may be displayed when playing back the
|
|
636
638
|
* given content.
|
|
637
639
|
*
|
|
638
|
-
* @see {@link MatterSpecification.
|
|
640
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.3
|
|
639
641
|
*/
|
|
640
642
|
brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
641
643
|
/**
|
|
642
644
|
* This field shall indicate name of the provider for the given content.
|
|
643
645
|
*
|
|
644
|
-
* @see {@link MatterSpecification.
|
|
646
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.1
|
|
645
647
|
*/
|
|
646
648
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
647
649
|
/**
|
|
648
650
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
649
651
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
650
652
|
*
|
|
651
|
-
* @see {@link MatterSpecification.
|
|
653
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.2
|
|
652
654
|
*/
|
|
653
655
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
654
656
|
/**
|
|
@@ -656,7 +658,7 @@ export declare namespace ContentLauncher {
|
|
|
656
658
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
657
659
|
* https scheme.
|
|
658
660
|
*
|
|
659
|
-
* @see {@link MatterSpecification.
|
|
661
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
660
662
|
*/
|
|
661
663
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
662
664
|
/**
|
|
@@ -668,32 +670,32 @@ export declare namespace ContentLauncher {
|
|
|
668
670
|
*
|
|
669
671
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
670
672
|
*
|
|
671
|
-
* @see {@link MatterSpecification.
|
|
673
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
672
674
|
*/
|
|
673
675
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
674
676
|
/**
|
|
675
677
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
676
678
|
* Watermark etc.
|
|
677
679
|
*
|
|
678
|
-
* @see {@link MatterSpecification.
|
|
680
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
679
681
|
*/
|
|
680
682
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
681
683
|
/**
|
|
682
684
|
* This field shall indicate the width using the metric defined in Metric
|
|
683
685
|
*
|
|
684
|
-
* @see {@link MatterSpecification.
|
|
686
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
685
687
|
*/
|
|
686
688
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
687
689
|
/**
|
|
688
690
|
* This field shall indicate the height using the metric defined in Metric
|
|
689
691
|
*
|
|
690
|
-
* @see {@link MatterSpecification.
|
|
692
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
691
693
|
*/
|
|
692
694
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
693
695
|
/**
|
|
694
696
|
* This field shall indicate metric used for defining Height/Width.
|
|
695
697
|
*
|
|
696
|
-
* @see {@link MatterSpecification.
|
|
698
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
697
699
|
*/
|
|
698
700
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
699
701
|
}>>;
|
|
@@ -702,7 +704,7 @@ export declare namespace ContentLauncher {
|
|
|
702
704
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
703
705
|
* Player is in the idle state and Splash field is not available.
|
|
704
706
|
*
|
|
705
|
-
* @see {@link MatterSpecification.
|
|
707
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.3
|
|
706
708
|
*/
|
|
707
709
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
708
710
|
/**
|
|
@@ -710,7 +712,7 @@ export declare namespace ContentLauncher {
|
|
|
710
712
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
711
713
|
* https scheme.
|
|
712
714
|
*
|
|
713
|
-
* @see {@link MatterSpecification.
|
|
715
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
714
716
|
*/
|
|
715
717
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
716
718
|
/**
|
|
@@ -722,32 +724,32 @@ export declare namespace ContentLauncher {
|
|
|
722
724
|
*
|
|
723
725
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
724
726
|
*
|
|
725
|
-
* @see {@link MatterSpecification.
|
|
727
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
726
728
|
*/
|
|
727
729
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
728
730
|
/**
|
|
729
731
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
730
732
|
* Watermark etc.
|
|
731
733
|
*
|
|
732
|
-
* @see {@link MatterSpecification.
|
|
734
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
733
735
|
*/
|
|
734
736
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
735
737
|
/**
|
|
736
738
|
* This field shall indicate the width using the metric defined in Metric
|
|
737
739
|
*
|
|
738
|
-
* @see {@link MatterSpecification.
|
|
740
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
739
741
|
*/
|
|
740
742
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
741
743
|
/**
|
|
742
744
|
* This field shall indicate the height using the metric defined in Metric
|
|
743
745
|
*
|
|
744
|
-
* @see {@link MatterSpecification.
|
|
746
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
745
747
|
*/
|
|
746
748
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
747
749
|
/**
|
|
748
750
|
* This field shall indicate metric used for defining Height/Width.
|
|
749
751
|
*
|
|
750
|
-
* @see {@link MatterSpecification.
|
|
752
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
751
753
|
*/
|
|
752
754
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
753
755
|
}>>;
|
|
@@ -755,7 +757,7 @@ export declare namespace ContentLauncher {
|
|
|
755
757
|
/**
|
|
756
758
|
* This field shall indicate the style of progress bar for media playback.
|
|
757
759
|
*
|
|
758
|
-
* @see {@link MatterSpecification.
|
|
760
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.4
|
|
759
761
|
*/
|
|
760
762
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
761
763
|
/**
|
|
@@ -763,7 +765,7 @@ export declare namespace ContentLauncher {
|
|
|
763
765
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
764
766
|
* https scheme.
|
|
765
767
|
*
|
|
766
|
-
* @see {@link MatterSpecification.
|
|
768
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
767
769
|
*/
|
|
768
770
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
769
771
|
/**
|
|
@@ -775,32 +777,32 @@ export declare namespace ContentLauncher {
|
|
|
775
777
|
*
|
|
776
778
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
777
779
|
*
|
|
778
|
-
* @see {@link MatterSpecification.
|
|
780
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
779
781
|
*/
|
|
780
782
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
781
783
|
/**
|
|
782
784
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
783
785
|
* Watermark etc.
|
|
784
786
|
*
|
|
785
|
-
* @see {@link MatterSpecification.
|
|
787
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
786
788
|
*/
|
|
787
789
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
788
790
|
/**
|
|
789
791
|
* This field shall indicate the width using the metric defined in Metric
|
|
790
792
|
*
|
|
791
|
-
* @see {@link MatterSpecification.
|
|
793
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
792
794
|
*/
|
|
793
795
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
794
796
|
/**
|
|
795
797
|
* This field shall indicate the height using the metric defined in Metric
|
|
796
798
|
*
|
|
797
|
-
* @see {@link MatterSpecification.
|
|
799
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
798
800
|
*/
|
|
799
801
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
800
802
|
/**
|
|
801
803
|
* This field shall indicate metric used for defining Height/Width.
|
|
802
804
|
*
|
|
803
|
-
* @see {@link MatterSpecification.
|
|
805
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
804
806
|
*/
|
|
805
807
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
806
808
|
}>>;
|
|
@@ -809,7 +811,7 @@ export declare namespace ContentLauncher {
|
|
|
809
811
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
810
812
|
* populated, the Video Player shall default to logo or the provider name.
|
|
811
813
|
*
|
|
812
|
-
* @see {@link MatterSpecification.
|
|
814
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.5
|
|
813
815
|
*/
|
|
814
816
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
815
817
|
/**
|
|
@@ -817,7 +819,7 @@ export declare namespace ContentLauncher {
|
|
|
817
819
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
818
820
|
* https scheme.
|
|
819
821
|
*
|
|
820
|
-
* @see {@link MatterSpecification.
|
|
822
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
821
823
|
*/
|
|
822
824
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
823
825
|
/**
|
|
@@ -829,32 +831,32 @@ export declare namespace ContentLauncher {
|
|
|
829
831
|
*
|
|
830
832
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
831
833
|
*
|
|
832
|
-
* @see {@link MatterSpecification.
|
|
834
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
833
835
|
*/
|
|
834
836
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
835
837
|
/**
|
|
836
838
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
837
839
|
* Watermark etc.
|
|
838
840
|
*
|
|
839
|
-
* @see {@link MatterSpecification.
|
|
841
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
840
842
|
*/
|
|
841
843
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
842
844
|
/**
|
|
843
845
|
* This field shall indicate the width using the metric defined in Metric
|
|
844
846
|
*
|
|
845
|
-
* @see {@link MatterSpecification.
|
|
847
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
846
848
|
*/
|
|
847
849
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
848
850
|
/**
|
|
849
851
|
* This field shall indicate the height using the metric defined in Metric
|
|
850
852
|
*
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
853
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
852
854
|
*/
|
|
853
855
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
854
856
|
/**
|
|
855
857
|
* This field shall indicate metric used for defining Height/Width.
|
|
856
858
|
*
|
|
857
|
-
* @see {@link MatterSpecification.
|
|
859
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
858
860
|
*/
|
|
859
861
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
860
862
|
}>>;
|
|
@@ -862,7 +864,7 @@ export declare namespace ContentLauncher {
|
|
|
862
864
|
/**
|
|
863
865
|
* This field shall indicate watermark shown when the media is playing.
|
|
864
866
|
*
|
|
865
|
-
* @see {@link MatterSpecification.
|
|
867
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.6
|
|
866
868
|
*/
|
|
867
869
|
watermark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
868
870
|
/**
|
|
@@ -870,7 +872,7 @@ export declare namespace ContentLauncher {
|
|
|
870
872
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
871
873
|
* https scheme.
|
|
872
874
|
*
|
|
873
|
-
* @see {@link MatterSpecification.
|
|
875
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
874
876
|
*/
|
|
875
877
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
876
878
|
/**
|
|
@@ -882,32 +884,32 @@ export declare namespace ContentLauncher {
|
|
|
882
884
|
*
|
|
883
885
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
884
886
|
*
|
|
885
|
-
* @see {@link MatterSpecification.
|
|
887
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
886
888
|
*/
|
|
887
889
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
888
890
|
/**
|
|
889
891
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
890
892
|
* Watermark etc.
|
|
891
893
|
*
|
|
892
|
-
* @see {@link MatterSpecification.
|
|
894
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
893
895
|
*/
|
|
894
896
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
895
897
|
/**
|
|
896
898
|
* This field shall indicate the width using the metric defined in Metric
|
|
897
899
|
*
|
|
898
|
-
* @see {@link MatterSpecification.
|
|
900
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
899
901
|
*/
|
|
900
902
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
901
903
|
/**
|
|
902
904
|
* This field shall indicate the height using the metric defined in Metric
|
|
903
905
|
*
|
|
904
|
-
* @see {@link MatterSpecification.
|
|
906
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
905
907
|
*/
|
|
906
908
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
907
909
|
/**
|
|
908
910
|
* This field shall indicate metric used for defining Height/Width.
|
|
909
911
|
*
|
|
910
|
-
* @see {@link MatterSpecification.
|
|
912
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
911
913
|
*/
|
|
912
914
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
913
915
|
}>>;
|
|
@@ -923,7 +925,7 @@ export declare namespace ContentLauncher {
|
|
|
923
925
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
924
926
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
925
927
|
*
|
|
926
|
-
* @see {@link MatterSpecification.
|
|
928
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.4
|
|
927
929
|
*/
|
|
928
930
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
929
931
|
/**
|
|
@@ -933,7 +935,7 @@ export declare namespace ContentLauncher {
|
|
|
933
935
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
934
936
|
* Live media with no known duration and where seek is not supported).
|
|
935
937
|
*
|
|
936
|
-
* @see {@link MatterSpecification.
|
|
938
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.1
|
|
937
939
|
*/
|
|
938
940
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
939
941
|
/**
|
|
@@ -941,14 +943,14 @@ export declare namespace ContentLauncher {
|
|
|
941
943
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
942
944
|
* Track is up to the server.
|
|
943
945
|
*
|
|
944
|
-
* @see {@link MatterSpecification.
|
|
946
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.2
|
|
945
947
|
*/
|
|
946
948
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
947
949
|
/**
|
|
948
950
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
949
951
|
* primary language used in the Track.
|
|
950
952
|
*
|
|
951
|
-
* @see {@link MatterSpecification.
|
|
953
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
952
954
|
*/
|
|
953
955
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
954
956
|
/**
|
|
@@ -956,7 +958,7 @@ export declare namespace ContentLauncher {
|
|
|
956
958
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
957
959
|
* corresponding to the Track.
|
|
958
960
|
*
|
|
959
|
-
* @see {@link MatterSpecification.
|
|
961
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
960
962
|
*/
|
|
961
963
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
962
964
|
/**
|
|
@@ -968,7 +970,7 @@ export declare namespace ContentLauncher {
|
|
|
968
970
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
969
971
|
* can choose the audio output(s) to play the Audio Track on.
|
|
970
972
|
*
|
|
971
|
-
* @see {@link MatterSpecification.
|
|
973
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
972
974
|
*/
|
|
973
975
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
974
976
|
}> | null>;
|
|
@@ -978,14 +980,14 @@ export declare namespace ContentLauncher {
|
|
|
978
980
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
979
981
|
* decision to play and select an Audio Track is up to the server.
|
|
980
982
|
*
|
|
981
|
-
* @see {@link MatterSpecification.
|
|
983
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.3
|
|
982
984
|
*/
|
|
983
985
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
984
986
|
/**
|
|
985
987
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
986
988
|
* primary language used in the Track.
|
|
987
989
|
*
|
|
988
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
989
991
|
*/
|
|
990
992
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
991
993
|
/**
|
|
@@ -993,7 +995,7 @@ export declare namespace ContentLauncher {
|
|
|
993
995
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
994
996
|
* corresponding to the Track.
|
|
995
997
|
*
|
|
996
|
-
* @see {@link MatterSpecification.
|
|
998
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
997
999
|
*/
|
|
998
1000
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
999
1001
|
/**
|
|
@@ -1005,7 +1007,7 @@ export declare namespace ContentLauncher {
|
|
|
1005
1007
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
1006
1008
|
* can choose the audio output(s) to play the Audio Track on.
|
|
1007
1009
|
*
|
|
1008
|
-
* @see {@link MatterSpecification.
|
|
1010
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
1009
1011
|
*/
|
|
1010
1012
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1011
1013
|
}>[] | null>;
|
|
@@ -1014,12 +1016,12 @@ export declare namespace ContentLauncher {
|
|
|
1014
1016
|
/**
|
|
1015
1017
|
* Input to the ContentLauncher launchUrl command
|
|
1016
1018
|
*
|
|
1017
|
-
* @see {@link MatterSpecification.
|
|
1019
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2
|
|
1018
1020
|
*/
|
|
1019
1021
|
interface LaunchUrlRequest extends TypeFromSchema<typeof TlvLaunchUrlRequest> {
|
|
1020
1022
|
}
|
|
1021
1023
|
/**
|
|
1022
|
-
* @see {@link MatterSpecification.
|
|
1024
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.2
|
|
1023
1025
|
*/
|
|
1024
1026
|
enum Status {
|
|
1025
1027
|
/**
|
|
@@ -1043,34 +1045,66 @@ export declare namespace ContentLauncher {
|
|
|
1043
1045
|
*/
|
|
1044
1046
|
AudioTrackNotAvailable = 4
|
|
1045
1047
|
}
|
|
1048
|
+
/**
|
|
1049
|
+
* Thrown for cluster status code {@link Status.UrlNotAvailable}.
|
|
1050
|
+
*
|
|
1051
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.2
|
|
1052
|
+
*/
|
|
1053
|
+
class UrlNotAvailableError extends StatusResponseError {
|
|
1054
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
1055
|
+
}
|
|
1056
|
+
/**
|
|
1057
|
+
* Thrown for cluster status code {@link Status.AuthFailed}.
|
|
1058
|
+
*
|
|
1059
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.2
|
|
1060
|
+
*/
|
|
1061
|
+
class AuthFailedError extends StatusResponseError {
|
|
1062
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
1063
|
+
}
|
|
1064
|
+
/**
|
|
1065
|
+
* Thrown for cluster status code {@link Status.TextTrackNotAvailable}.
|
|
1066
|
+
*
|
|
1067
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.2
|
|
1068
|
+
*/
|
|
1069
|
+
class TextTrackNotAvailableError extends StatusResponseError {
|
|
1070
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
1071
|
+
}
|
|
1072
|
+
/**
|
|
1073
|
+
* Thrown for cluster status code {@link Status.AudioTrackNotAvailable}.
|
|
1074
|
+
*
|
|
1075
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.2
|
|
1076
|
+
*/
|
|
1077
|
+
class AudioTrackNotAvailableError extends StatusResponseError {
|
|
1078
|
+
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
1079
|
+
}
|
|
1046
1080
|
/**
|
|
1047
1081
|
* This command shall be generated in response to LaunchContent and LaunchURL commands.
|
|
1048
1082
|
*
|
|
1049
|
-
* @see {@link MatterSpecification.
|
|
1083
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3
|
|
1050
1084
|
*/
|
|
1051
1085
|
const TlvLauncherResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1052
1086
|
/**
|
|
1053
1087
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1054
1088
|
*
|
|
1055
|
-
* @see {@link MatterSpecification.
|
|
1089
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.1
|
|
1056
1090
|
*/
|
|
1057
1091
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1058
1092
|
/**
|
|
1059
1093
|
* This field shall indicate Optional app-specific data.
|
|
1060
1094
|
*
|
|
1061
|
-
* @see {@link MatterSpecification.
|
|
1095
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.2
|
|
1062
1096
|
*/
|
|
1063
1097
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1064
1098
|
}>;
|
|
1065
1099
|
/**
|
|
1066
1100
|
* This command shall be generated in response to LaunchContent and LaunchURL commands.
|
|
1067
1101
|
*
|
|
1068
|
-
* @see {@link MatterSpecification.
|
|
1102
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3
|
|
1069
1103
|
*/
|
|
1070
1104
|
interface LauncherResponse extends TypeFromSchema<typeof TlvLauncherResponse> {
|
|
1071
1105
|
}
|
|
1072
1106
|
/**
|
|
1073
|
-
* @see {@link MatterSpecification.
|
|
1107
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.3
|
|
1074
1108
|
*/
|
|
1075
1109
|
enum Parameter {
|
|
1076
1110
|
/**
|
|
@@ -1154,63 +1188,63 @@ export declare namespace ContentLauncher {
|
|
|
1154
1188
|
/**
|
|
1155
1189
|
* This object defines additional name=value pairs that can be used for identifying content.
|
|
1156
1190
|
*
|
|
1157
|
-
* @see {@link MatterSpecification.
|
|
1191
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5
|
|
1158
1192
|
*/
|
|
1159
1193
|
const TlvAdditionalInfo: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1160
1194
|
/**
|
|
1161
1195
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
1162
1196
|
*
|
|
1163
|
-
* @see {@link MatterSpecification.
|
|
1197
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.1
|
|
1164
1198
|
*/
|
|
1165
1199
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1166
1200
|
/**
|
|
1167
1201
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
1168
1202
|
*
|
|
1169
|
-
* @see {@link MatterSpecification.
|
|
1203
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.2
|
|
1170
1204
|
*/
|
|
1171
1205
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1172
1206
|
}>;
|
|
1173
1207
|
/**
|
|
1174
1208
|
* This object defines additional name=value pairs that can be used for identifying content.
|
|
1175
1209
|
*
|
|
1176
|
-
* @see {@link MatterSpecification.
|
|
1210
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5
|
|
1177
1211
|
*/
|
|
1178
1212
|
interface AdditionalInfo extends TypeFromSchema<typeof TlvAdditionalInfo> {
|
|
1179
1213
|
}
|
|
1180
1214
|
/**
|
|
1181
1215
|
* This object defines inputs to a search for content for display or playback.
|
|
1182
1216
|
*
|
|
1183
|
-
* @see {@link MatterSpecification.
|
|
1217
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6
|
|
1184
1218
|
*/
|
|
1185
1219
|
const TlvParameterStruct: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1186
1220
|
/**
|
|
1187
1221
|
* This field shall indicate the entity type.
|
|
1188
1222
|
*
|
|
1189
|
-
* @see {@link MatterSpecification.
|
|
1223
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.1
|
|
1190
1224
|
*/
|
|
1191
1225
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
1192
1226
|
/**
|
|
1193
1227
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
1194
1228
|
*
|
|
1195
|
-
* @see {@link MatterSpecification.
|
|
1229
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.2
|
|
1196
1230
|
*/
|
|
1197
1231
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1198
1232
|
/**
|
|
1199
1233
|
* This field shall indicate the list of additional external content identifiers.
|
|
1200
1234
|
*
|
|
1201
|
-
* @see {@link MatterSpecification.
|
|
1235
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.3
|
|
1202
1236
|
*/
|
|
1203
1237
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1204
1238
|
/**
|
|
1205
1239
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
1206
1240
|
*
|
|
1207
|
-
* @see {@link MatterSpecification.
|
|
1241
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.1
|
|
1208
1242
|
*/
|
|
1209
1243
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1210
1244
|
/**
|
|
1211
1245
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
1212
1246
|
*
|
|
1213
|
-
* @see {@link MatterSpecification.
|
|
1247
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.2
|
|
1214
1248
|
*/
|
|
1215
1249
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1216
1250
|
}>[]>;
|
|
@@ -1218,14 +1252,14 @@ export declare namespace ContentLauncher {
|
|
|
1218
1252
|
/**
|
|
1219
1253
|
* This object defines inputs to a search for content for display or playback.
|
|
1220
1254
|
*
|
|
1221
|
-
* @see {@link MatterSpecification.
|
|
1255
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6
|
|
1222
1256
|
*/
|
|
1223
1257
|
interface ParameterStruct extends TypeFromSchema<typeof TlvParameterStruct> {
|
|
1224
1258
|
}
|
|
1225
1259
|
/**
|
|
1226
1260
|
* This object defines inputs to a search for content for display or playback.
|
|
1227
1261
|
*
|
|
1228
|
-
* @see {@link MatterSpecification.
|
|
1262
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.7
|
|
1229
1263
|
*/
|
|
1230
1264
|
const TlvContentSearch: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1231
1265
|
/**
|
|
@@ -1233,37 +1267,37 @@ export declare namespace ContentLauncher {
|
|
|
1233
1267
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
1234
1268
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
1235
1269
|
*
|
|
1236
|
-
* @see {@link MatterSpecification.
|
|
1270
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.7.1
|
|
1237
1271
|
*/
|
|
1238
1272
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1239
1273
|
/**
|
|
1240
1274
|
* This field shall indicate the entity type.
|
|
1241
1275
|
*
|
|
1242
|
-
* @see {@link MatterSpecification.
|
|
1276
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.1
|
|
1243
1277
|
*/
|
|
1244
1278
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
1245
1279
|
/**
|
|
1246
1280
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
1247
1281
|
*
|
|
1248
|
-
* @see {@link MatterSpecification.
|
|
1282
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.2
|
|
1249
1283
|
*/
|
|
1250
1284
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1251
1285
|
/**
|
|
1252
1286
|
* This field shall indicate the list of additional external content identifiers.
|
|
1253
1287
|
*
|
|
1254
|
-
* @see {@link MatterSpecification.
|
|
1288
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.3
|
|
1255
1289
|
*/
|
|
1256
1290
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1257
1291
|
/**
|
|
1258
1292
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
1259
1293
|
*
|
|
1260
|
-
* @see {@link MatterSpecification.
|
|
1294
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.1
|
|
1261
1295
|
*/
|
|
1262
1296
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1263
1297
|
/**
|
|
1264
1298
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
1265
1299
|
*
|
|
1266
|
-
* @see {@link MatterSpecification.
|
|
1300
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.2
|
|
1267
1301
|
*/
|
|
1268
1302
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1269
1303
|
}>[]>;
|
|
@@ -1272,20 +1306,20 @@ export declare namespace ContentLauncher {
|
|
|
1272
1306
|
/**
|
|
1273
1307
|
* This object defines inputs to a search for content for display or playback.
|
|
1274
1308
|
*
|
|
1275
|
-
* @see {@link MatterSpecification.
|
|
1309
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.7
|
|
1276
1310
|
*/
|
|
1277
1311
|
interface ContentSearch extends TypeFromSchema<typeof TlvContentSearch> {
|
|
1278
1312
|
}
|
|
1279
1313
|
/**
|
|
1280
1314
|
* Input to the ContentLauncher launchContent command
|
|
1281
1315
|
*
|
|
1282
|
-
* @see {@link MatterSpecification.
|
|
1316
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1
|
|
1283
1317
|
*/
|
|
1284
1318
|
const TlvLaunchContentRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1285
1319
|
/**
|
|
1286
1320
|
* This field shall indicate the content to launch.
|
|
1287
1321
|
*
|
|
1288
|
-
* @see {@link MatterSpecification.
|
|
1322
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.1
|
|
1289
1323
|
*/
|
|
1290
1324
|
search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1291
1325
|
/**
|
|
@@ -1293,37 +1327,37 @@ export declare namespace ContentLauncher {
|
|
|
1293
1327
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
1294
1328
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
1295
1329
|
*
|
|
1296
|
-
* @see {@link MatterSpecification.
|
|
1330
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.7.1
|
|
1297
1331
|
*/
|
|
1298
1332
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1299
1333
|
/**
|
|
1300
1334
|
* This field shall indicate the entity type.
|
|
1301
1335
|
*
|
|
1302
|
-
* @see {@link MatterSpecification.
|
|
1336
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.1
|
|
1303
1337
|
*/
|
|
1304
1338
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
1305
1339
|
/**
|
|
1306
1340
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
1307
1341
|
*
|
|
1308
|
-
* @see {@link MatterSpecification.
|
|
1342
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.2
|
|
1309
1343
|
*/
|
|
1310
1344
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1311
1345
|
/**
|
|
1312
1346
|
* This field shall indicate the list of additional external content identifiers.
|
|
1313
1347
|
*
|
|
1314
|
-
* @see {@link MatterSpecification.
|
|
1348
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.3
|
|
1315
1349
|
*/
|
|
1316
1350
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1317
1351
|
/**
|
|
1318
1352
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
1319
1353
|
*
|
|
1320
|
-
* @see {@link MatterSpecification.
|
|
1354
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.1
|
|
1321
1355
|
*/
|
|
1322
1356
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1323
1357
|
/**
|
|
1324
1358
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
1325
1359
|
*
|
|
1326
|
-
* @see {@link MatterSpecification.
|
|
1360
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.2
|
|
1327
1361
|
*/
|
|
1328
1362
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1329
1363
|
}>[]>;
|
|
@@ -1336,13 +1370,13 @@ export declare namespace ContentLauncher {
|
|
|
1336
1370
|
*
|
|
1337
1371
|
* • FALSE means matches should be displayed on screen for user selection.
|
|
1338
1372
|
*
|
|
1339
|
-
* @see {@link MatterSpecification.
|
|
1373
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.2
|
|
1340
1374
|
*/
|
|
1341
1375
|
autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1342
1376
|
/**
|
|
1343
1377
|
* This field, if present, shall indicate app-specific data.
|
|
1344
1378
|
*
|
|
1345
|
-
* @see {@link MatterSpecification.
|
|
1379
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.3
|
|
1346
1380
|
*/
|
|
1347
1381
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1348
1382
|
/**
|
|
@@ -1355,7 +1389,7 @@ export declare namespace ContentLauncher {
|
|
|
1355
1389
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
1356
1390
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
1357
1391
|
*
|
|
1358
|
-
* @see {@link MatterSpecification.
|
|
1392
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.4
|
|
1359
1393
|
*/
|
|
1360
1394
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1361
1395
|
/**
|
|
@@ -1365,7 +1399,7 @@ export declare namespace ContentLauncher {
|
|
|
1365
1399
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
1366
1400
|
* Live media with no known duration and where seek is not supported).
|
|
1367
1401
|
*
|
|
1368
|
-
* @see {@link MatterSpecification.
|
|
1402
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.1
|
|
1369
1403
|
*/
|
|
1370
1404
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1371
1405
|
/**
|
|
@@ -1373,14 +1407,14 @@ export declare namespace ContentLauncher {
|
|
|
1373
1407
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
1374
1408
|
* Track is up to the server.
|
|
1375
1409
|
*
|
|
1376
|
-
* @see {@link MatterSpecification.
|
|
1410
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.2
|
|
1377
1411
|
*/
|
|
1378
1412
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1379
1413
|
/**
|
|
1380
1414
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
1381
1415
|
* primary language used in the Track.
|
|
1382
1416
|
*
|
|
1383
|
-
* @see {@link MatterSpecification.
|
|
1417
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
1384
1418
|
*/
|
|
1385
1419
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1386
1420
|
/**
|
|
@@ -1388,7 +1422,7 @@ export declare namespace ContentLauncher {
|
|
|
1388
1422
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
1389
1423
|
* corresponding to the Track.
|
|
1390
1424
|
*
|
|
1391
|
-
* @see {@link MatterSpecification.
|
|
1425
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
1392
1426
|
*/
|
|
1393
1427
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
1394
1428
|
/**
|
|
@@ -1400,7 +1434,7 @@ export declare namespace ContentLauncher {
|
|
|
1400
1434
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
1401
1435
|
* can choose the audio output(s) to play the Audio Track on.
|
|
1402
1436
|
*
|
|
1403
|
-
* @see {@link MatterSpecification.
|
|
1437
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
1404
1438
|
*/
|
|
1405
1439
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1406
1440
|
}> | null>;
|
|
@@ -1410,14 +1444,14 @@ export declare namespace ContentLauncher {
|
|
|
1410
1444
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
1411
1445
|
* decision to play and select an Audio Track is up to the server.
|
|
1412
1446
|
*
|
|
1413
|
-
* @see {@link MatterSpecification.
|
|
1447
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.3
|
|
1414
1448
|
*/
|
|
1415
1449
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1416
1450
|
/**
|
|
1417
1451
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
1418
1452
|
* primary language used in the Track.
|
|
1419
1453
|
*
|
|
1420
|
-
* @see {@link MatterSpecification.
|
|
1454
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
1421
1455
|
*/
|
|
1422
1456
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1423
1457
|
/**
|
|
@@ -1425,7 +1459,7 @@ export declare namespace ContentLauncher {
|
|
|
1425
1459
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
1426
1460
|
* corresponding to the Track.
|
|
1427
1461
|
*
|
|
1428
|
-
* @see {@link MatterSpecification.
|
|
1462
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
1429
1463
|
*/
|
|
1430
1464
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
1431
1465
|
/**
|
|
@@ -1437,7 +1471,7 @@ export declare namespace ContentLauncher {
|
|
|
1437
1471
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
1438
1472
|
* can choose the audio output(s) to play the Audio Track on.
|
|
1439
1473
|
*
|
|
1440
|
-
* @see {@link MatterSpecification.
|
|
1474
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
1441
1475
|
*/
|
|
1442
1476
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1443
1477
|
}>[] | null>;
|
|
@@ -1449,14 +1483,14 @@ export declare namespace ContentLauncher {
|
|
|
1449
1483
|
* request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
|
|
1450
1484
|
* context may be considered FALSE means current activity context shall NOT be considered
|
|
1451
1485
|
*
|
|
1452
|
-
* @see {@link MatterSpecification.
|
|
1486
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.5
|
|
1453
1487
|
*/
|
|
1454
1488
|
useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1455
1489
|
}>;
|
|
1456
1490
|
/**
|
|
1457
1491
|
* Input to the ContentLauncher launchContent command
|
|
1458
1492
|
*
|
|
1459
|
-
* @see {@link MatterSpecification.
|
|
1493
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1
|
|
1460
1494
|
*/
|
|
1461
1495
|
interface LaunchContentRequest extends TypeFromSchema<typeof TlvLaunchContentRequest> {
|
|
1462
1496
|
}
|
|
@@ -1469,13 +1503,13 @@ export declare namespace ContentLauncher {
|
|
|
1469
1503
|
* This attribute shall provide a list of content types supported by the Video Player or Content App in the
|
|
1470
1504
|
* form of entries in the HTTP "Accept" request header.
|
|
1471
1505
|
*
|
|
1472
|
-
* @see {@link MatterSpecification.
|
|
1506
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.6.1
|
|
1473
1507
|
*/
|
|
1474
1508
|
readonly acceptHeader: Attribute<string[], any>;
|
|
1475
1509
|
/**
|
|
1476
1510
|
* This attribute shall provide information about supported streaming protocols.
|
|
1477
1511
|
*
|
|
1478
|
-
* @see {@link MatterSpecification.
|
|
1512
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.6.2
|
|
1479
1513
|
*/
|
|
1480
1514
|
readonly supportedStreamingProtocols: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1481
1515
|
/**
|
|
@@ -1506,41 +1540,41 @@ export declare namespace ContentLauncher {
|
|
|
1506
1540
|
*
|
|
1507
1541
|
* This command returns a Launch Response.
|
|
1508
1542
|
*
|
|
1509
|
-
* @see {@link MatterSpecification.
|
|
1543
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2
|
|
1510
1544
|
*/
|
|
1511
1545
|
readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1512
1546
|
/**
|
|
1513
1547
|
* This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
|
|
1514
1548
|
* specified in RFC 1738 and shall use the https scheme.
|
|
1515
1549
|
*
|
|
1516
|
-
* @see {@link MatterSpecification.
|
|
1550
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.1
|
|
1517
1551
|
*/
|
|
1518
1552
|
contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1519
1553
|
/**
|
|
1520
1554
|
* This field, if present, shall provide a string that may be used to describe the content being accessed at the
|
|
1521
1555
|
* given URL.
|
|
1522
1556
|
*
|
|
1523
|
-
* @see {@link MatterSpecification.
|
|
1557
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.2
|
|
1524
1558
|
*/
|
|
1525
1559
|
displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1526
1560
|
/**
|
|
1527
1561
|
* This field, if present, shall indicate the branding information that may be displayed when playing back the
|
|
1528
1562
|
* given content.
|
|
1529
1563
|
*
|
|
1530
|
-
* @see {@link MatterSpecification.
|
|
1564
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.3
|
|
1531
1565
|
*/
|
|
1532
1566
|
brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1533
1567
|
/**
|
|
1534
1568
|
* This field shall indicate name of the provider for the given content.
|
|
1535
1569
|
*
|
|
1536
|
-
* @see {@link MatterSpecification.
|
|
1570
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.1
|
|
1537
1571
|
*/
|
|
1538
1572
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1539
1573
|
/**
|
|
1540
1574
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
1541
1575
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
1542
1576
|
*
|
|
1543
|
-
* @see {@link MatterSpecification.
|
|
1577
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.2
|
|
1544
1578
|
*/
|
|
1545
1579
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1546
1580
|
/**
|
|
@@ -1548,7 +1582,7 @@ export declare namespace ContentLauncher {
|
|
|
1548
1582
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
1549
1583
|
* https scheme.
|
|
1550
1584
|
*
|
|
1551
|
-
* @see {@link MatterSpecification.
|
|
1585
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
1552
1586
|
*/
|
|
1553
1587
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1554
1588
|
/**
|
|
@@ -1560,32 +1594,32 @@ export declare namespace ContentLauncher {
|
|
|
1560
1594
|
*
|
|
1561
1595
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
1562
1596
|
*
|
|
1563
|
-
* @see {@link MatterSpecification.
|
|
1597
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
1564
1598
|
*/
|
|
1565
1599
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1566
1600
|
/**
|
|
1567
1601
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
1568
1602
|
* Watermark etc.
|
|
1569
1603
|
*
|
|
1570
|
-
* @see {@link MatterSpecification.
|
|
1604
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
1571
1605
|
*/
|
|
1572
1606
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1573
1607
|
/**
|
|
1574
1608
|
* This field shall indicate the width using the metric defined in Metric
|
|
1575
1609
|
*
|
|
1576
|
-
* @see {@link MatterSpecification.
|
|
1610
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
1577
1611
|
*/
|
|
1578
1612
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1579
1613
|
/**
|
|
1580
1614
|
* This field shall indicate the height using the metric defined in Metric
|
|
1581
1615
|
*
|
|
1582
|
-
* @see {@link MatterSpecification.
|
|
1616
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
1583
1617
|
*/
|
|
1584
1618
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1585
1619
|
/**
|
|
1586
1620
|
* This field shall indicate metric used for defining Height/Width.
|
|
1587
1621
|
*
|
|
1588
|
-
* @see {@link MatterSpecification.
|
|
1622
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
1589
1623
|
*/
|
|
1590
1624
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
1591
1625
|
}>>;
|
|
@@ -1594,7 +1628,7 @@ export declare namespace ContentLauncher {
|
|
|
1594
1628
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
1595
1629
|
* Player is in the idle state and Splash field is not available.
|
|
1596
1630
|
*
|
|
1597
|
-
* @see {@link MatterSpecification.
|
|
1631
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.3
|
|
1598
1632
|
*/
|
|
1599
1633
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1600
1634
|
/**
|
|
@@ -1602,7 +1636,7 @@ export declare namespace ContentLauncher {
|
|
|
1602
1636
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
1603
1637
|
* https scheme.
|
|
1604
1638
|
*
|
|
1605
|
-
* @see {@link MatterSpecification.
|
|
1639
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
1606
1640
|
*/
|
|
1607
1641
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1608
1642
|
/**
|
|
@@ -1614,32 +1648,32 @@ export declare namespace ContentLauncher {
|
|
|
1614
1648
|
*
|
|
1615
1649
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
1616
1650
|
*
|
|
1617
|
-
* @see {@link MatterSpecification.
|
|
1651
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
1618
1652
|
*/
|
|
1619
1653
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1620
1654
|
/**
|
|
1621
1655
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
1622
1656
|
* Watermark etc.
|
|
1623
1657
|
*
|
|
1624
|
-
* @see {@link MatterSpecification.
|
|
1658
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
1625
1659
|
*/
|
|
1626
1660
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1627
1661
|
/**
|
|
1628
1662
|
* This field shall indicate the width using the metric defined in Metric
|
|
1629
1663
|
*
|
|
1630
|
-
* @see {@link MatterSpecification.
|
|
1664
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
1631
1665
|
*/
|
|
1632
1666
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1633
1667
|
/**
|
|
1634
1668
|
* This field shall indicate the height using the metric defined in Metric
|
|
1635
1669
|
*
|
|
1636
|
-
* @see {@link MatterSpecification.
|
|
1670
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
1637
1671
|
*/
|
|
1638
1672
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1639
1673
|
/**
|
|
1640
1674
|
* This field shall indicate metric used for defining Height/Width.
|
|
1641
1675
|
*
|
|
1642
|
-
* @see {@link MatterSpecification.
|
|
1676
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
1643
1677
|
*/
|
|
1644
1678
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
1645
1679
|
}>>;
|
|
@@ -1647,7 +1681,7 @@ export declare namespace ContentLauncher {
|
|
|
1647
1681
|
/**
|
|
1648
1682
|
* This field shall indicate the style of progress bar for media playback.
|
|
1649
1683
|
*
|
|
1650
|
-
* @see {@link MatterSpecification.
|
|
1684
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.4
|
|
1651
1685
|
*/
|
|
1652
1686
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1653
1687
|
/**
|
|
@@ -1655,7 +1689,7 @@ export declare namespace ContentLauncher {
|
|
|
1655
1689
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
1656
1690
|
* https scheme.
|
|
1657
1691
|
*
|
|
1658
|
-
* @see {@link MatterSpecification.
|
|
1692
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
1659
1693
|
*/
|
|
1660
1694
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1661
1695
|
/**
|
|
@@ -1667,32 +1701,32 @@ export declare namespace ContentLauncher {
|
|
|
1667
1701
|
*
|
|
1668
1702
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
1669
1703
|
*
|
|
1670
|
-
* @see {@link MatterSpecification.
|
|
1704
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
1671
1705
|
*/
|
|
1672
1706
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1673
1707
|
/**
|
|
1674
1708
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
1675
1709
|
* Watermark etc.
|
|
1676
1710
|
*
|
|
1677
|
-
* @see {@link MatterSpecification.
|
|
1711
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
1678
1712
|
*/
|
|
1679
1713
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1680
1714
|
/**
|
|
1681
1715
|
* This field shall indicate the width using the metric defined in Metric
|
|
1682
1716
|
*
|
|
1683
|
-
* @see {@link MatterSpecification.
|
|
1717
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
1684
1718
|
*/
|
|
1685
1719
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1686
1720
|
/**
|
|
1687
1721
|
* This field shall indicate the height using the metric defined in Metric
|
|
1688
1722
|
*
|
|
1689
|
-
* @see {@link MatterSpecification.
|
|
1723
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
1690
1724
|
*/
|
|
1691
1725
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1692
1726
|
/**
|
|
1693
1727
|
* This field shall indicate metric used for defining Height/Width.
|
|
1694
1728
|
*
|
|
1695
|
-
* @see {@link MatterSpecification.
|
|
1729
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
1696
1730
|
*/
|
|
1697
1731
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
1698
1732
|
}>>;
|
|
@@ -1701,7 +1735,7 @@ export declare namespace ContentLauncher {
|
|
|
1701
1735
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
1702
1736
|
* populated, the Video Player shall default to logo or the provider name.
|
|
1703
1737
|
*
|
|
1704
|
-
* @see {@link MatterSpecification.
|
|
1738
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.5
|
|
1705
1739
|
*/
|
|
1706
1740
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1707
1741
|
/**
|
|
@@ -1709,7 +1743,7 @@ export declare namespace ContentLauncher {
|
|
|
1709
1743
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
1710
1744
|
* https scheme.
|
|
1711
1745
|
*
|
|
1712
|
-
* @see {@link MatterSpecification.
|
|
1746
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
1713
1747
|
*/
|
|
1714
1748
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1715
1749
|
/**
|
|
@@ -1721,32 +1755,32 @@ export declare namespace ContentLauncher {
|
|
|
1721
1755
|
*
|
|
1722
1756
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
1723
1757
|
*
|
|
1724
|
-
* @see {@link MatterSpecification.
|
|
1758
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
1725
1759
|
*/
|
|
1726
1760
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1727
1761
|
/**
|
|
1728
1762
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
1729
1763
|
* Watermark etc.
|
|
1730
1764
|
*
|
|
1731
|
-
* @see {@link MatterSpecification.
|
|
1765
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
1732
1766
|
*/
|
|
1733
1767
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1734
1768
|
/**
|
|
1735
1769
|
* This field shall indicate the width using the metric defined in Metric
|
|
1736
1770
|
*
|
|
1737
|
-
* @see {@link MatterSpecification.
|
|
1771
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
1738
1772
|
*/
|
|
1739
1773
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1740
1774
|
/**
|
|
1741
1775
|
* This field shall indicate the height using the metric defined in Metric
|
|
1742
1776
|
*
|
|
1743
|
-
* @see {@link MatterSpecification.
|
|
1777
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
1744
1778
|
*/
|
|
1745
1779
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1746
1780
|
/**
|
|
1747
1781
|
* This field shall indicate metric used for defining Height/Width.
|
|
1748
1782
|
*
|
|
1749
|
-
* @see {@link MatterSpecification.
|
|
1783
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
1750
1784
|
*/
|
|
1751
1785
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
1752
1786
|
}>>;
|
|
@@ -1754,7 +1788,7 @@ export declare namespace ContentLauncher {
|
|
|
1754
1788
|
/**
|
|
1755
1789
|
* This field shall indicate watermark shown when the media is playing.
|
|
1756
1790
|
*
|
|
1757
|
-
* @see {@link MatterSpecification.
|
|
1791
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.6
|
|
1758
1792
|
*/
|
|
1759
1793
|
watermark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1760
1794
|
/**
|
|
@@ -1762,7 +1796,7 @@ export declare namespace ContentLauncher {
|
|
|
1762
1796
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
1763
1797
|
* https scheme.
|
|
1764
1798
|
*
|
|
1765
|
-
* @see {@link MatterSpecification.
|
|
1799
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
1766
1800
|
*/
|
|
1767
1801
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1768
1802
|
/**
|
|
@@ -1774,32 +1808,32 @@ export declare namespace ContentLauncher {
|
|
|
1774
1808
|
*
|
|
1775
1809
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
1776
1810
|
*
|
|
1777
|
-
* @see {@link MatterSpecification.
|
|
1811
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
1778
1812
|
*/
|
|
1779
1813
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1780
1814
|
/**
|
|
1781
1815
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
1782
1816
|
* Watermark etc.
|
|
1783
1817
|
*
|
|
1784
|
-
* @see {@link MatterSpecification.
|
|
1818
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
1785
1819
|
*/
|
|
1786
1820
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1787
1821
|
/**
|
|
1788
1822
|
* This field shall indicate the width using the metric defined in Metric
|
|
1789
1823
|
*
|
|
1790
|
-
* @see {@link MatterSpecification.
|
|
1824
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
1791
1825
|
*/
|
|
1792
1826
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1793
1827
|
/**
|
|
1794
1828
|
* This field shall indicate the height using the metric defined in Metric
|
|
1795
1829
|
*
|
|
1796
|
-
* @see {@link MatterSpecification.
|
|
1830
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
1797
1831
|
*/
|
|
1798
1832
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1799
1833
|
/**
|
|
1800
1834
|
* This field shall indicate metric used for defining Height/Width.
|
|
1801
1835
|
*
|
|
1802
|
-
* @see {@link MatterSpecification.
|
|
1836
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
1803
1837
|
*/
|
|
1804
1838
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
1805
1839
|
}>>;
|
|
@@ -1815,7 +1849,7 @@ export declare namespace ContentLauncher {
|
|
|
1815
1849
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
1816
1850
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
1817
1851
|
*
|
|
1818
|
-
* @see {@link MatterSpecification.
|
|
1852
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.4
|
|
1819
1853
|
*/
|
|
1820
1854
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1821
1855
|
/**
|
|
@@ -1825,7 +1859,7 @@ export declare namespace ContentLauncher {
|
|
|
1825
1859
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
1826
1860
|
* Live media with no known duration and where seek is not supported).
|
|
1827
1861
|
*
|
|
1828
|
-
* @see {@link MatterSpecification.
|
|
1862
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.1
|
|
1829
1863
|
*/
|
|
1830
1864
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1831
1865
|
/**
|
|
@@ -1833,14 +1867,14 @@ export declare namespace ContentLauncher {
|
|
|
1833
1867
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
1834
1868
|
* Track is up to the server.
|
|
1835
1869
|
*
|
|
1836
|
-
* @see {@link MatterSpecification.
|
|
1870
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.2
|
|
1837
1871
|
*/
|
|
1838
1872
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1839
1873
|
/**
|
|
1840
1874
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
1841
1875
|
* primary language used in the Track.
|
|
1842
1876
|
*
|
|
1843
|
-
* @see {@link MatterSpecification.
|
|
1877
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
1844
1878
|
*/
|
|
1845
1879
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1846
1880
|
/**
|
|
@@ -1848,7 +1882,7 @@ export declare namespace ContentLauncher {
|
|
|
1848
1882
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
1849
1883
|
* corresponding to the Track.
|
|
1850
1884
|
*
|
|
1851
|
-
* @see {@link MatterSpecification.
|
|
1885
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
1852
1886
|
*/
|
|
1853
1887
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
1854
1888
|
/**
|
|
@@ -1860,7 +1894,7 @@ export declare namespace ContentLauncher {
|
|
|
1860
1894
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
1861
1895
|
* can choose the audio output(s) to play the Audio Track on.
|
|
1862
1896
|
*
|
|
1863
|
-
* @see {@link MatterSpecification.
|
|
1897
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
1864
1898
|
*/
|
|
1865
1899
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1866
1900
|
}> | null>;
|
|
@@ -1870,14 +1904,14 @@ export declare namespace ContentLauncher {
|
|
|
1870
1904
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
1871
1905
|
* decision to play and select an Audio Track is up to the server.
|
|
1872
1906
|
*
|
|
1873
|
-
* @see {@link MatterSpecification.
|
|
1907
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.3
|
|
1874
1908
|
*/
|
|
1875
1909
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1876
1910
|
/**
|
|
1877
1911
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
1878
1912
|
* primary language used in the Track.
|
|
1879
1913
|
*
|
|
1880
|
-
* @see {@link MatterSpecification.
|
|
1914
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
1881
1915
|
*/
|
|
1882
1916
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1883
1917
|
/**
|
|
@@ -1885,7 +1919,7 @@ export declare namespace ContentLauncher {
|
|
|
1885
1919
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
1886
1920
|
* corresponding to the Track.
|
|
1887
1921
|
*
|
|
1888
|
-
* @see {@link MatterSpecification.
|
|
1922
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
1889
1923
|
*/
|
|
1890
1924
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
1891
1925
|
/**
|
|
@@ -1897,7 +1931,7 @@ export declare namespace ContentLauncher {
|
|
|
1897
1931
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
1898
1932
|
* can choose the audio output(s) to play the Audio Track on.
|
|
1899
1933
|
*
|
|
1900
|
-
* @see {@link MatterSpecification.
|
|
1934
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
1901
1935
|
*/
|
|
1902
1936
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1903
1937
|
}>[] | null>;
|
|
@@ -1906,13 +1940,13 @@ export declare namespace ContentLauncher {
|
|
|
1906
1940
|
/**
|
|
1907
1941
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1908
1942
|
*
|
|
1909
|
-
* @see {@link MatterSpecification.
|
|
1943
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.1
|
|
1910
1944
|
*/
|
|
1911
1945
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1912
1946
|
/**
|
|
1913
1947
|
* This field shall indicate Optional app-specific data.
|
|
1914
1948
|
*
|
|
1915
|
-
* @see {@link MatterSpecification.
|
|
1949
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.2
|
|
1916
1950
|
*/
|
|
1917
1951
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1918
1952
|
}>, any>;
|
|
@@ -1927,13 +1961,13 @@ export declare namespace ContentLauncher {
|
|
|
1927
1961
|
* Upon receipt, this shall launch the specified content with optional search criteria. This command returns
|
|
1928
1962
|
* a Launch Response.
|
|
1929
1963
|
*
|
|
1930
|
-
* @see {@link MatterSpecification.
|
|
1964
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1
|
|
1931
1965
|
*/
|
|
1932
1966
|
readonly launchContent: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1933
1967
|
/**
|
|
1934
1968
|
* This field shall indicate the content to launch.
|
|
1935
1969
|
*
|
|
1936
|
-
* @see {@link MatterSpecification.
|
|
1970
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.1
|
|
1937
1971
|
*/
|
|
1938
1972
|
search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1939
1973
|
/**
|
|
@@ -1941,37 +1975,37 @@ export declare namespace ContentLauncher {
|
|
|
1941
1975
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
1942
1976
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
1943
1977
|
*
|
|
1944
|
-
* @see {@link MatterSpecification.
|
|
1978
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.7.1
|
|
1945
1979
|
*/
|
|
1946
1980
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1947
1981
|
/**
|
|
1948
1982
|
* This field shall indicate the entity type.
|
|
1949
1983
|
*
|
|
1950
|
-
* @see {@link MatterSpecification.
|
|
1984
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.1
|
|
1951
1985
|
*/
|
|
1952
1986
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
1953
1987
|
/**
|
|
1954
1988
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
1955
1989
|
*
|
|
1956
|
-
* @see {@link MatterSpecification.
|
|
1990
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.2
|
|
1957
1991
|
*/
|
|
1958
1992
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1959
1993
|
/**
|
|
1960
1994
|
* This field shall indicate the list of additional external content identifiers.
|
|
1961
1995
|
*
|
|
1962
|
-
* @see {@link MatterSpecification.
|
|
1996
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.3
|
|
1963
1997
|
*/
|
|
1964
1998
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1965
1999
|
/**
|
|
1966
2000
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
1967
2001
|
*
|
|
1968
|
-
* @see {@link MatterSpecification.
|
|
2002
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.1
|
|
1969
2003
|
*/
|
|
1970
2004
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1971
2005
|
/**
|
|
1972
2006
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
1973
2007
|
*
|
|
1974
|
-
* @see {@link MatterSpecification.
|
|
2008
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.2
|
|
1975
2009
|
*/
|
|
1976
2010
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1977
2011
|
}>[]>;
|
|
@@ -1984,13 +2018,13 @@ export declare namespace ContentLauncher {
|
|
|
1984
2018
|
*
|
|
1985
2019
|
* • FALSE means matches should be displayed on screen for user selection.
|
|
1986
2020
|
*
|
|
1987
|
-
* @see {@link MatterSpecification.
|
|
2021
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.2
|
|
1988
2022
|
*/
|
|
1989
2023
|
autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1990
2024
|
/**
|
|
1991
2025
|
* This field, if present, shall indicate app-specific data.
|
|
1992
2026
|
*
|
|
1993
|
-
* @see {@link MatterSpecification.
|
|
2027
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.3
|
|
1994
2028
|
*/
|
|
1995
2029
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1996
2030
|
/**
|
|
@@ -2003,7 +2037,7 @@ export declare namespace ContentLauncher {
|
|
|
2003
2037
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
2004
2038
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
2005
2039
|
*
|
|
2006
|
-
* @see {@link MatterSpecification.
|
|
2040
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.4
|
|
2007
2041
|
*/
|
|
2008
2042
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2009
2043
|
/**
|
|
@@ -2013,7 +2047,7 @@ export declare namespace ContentLauncher {
|
|
|
2013
2047
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
2014
2048
|
* Live media with no known duration and where seek is not supported).
|
|
2015
2049
|
*
|
|
2016
|
-
* @see {@link MatterSpecification.
|
|
2050
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.1
|
|
2017
2051
|
*/
|
|
2018
2052
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2019
2053
|
/**
|
|
@@ -2021,14 +2055,14 @@ export declare namespace ContentLauncher {
|
|
|
2021
2055
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
2022
2056
|
* Track is up to the server.
|
|
2023
2057
|
*
|
|
2024
|
-
* @see {@link MatterSpecification.
|
|
2058
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.2
|
|
2025
2059
|
*/
|
|
2026
2060
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2027
2061
|
/**
|
|
2028
2062
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2029
2063
|
* primary language used in the Track.
|
|
2030
2064
|
*
|
|
2031
|
-
* @see {@link MatterSpecification.
|
|
2065
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
2032
2066
|
*/
|
|
2033
2067
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2034
2068
|
/**
|
|
@@ -2036,7 +2070,7 @@ export declare namespace ContentLauncher {
|
|
|
2036
2070
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2037
2071
|
* corresponding to the Track.
|
|
2038
2072
|
*
|
|
2039
|
-
* @see {@link MatterSpecification.
|
|
2073
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
2040
2074
|
*/
|
|
2041
2075
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2042
2076
|
/**
|
|
@@ -2048,7 +2082,7 @@ export declare namespace ContentLauncher {
|
|
|
2048
2082
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2049
2083
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2050
2084
|
*
|
|
2051
|
-
* @see {@link MatterSpecification.
|
|
2085
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
2052
2086
|
*/
|
|
2053
2087
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2054
2088
|
}> | null>;
|
|
@@ -2058,14 +2092,14 @@ export declare namespace ContentLauncher {
|
|
|
2058
2092
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
2059
2093
|
* decision to play and select an Audio Track is up to the server.
|
|
2060
2094
|
*
|
|
2061
|
-
* @see {@link MatterSpecification.
|
|
2095
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.3
|
|
2062
2096
|
*/
|
|
2063
2097
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2064
2098
|
/**
|
|
2065
2099
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2066
2100
|
* primary language used in the Track.
|
|
2067
2101
|
*
|
|
2068
|
-
* @see {@link MatterSpecification.
|
|
2102
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
2069
2103
|
*/
|
|
2070
2104
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2071
2105
|
/**
|
|
@@ -2073,7 +2107,7 @@ export declare namespace ContentLauncher {
|
|
|
2073
2107
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2074
2108
|
* corresponding to the Track.
|
|
2075
2109
|
*
|
|
2076
|
-
* @see {@link MatterSpecification.
|
|
2110
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
2077
2111
|
*/
|
|
2078
2112
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2079
2113
|
/**
|
|
@@ -2085,7 +2119,7 @@ export declare namespace ContentLauncher {
|
|
|
2085
2119
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2086
2120
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2087
2121
|
*
|
|
2088
|
-
* @see {@link MatterSpecification.
|
|
2122
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
2089
2123
|
*/
|
|
2090
2124
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2091
2125
|
}>[] | null>;
|
|
@@ -2097,20 +2131,20 @@ export declare namespace ContentLauncher {
|
|
|
2097
2131
|
* request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
|
|
2098
2132
|
* context may be considered FALSE means current activity context shall NOT be considered
|
|
2099
2133
|
*
|
|
2100
|
-
* @see {@link MatterSpecification.
|
|
2134
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.5
|
|
2101
2135
|
*/
|
|
2102
2136
|
useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2103
2137
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2104
2138
|
/**
|
|
2105
2139
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2106
2140
|
*
|
|
2107
|
-
* @see {@link MatterSpecification.
|
|
2141
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.1
|
|
2108
2142
|
*/
|
|
2109
2143
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2110
2144
|
/**
|
|
2111
2145
|
* This field shall indicate Optional app-specific data.
|
|
2112
2146
|
*
|
|
2113
|
-
* @see {@link MatterSpecification.
|
|
2147
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.2
|
|
2114
2148
|
*/
|
|
2115
2149
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2116
2150
|
}>, any>;
|
|
@@ -2164,13 +2198,13 @@ export declare namespace ContentLauncher {
|
|
|
2164
2198
|
* This attribute shall provide a list of content types supported by the Video Player or Content App in the
|
|
2165
2199
|
* form of entries in the HTTP "Accept" request header.
|
|
2166
2200
|
*
|
|
2167
|
-
* @see {@link MatterSpecification.
|
|
2201
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.6.1
|
|
2168
2202
|
*/
|
|
2169
2203
|
readonly acceptHeader: Attribute<string[], any>;
|
|
2170
2204
|
/**
|
|
2171
2205
|
* This attribute shall provide information about supported streaming protocols.
|
|
2172
2206
|
*
|
|
2173
|
-
* @see {@link MatterSpecification.
|
|
2207
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.6.2
|
|
2174
2208
|
*/
|
|
2175
2209
|
readonly supportedStreamingProtocols: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2176
2210
|
/**
|
|
@@ -2201,41 +2235,41 @@ export declare namespace ContentLauncher {
|
|
|
2201
2235
|
*
|
|
2202
2236
|
* This command returns a Launch Response.
|
|
2203
2237
|
*
|
|
2204
|
-
* @see {@link MatterSpecification.
|
|
2238
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2
|
|
2205
2239
|
*/
|
|
2206
2240
|
readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2207
2241
|
/**
|
|
2208
2242
|
* This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
|
|
2209
2243
|
* specified in RFC 1738 and shall use the https scheme.
|
|
2210
2244
|
*
|
|
2211
|
-
* @see {@link MatterSpecification.
|
|
2245
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.1
|
|
2212
2246
|
*/
|
|
2213
2247
|
contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2214
2248
|
/**
|
|
2215
2249
|
* This field, if present, shall provide a string that may be used to describe the content being accessed at the
|
|
2216
2250
|
* given URL.
|
|
2217
2251
|
*
|
|
2218
|
-
* @see {@link MatterSpecification.
|
|
2252
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.2
|
|
2219
2253
|
*/
|
|
2220
2254
|
displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2221
2255
|
/**
|
|
2222
2256
|
* This field, if present, shall indicate the branding information that may be displayed when playing back the
|
|
2223
2257
|
* given content.
|
|
2224
2258
|
*
|
|
2225
|
-
* @see {@link MatterSpecification.
|
|
2259
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.3
|
|
2226
2260
|
*/
|
|
2227
2261
|
brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2228
2262
|
/**
|
|
2229
2263
|
* This field shall indicate name of the provider for the given content.
|
|
2230
2264
|
*
|
|
2231
|
-
* @see {@link MatterSpecification.
|
|
2265
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.1
|
|
2232
2266
|
*/
|
|
2233
2267
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2234
2268
|
/**
|
|
2235
2269
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
2236
2270
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
2237
2271
|
*
|
|
2238
|
-
* @see {@link MatterSpecification.
|
|
2272
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.2
|
|
2239
2273
|
*/
|
|
2240
2274
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2241
2275
|
/**
|
|
@@ -2243,7 +2277,7 @@ export declare namespace ContentLauncher {
|
|
|
2243
2277
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2244
2278
|
* https scheme.
|
|
2245
2279
|
*
|
|
2246
|
-
* @see {@link MatterSpecification.
|
|
2280
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
2247
2281
|
*/
|
|
2248
2282
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2249
2283
|
/**
|
|
@@ -2255,32 +2289,32 @@ export declare namespace ContentLauncher {
|
|
|
2255
2289
|
*
|
|
2256
2290
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
2257
2291
|
*
|
|
2258
|
-
* @see {@link MatterSpecification.
|
|
2292
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
2259
2293
|
*/
|
|
2260
2294
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2261
2295
|
/**
|
|
2262
2296
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
2263
2297
|
* Watermark etc.
|
|
2264
2298
|
*
|
|
2265
|
-
* @see {@link MatterSpecification.
|
|
2299
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
2266
2300
|
*/
|
|
2267
2301
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2268
2302
|
/**
|
|
2269
2303
|
* This field shall indicate the width using the metric defined in Metric
|
|
2270
2304
|
*
|
|
2271
|
-
* @see {@link MatterSpecification.
|
|
2305
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
2272
2306
|
*/
|
|
2273
2307
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2274
2308
|
/**
|
|
2275
2309
|
* This field shall indicate the height using the metric defined in Metric
|
|
2276
2310
|
*
|
|
2277
|
-
* @see {@link MatterSpecification.
|
|
2311
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
2278
2312
|
*/
|
|
2279
2313
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2280
2314
|
/**
|
|
2281
2315
|
* This field shall indicate metric used for defining Height/Width.
|
|
2282
2316
|
*
|
|
2283
|
-
* @see {@link MatterSpecification.
|
|
2317
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
2284
2318
|
*/
|
|
2285
2319
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
2286
2320
|
}>>;
|
|
@@ -2289,7 +2323,7 @@ export declare namespace ContentLauncher {
|
|
|
2289
2323
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
2290
2324
|
* Player is in the idle state and Splash field is not available.
|
|
2291
2325
|
*
|
|
2292
|
-
* @see {@link MatterSpecification.
|
|
2326
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.3
|
|
2293
2327
|
*/
|
|
2294
2328
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2295
2329
|
/**
|
|
@@ -2297,7 +2331,7 @@ export declare namespace ContentLauncher {
|
|
|
2297
2331
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2298
2332
|
* https scheme.
|
|
2299
2333
|
*
|
|
2300
|
-
* @see {@link MatterSpecification.
|
|
2334
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
2301
2335
|
*/
|
|
2302
2336
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2303
2337
|
/**
|
|
@@ -2309,32 +2343,32 @@ export declare namespace ContentLauncher {
|
|
|
2309
2343
|
*
|
|
2310
2344
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
2311
2345
|
*
|
|
2312
|
-
* @see {@link MatterSpecification.
|
|
2346
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
2313
2347
|
*/
|
|
2314
2348
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2315
2349
|
/**
|
|
2316
2350
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
2317
2351
|
* Watermark etc.
|
|
2318
2352
|
*
|
|
2319
|
-
* @see {@link MatterSpecification.
|
|
2353
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
2320
2354
|
*/
|
|
2321
2355
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2322
2356
|
/**
|
|
2323
2357
|
* This field shall indicate the width using the metric defined in Metric
|
|
2324
2358
|
*
|
|
2325
|
-
* @see {@link MatterSpecification.
|
|
2359
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
2326
2360
|
*/
|
|
2327
2361
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2328
2362
|
/**
|
|
2329
2363
|
* This field shall indicate the height using the metric defined in Metric
|
|
2330
2364
|
*
|
|
2331
|
-
* @see {@link MatterSpecification.
|
|
2365
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
2332
2366
|
*/
|
|
2333
2367
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2334
2368
|
/**
|
|
2335
2369
|
* This field shall indicate metric used for defining Height/Width.
|
|
2336
2370
|
*
|
|
2337
|
-
* @see {@link MatterSpecification.
|
|
2371
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
2338
2372
|
*/
|
|
2339
2373
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
2340
2374
|
}>>;
|
|
@@ -2342,7 +2376,7 @@ export declare namespace ContentLauncher {
|
|
|
2342
2376
|
/**
|
|
2343
2377
|
* This field shall indicate the style of progress bar for media playback.
|
|
2344
2378
|
*
|
|
2345
|
-
* @see {@link MatterSpecification.
|
|
2379
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.4
|
|
2346
2380
|
*/
|
|
2347
2381
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2348
2382
|
/**
|
|
@@ -2350,7 +2384,7 @@ export declare namespace ContentLauncher {
|
|
|
2350
2384
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2351
2385
|
* https scheme.
|
|
2352
2386
|
*
|
|
2353
|
-
* @see {@link MatterSpecification.
|
|
2387
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
2354
2388
|
*/
|
|
2355
2389
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2356
2390
|
/**
|
|
@@ -2362,32 +2396,32 @@ export declare namespace ContentLauncher {
|
|
|
2362
2396
|
*
|
|
2363
2397
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
2364
2398
|
*
|
|
2365
|
-
* @see {@link MatterSpecification.
|
|
2399
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
2366
2400
|
*/
|
|
2367
2401
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2368
2402
|
/**
|
|
2369
2403
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
2370
2404
|
* Watermark etc.
|
|
2371
2405
|
*
|
|
2372
|
-
* @see {@link MatterSpecification.
|
|
2406
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
2373
2407
|
*/
|
|
2374
2408
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2375
2409
|
/**
|
|
2376
2410
|
* This field shall indicate the width using the metric defined in Metric
|
|
2377
2411
|
*
|
|
2378
|
-
* @see {@link MatterSpecification.
|
|
2412
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
2379
2413
|
*/
|
|
2380
2414
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2381
2415
|
/**
|
|
2382
2416
|
* This field shall indicate the height using the metric defined in Metric
|
|
2383
2417
|
*
|
|
2384
|
-
* @see {@link MatterSpecification.
|
|
2418
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
2385
2419
|
*/
|
|
2386
2420
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2387
2421
|
/**
|
|
2388
2422
|
* This field shall indicate metric used for defining Height/Width.
|
|
2389
2423
|
*
|
|
2390
|
-
* @see {@link MatterSpecification.
|
|
2424
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
2391
2425
|
*/
|
|
2392
2426
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
2393
2427
|
}>>;
|
|
@@ -2396,7 +2430,7 @@ export declare namespace ContentLauncher {
|
|
|
2396
2430
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
2397
2431
|
* populated, the Video Player shall default to logo or the provider name.
|
|
2398
2432
|
*
|
|
2399
|
-
* @see {@link MatterSpecification.
|
|
2433
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.5
|
|
2400
2434
|
*/
|
|
2401
2435
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2402
2436
|
/**
|
|
@@ -2404,7 +2438,7 @@ export declare namespace ContentLauncher {
|
|
|
2404
2438
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2405
2439
|
* https scheme.
|
|
2406
2440
|
*
|
|
2407
|
-
* @see {@link MatterSpecification.
|
|
2441
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
2408
2442
|
*/
|
|
2409
2443
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2410
2444
|
/**
|
|
@@ -2416,32 +2450,32 @@ export declare namespace ContentLauncher {
|
|
|
2416
2450
|
*
|
|
2417
2451
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
2418
2452
|
*
|
|
2419
|
-
* @see {@link MatterSpecification.
|
|
2453
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
2420
2454
|
*/
|
|
2421
2455
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2422
2456
|
/**
|
|
2423
2457
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
2424
2458
|
* Watermark etc.
|
|
2425
2459
|
*
|
|
2426
|
-
* @see {@link MatterSpecification.
|
|
2460
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
2427
2461
|
*/
|
|
2428
2462
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2429
2463
|
/**
|
|
2430
2464
|
* This field shall indicate the width using the metric defined in Metric
|
|
2431
2465
|
*
|
|
2432
|
-
* @see {@link MatterSpecification.
|
|
2466
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
2433
2467
|
*/
|
|
2434
2468
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2435
2469
|
/**
|
|
2436
2470
|
* This field shall indicate the height using the metric defined in Metric
|
|
2437
2471
|
*
|
|
2438
|
-
* @see {@link MatterSpecification.
|
|
2472
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
2439
2473
|
*/
|
|
2440
2474
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2441
2475
|
/**
|
|
2442
2476
|
* This field shall indicate metric used for defining Height/Width.
|
|
2443
2477
|
*
|
|
2444
|
-
* @see {@link MatterSpecification.
|
|
2478
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
2445
2479
|
*/
|
|
2446
2480
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
2447
2481
|
}>>;
|
|
@@ -2449,7 +2483,7 @@ export declare namespace ContentLauncher {
|
|
|
2449
2483
|
/**
|
|
2450
2484
|
* This field shall indicate watermark shown when the media is playing.
|
|
2451
2485
|
*
|
|
2452
|
-
* @see {@link MatterSpecification.
|
|
2486
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.6
|
|
2453
2487
|
*/
|
|
2454
2488
|
watermark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2455
2489
|
/**
|
|
@@ -2457,7 +2491,7 @@ export declare namespace ContentLauncher {
|
|
|
2457
2491
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2458
2492
|
* https scheme.
|
|
2459
2493
|
*
|
|
2460
|
-
* @see {@link MatterSpecification.
|
|
2494
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
2461
2495
|
*/
|
|
2462
2496
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2463
2497
|
/**
|
|
@@ -2469,32 +2503,32 @@ export declare namespace ContentLauncher {
|
|
|
2469
2503
|
*
|
|
2470
2504
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
2471
2505
|
*
|
|
2472
|
-
* @see {@link MatterSpecification.
|
|
2506
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
2473
2507
|
*/
|
|
2474
2508
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2475
2509
|
/**
|
|
2476
2510
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
2477
2511
|
* Watermark etc.
|
|
2478
2512
|
*
|
|
2479
|
-
* @see {@link MatterSpecification.
|
|
2513
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
2480
2514
|
*/
|
|
2481
2515
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2482
2516
|
/**
|
|
2483
2517
|
* This field shall indicate the width using the metric defined in Metric
|
|
2484
2518
|
*
|
|
2485
|
-
* @see {@link MatterSpecification.
|
|
2519
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
2486
2520
|
*/
|
|
2487
2521
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2488
2522
|
/**
|
|
2489
2523
|
* This field shall indicate the height using the metric defined in Metric
|
|
2490
2524
|
*
|
|
2491
|
-
* @see {@link MatterSpecification.
|
|
2525
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
2492
2526
|
*/
|
|
2493
2527
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2494
2528
|
/**
|
|
2495
2529
|
* This field shall indicate metric used for defining Height/Width.
|
|
2496
2530
|
*
|
|
2497
|
-
* @see {@link MatterSpecification.
|
|
2531
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
2498
2532
|
*/
|
|
2499
2533
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
2500
2534
|
}>>;
|
|
@@ -2510,7 +2544,7 @@ export declare namespace ContentLauncher {
|
|
|
2510
2544
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
2511
2545
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
2512
2546
|
*
|
|
2513
|
-
* @see {@link MatterSpecification.
|
|
2547
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.4
|
|
2514
2548
|
*/
|
|
2515
2549
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2516
2550
|
/**
|
|
@@ -2520,7 +2554,7 @@ export declare namespace ContentLauncher {
|
|
|
2520
2554
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
2521
2555
|
* Live media with no known duration and where seek is not supported).
|
|
2522
2556
|
*
|
|
2523
|
-
* @see {@link MatterSpecification.
|
|
2557
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.1
|
|
2524
2558
|
*/
|
|
2525
2559
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2526
2560
|
/**
|
|
@@ -2528,14 +2562,14 @@ export declare namespace ContentLauncher {
|
|
|
2528
2562
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
2529
2563
|
* Track is up to the server.
|
|
2530
2564
|
*
|
|
2531
|
-
* @see {@link MatterSpecification.
|
|
2565
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.2
|
|
2532
2566
|
*/
|
|
2533
2567
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2534
2568
|
/**
|
|
2535
2569
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2536
2570
|
* primary language used in the Track.
|
|
2537
2571
|
*
|
|
2538
|
-
* @see {@link MatterSpecification.
|
|
2572
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
2539
2573
|
*/
|
|
2540
2574
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2541
2575
|
/**
|
|
@@ -2543,7 +2577,7 @@ export declare namespace ContentLauncher {
|
|
|
2543
2577
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2544
2578
|
* corresponding to the Track.
|
|
2545
2579
|
*
|
|
2546
|
-
* @see {@link MatterSpecification.
|
|
2580
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
2547
2581
|
*/
|
|
2548
2582
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2549
2583
|
/**
|
|
@@ -2555,7 +2589,7 @@ export declare namespace ContentLauncher {
|
|
|
2555
2589
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2556
2590
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2557
2591
|
*
|
|
2558
|
-
* @see {@link MatterSpecification.
|
|
2592
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
2559
2593
|
*/
|
|
2560
2594
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2561
2595
|
}> | null>;
|
|
@@ -2565,14 +2599,14 @@ export declare namespace ContentLauncher {
|
|
|
2565
2599
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
2566
2600
|
* decision to play and select an Audio Track is up to the server.
|
|
2567
2601
|
*
|
|
2568
|
-
* @see {@link MatterSpecification.
|
|
2602
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.3
|
|
2569
2603
|
*/
|
|
2570
2604
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2571
2605
|
/**
|
|
2572
2606
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2573
2607
|
* primary language used in the Track.
|
|
2574
2608
|
*
|
|
2575
|
-
* @see {@link MatterSpecification.
|
|
2609
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
2576
2610
|
*/
|
|
2577
2611
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2578
2612
|
/**
|
|
@@ -2580,7 +2614,7 @@ export declare namespace ContentLauncher {
|
|
|
2580
2614
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2581
2615
|
* corresponding to the Track.
|
|
2582
2616
|
*
|
|
2583
|
-
* @see {@link MatterSpecification.
|
|
2617
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
2584
2618
|
*/
|
|
2585
2619
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2586
2620
|
/**
|
|
@@ -2592,7 +2626,7 @@ export declare namespace ContentLauncher {
|
|
|
2592
2626
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2593
2627
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2594
2628
|
*
|
|
2595
|
-
* @see {@link MatterSpecification.
|
|
2629
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
2596
2630
|
*/
|
|
2597
2631
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2598
2632
|
}>[] | null>;
|
|
@@ -2601,13 +2635,13 @@ export declare namespace ContentLauncher {
|
|
|
2601
2635
|
/**
|
|
2602
2636
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2603
2637
|
*
|
|
2604
|
-
* @see {@link MatterSpecification.
|
|
2638
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.1
|
|
2605
2639
|
*/
|
|
2606
2640
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2607
2641
|
/**
|
|
2608
2642
|
* This field shall indicate Optional app-specific data.
|
|
2609
2643
|
*
|
|
2610
|
-
* @see {@link MatterSpecification.
|
|
2644
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.2
|
|
2611
2645
|
*/
|
|
2612
2646
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2613
2647
|
}>, any>;
|
|
@@ -2623,13 +2657,13 @@ export declare namespace ContentLauncher {
|
|
|
2623
2657
|
* Upon receipt, this shall launch the specified content with optional search criteria. This command returns
|
|
2624
2658
|
* a Launch Response.
|
|
2625
2659
|
*
|
|
2626
|
-
* @see {@link MatterSpecification.
|
|
2660
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1
|
|
2627
2661
|
*/
|
|
2628
2662
|
readonly launchContent: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2629
2663
|
/**
|
|
2630
2664
|
* This field shall indicate the content to launch.
|
|
2631
2665
|
*
|
|
2632
|
-
* @see {@link MatterSpecification.
|
|
2666
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.1
|
|
2633
2667
|
*/
|
|
2634
2668
|
search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2635
2669
|
/**
|
|
@@ -2637,37 +2671,37 @@ export declare namespace ContentLauncher {
|
|
|
2637
2671
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
2638
2672
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
2639
2673
|
*
|
|
2640
|
-
* @see {@link MatterSpecification.
|
|
2674
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.7.1
|
|
2641
2675
|
*/
|
|
2642
2676
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2643
2677
|
/**
|
|
2644
2678
|
* This field shall indicate the entity type.
|
|
2645
2679
|
*
|
|
2646
|
-
* @see {@link MatterSpecification.
|
|
2680
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.1
|
|
2647
2681
|
*/
|
|
2648
2682
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
2649
2683
|
/**
|
|
2650
2684
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
2651
2685
|
*
|
|
2652
|
-
* @see {@link MatterSpecification.
|
|
2686
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.2
|
|
2653
2687
|
*/
|
|
2654
2688
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2655
2689
|
/**
|
|
2656
2690
|
* This field shall indicate the list of additional external content identifiers.
|
|
2657
2691
|
*
|
|
2658
|
-
* @see {@link MatterSpecification.
|
|
2692
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.3
|
|
2659
2693
|
*/
|
|
2660
2694
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2661
2695
|
/**
|
|
2662
2696
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
2663
2697
|
*
|
|
2664
|
-
* @see {@link MatterSpecification.
|
|
2698
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.1
|
|
2665
2699
|
*/
|
|
2666
2700
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2667
2701
|
/**
|
|
2668
2702
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
2669
2703
|
*
|
|
2670
|
-
* @see {@link MatterSpecification.
|
|
2704
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.2
|
|
2671
2705
|
*/
|
|
2672
2706
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2673
2707
|
}>[]>;
|
|
@@ -2680,13 +2714,13 @@ export declare namespace ContentLauncher {
|
|
|
2680
2714
|
*
|
|
2681
2715
|
* • FALSE means matches should be displayed on screen for user selection.
|
|
2682
2716
|
*
|
|
2683
|
-
* @see {@link MatterSpecification.
|
|
2717
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.2
|
|
2684
2718
|
*/
|
|
2685
2719
|
autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2686
2720
|
/**
|
|
2687
2721
|
* This field, if present, shall indicate app-specific data.
|
|
2688
2722
|
*
|
|
2689
|
-
* @see {@link MatterSpecification.
|
|
2723
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.3
|
|
2690
2724
|
*/
|
|
2691
2725
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2692
2726
|
/**
|
|
@@ -2699,7 +2733,7 @@ export declare namespace ContentLauncher {
|
|
|
2699
2733
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
2700
2734
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
2701
2735
|
*
|
|
2702
|
-
* @see {@link MatterSpecification.
|
|
2736
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.4
|
|
2703
2737
|
*/
|
|
2704
2738
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2705
2739
|
/**
|
|
@@ -2709,7 +2743,7 @@ export declare namespace ContentLauncher {
|
|
|
2709
2743
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
2710
2744
|
* Live media with no known duration and where seek is not supported).
|
|
2711
2745
|
*
|
|
2712
|
-
* @see {@link MatterSpecification.
|
|
2746
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.1
|
|
2713
2747
|
*/
|
|
2714
2748
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2715
2749
|
/**
|
|
@@ -2717,14 +2751,14 @@ export declare namespace ContentLauncher {
|
|
|
2717
2751
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
2718
2752
|
* Track is up to the server.
|
|
2719
2753
|
*
|
|
2720
|
-
* @see {@link MatterSpecification.
|
|
2754
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.2
|
|
2721
2755
|
*/
|
|
2722
2756
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2723
2757
|
/**
|
|
2724
2758
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2725
2759
|
* primary language used in the Track.
|
|
2726
2760
|
*
|
|
2727
|
-
* @see {@link MatterSpecification.
|
|
2761
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
2728
2762
|
*/
|
|
2729
2763
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2730
2764
|
/**
|
|
@@ -2732,7 +2766,7 @@ export declare namespace ContentLauncher {
|
|
|
2732
2766
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2733
2767
|
* corresponding to the Track.
|
|
2734
2768
|
*
|
|
2735
|
-
* @see {@link MatterSpecification.
|
|
2769
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
2736
2770
|
*/
|
|
2737
2771
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2738
2772
|
/**
|
|
@@ -2744,7 +2778,7 @@ export declare namespace ContentLauncher {
|
|
|
2744
2778
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2745
2779
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2746
2780
|
*
|
|
2747
|
-
* @see {@link MatterSpecification.
|
|
2781
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
2748
2782
|
*/
|
|
2749
2783
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2750
2784
|
}> | null>;
|
|
@@ -2754,14 +2788,14 @@ export declare namespace ContentLauncher {
|
|
|
2754
2788
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
2755
2789
|
* decision to play and select an Audio Track is up to the server.
|
|
2756
2790
|
*
|
|
2757
|
-
* @see {@link MatterSpecification.
|
|
2791
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.3
|
|
2758
2792
|
*/
|
|
2759
2793
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2760
2794
|
/**
|
|
2761
2795
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2762
2796
|
* primary language used in the Track.
|
|
2763
2797
|
*
|
|
2764
|
-
* @see {@link MatterSpecification.
|
|
2798
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
2765
2799
|
*/
|
|
2766
2800
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2767
2801
|
/**
|
|
@@ -2769,7 +2803,7 @@ export declare namespace ContentLauncher {
|
|
|
2769
2803
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2770
2804
|
* corresponding to the Track.
|
|
2771
2805
|
*
|
|
2772
|
-
* @see {@link MatterSpecification.
|
|
2806
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
2773
2807
|
*/
|
|
2774
2808
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2775
2809
|
/**
|
|
@@ -2781,7 +2815,7 @@ export declare namespace ContentLauncher {
|
|
|
2781
2815
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2782
2816
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2783
2817
|
*
|
|
2784
|
-
* @see {@link MatterSpecification.
|
|
2818
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
2785
2819
|
*/
|
|
2786
2820
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2787
2821
|
}>[] | null>;
|
|
@@ -2793,20 +2827,20 @@ export declare namespace ContentLauncher {
|
|
|
2793
2827
|
* request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
|
|
2794
2828
|
* context may be considered FALSE means current activity context shall NOT be considered
|
|
2795
2829
|
*
|
|
2796
|
-
* @see {@link MatterSpecification.
|
|
2830
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.5
|
|
2797
2831
|
*/
|
|
2798
2832
|
useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2799
2833
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2800
2834
|
/**
|
|
2801
2835
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2802
2836
|
*
|
|
2803
|
-
* @see {@link MatterSpecification.
|
|
2837
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.1
|
|
2804
2838
|
*/
|
|
2805
2839
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2806
2840
|
/**
|
|
2807
2841
|
* This field shall indicate Optional app-specific data.
|
|
2808
2842
|
*
|
|
2809
|
-
* @see {@link MatterSpecification.
|
|
2843
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.2
|
|
2810
2844
|
*/
|
|
2811
2845
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2812
2846
|
}>, any>;
|
|
@@ -2868,13 +2902,13 @@ export declare namespace ContentLauncher {
|
|
|
2868
2902
|
* This attribute shall provide a list of content types supported by the Video Player or Content App in the
|
|
2869
2903
|
* form of entries in the HTTP "Accept" request header.
|
|
2870
2904
|
*
|
|
2871
|
-
* @see {@link MatterSpecification.
|
|
2905
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.6.1
|
|
2872
2906
|
*/
|
|
2873
2907
|
readonly acceptHeader: Attribute<string[], any>;
|
|
2874
2908
|
/**
|
|
2875
2909
|
* This attribute shall provide information about supported streaming protocols.
|
|
2876
2910
|
*
|
|
2877
|
-
* @see {@link MatterSpecification.
|
|
2911
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.6.2
|
|
2878
2912
|
*/
|
|
2879
2913
|
readonly supportedStreamingProtocols: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2880
2914
|
/**
|
|
@@ -2905,41 +2939,41 @@ export declare namespace ContentLauncher {
|
|
|
2905
2939
|
*
|
|
2906
2940
|
* This command returns a Launch Response.
|
|
2907
2941
|
*
|
|
2908
|
-
* @see {@link MatterSpecification.
|
|
2942
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2
|
|
2909
2943
|
*/
|
|
2910
2944
|
readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2911
2945
|
/**
|
|
2912
2946
|
* This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
|
|
2913
2947
|
* specified in RFC 1738 and shall use the https scheme.
|
|
2914
2948
|
*
|
|
2915
|
-
* @see {@link MatterSpecification.
|
|
2949
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.1
|
|
2916
2950
|
*/
|
|
2917
2951
|
contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2918
2952
|
/**
|
|
2919
2953
|
* This field, if present, shall provide a string that may be used to describe the content being accessed at the
|
|
2920
2954
|
* given URL.
|
|
2921
2955
|
*
|
|
2922
|
-
* @see {@link MatterSpecification.
|
|
2956
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.2
|
|
2923
2957
|
*/
|
|
2924
2958
|
displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2925
2959
|
/**
|
|
2926
2960
|
* This field, if present, shall indicate the branding information that may be displayed when playing back the
|
|
2927
2961
|
* given content.
|
|
2928
2962
|
*
|
|
2929
|
-
* @see {@link MatterSpecification.
|
|
2963
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.3
|
|
2930
2964
|
*/
|
|
2931
2965
|
brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2932
2966
|
/**
|
|
2933
2967
|
* This field shall indicate name of the provider for the given content.
|
|
2934
2968
|
*
|
|
2935
|
-
* @see {@link MatterSpecification.
|
|
2969
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.1
|
|
2936
2970
|
*/
|
|
2937
2971
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2938
2972
|
/**
|
|
2939
2973
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
2940
2974
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
2941
2975
|
*
|
|
2942
|
-
* @see {@link MatterSpecification.
|
|
2976
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.2
|
|
2943
2977
|
*/
|
|
2944
2978
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2945
2979
|
/**
|
|
@@ -2947,7 +2981,7 @@ export declare namespace ContentLauncher {
|
|
|
2947
2981
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2948
2982
|
* https scheme.
|
|
2949
2983
|
*
|
|
2950
|
-
* @see {@link MatterSpecification.
|
|
2984
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
2951
2985
|
*/
|
|
2952
2986
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2953
2987
|
/**
|
|
@@ -2959,32 +2993,32 @@ export declare namespace ContentLauncher {
|
|
|
2959
2993
|
*
|
|
2960
2994
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
2961
2995
|
*
|
|
2962
|
-
* @see {@link MatterSpecification.
|
|
2996
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
2963
2997
|
*/
|
|
2964
2998
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2965
2999
|
/**
|
|
2966
3000
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
2967
3001
|
* Watermark etc.
|
|
2968
3002
|
*
|
|
2969
|
-
* @see {@link MatterSpecification.
|
|
3003
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
2970
3004
|
*/
|
|
2971
3005
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2972
3006
|
/**
|
|
2973
3007
|
* This field shall indicate the width using the metric defined in Metric
|
|
2974
3008
|
*
|
|
2975
|
-
* @see {@link MatterSpecification.
|
|
3009
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
2976
3010
|
*/
|
|
2977
3011
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2978
3012
|
/**
|
|
2979
3013
|
* This field shall indicate the height using the metric defined in Metric
|
|
2980
3014
|
*
|
|
2981
|
-
* @see {@link MatterSpecification.
|
|
3015
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
2982
3016
|
*/
|
|
2983
3017
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2984
3018
|
/**
|
|
2985
3019
|
* This field shall indicate metric used for defining Height/Width.
|
|
2986
3020
|
*
|
|
2987
|
-
* @see {@link MatterSpecification.
|
|
3021
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
2988
3022
|
*/
|
|
2989
3023
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
2990
3024
|
}>>;
|
|
@@ -2993,7 +3027,7 @@ export declare namespace ContentLauncher {
|
|
|
2993
3027
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
2994
3028
|
* Player is in the idle state and Splash field is not available.
|
|
2995
3029
|
*
|
|
2996
|
-
* @see {@link MatterSpecification.
|
|
3030
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.3
|
|
2997
3031
|
*/
|
|
2998
3032
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2999
3033
|
/**
|
|
@@ -3001,7 +3035,7 @@ export declare namespace ContentLauncher {
|
|
|
3001
3035
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3002
3036
|
* https scheme.
|
|
3003
3037
|
*
|
|
3004
|
-
* @see {@link MatterSpecification.
|
|
3038
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
3005
3039
|
*/
|
|
3006
3040
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3007
3041
|
/**
|
|
@@ -3013,32 +3047,32 @@ export declare namespace ContentLauncher {
|
|
|
3013
3047
|
*
|
|
3014
3048
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3015
3049
|
*
|
|
3016
|
-
* @see {@link MatterSpecification.
|
|
3050
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
3017
3051
|
*/
|
|
3018
3052
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3019
3053
|
/**
|
|
3020
3054
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
3021
3055
|
* Watermark etc.
|
|
3022
3056
|
*
|
|
3023
|
-
* @see {@link MatterSpecification.
|
|
3057
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
3024
3058
|
*/
|
|
3025
3059
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3026
3060
|
/**
|
|
3027
3061
|
* This field shall indicate the width using the metric defined in Metric
|
|
3028
3062
|
*
|
|
3029
|
-
* @see {@link MatterSpecification.
|
|
3063
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
3030
3064
|
*/
|
|
3031
3065
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3032
3066
|
/**
|
|
3033
3067
|
* This field shall indicate the height using the metric defined in Metric
|
|
3034
3068
|
*
|
|
3035
|
-
* @see {@link MatterSpecification.
|
|
3069
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
3036
3070
|
*/
|
|
3037
3071
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3038
3072
|
/**
|
|
3039
3073
|
* This field shall indicate metric used for defining Height/Width.
|
|
3040
3074
|
*
|
|
3041
|
-
* @see {@link MatterSpecification.
|
|
3075
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
3042
3076
|
*/
|
|
3043
3077
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3044
3078
|
}>>;
|
|
@@ -3046,7 +3080,7 @@ export declare namespace ContentLauncher {
|
|
|
3046
3080
|
/**
|
|
3047
3081
|
* This field shall indicate the style of progress bar for media playback.
|
|
3048
3082
|
*
|
|
3049
|
-
* @see {@link MatterSpecification.
|
|
3083
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.4
|
|
3050
3084
|
*/
|
|
3051
3085
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3052
3086
|
/**
|
|
@@ -3054,7 +3088,7 @@ export declare namespace ContentLauncher {
|
|
|
3054
3088
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3055
3089
|
* https scheme.
|
|
3056
3090
|
*
|
|
3057
|
-
* @see {@link MatterSpecification.
|
|
3091
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
3058
3092
|
*/
|
|
3059
3093
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3060
3094
|
/**
|
|
@@ -3066,32 +3100,32 @@ export declare namespace ContentLauncher {
|
|
|
3066
3100
|
*
|
|
3067
3101
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3068
3102
|
*
|
|
3069
|
-
* @see {@link MatterSpecification.
|
|
3103
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
3070
3104
|
*/
|
|
3071
3105
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3072
3106
|
/**
|
|
3073
3107
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
3074
3108
|
* Watermark etc.
|
|
3075
3109
|
*
|
|
3076
|
-
* @see {@link MatterSpecification.
|
|
3110
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
3077
3111
|
*/
|
|
3078
3112
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3079
3113
|
/**
|
|
3080
3114
|
* This field shall indicate the width using the metric defined in Metric
|
|
3081
3115
|
*
|
|
3082
|
-
* @see {@link MatterSpecification.
|
|
3116
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
3083
3117
|
*/
|
|
3084
3118
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3085
3119
|
/**
|
|
3086
3120
|
* This field shall indicate the height using the metric defined in Metric
|
|
3087
3121
|
*
|
|
3088
|
-
* @see {@link MatterSpecification.
|
|
3122
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
3089
3123
|
*/
|
|
3090
3124
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3091
3125
|
/**
|
|
3092
3126
|
* This field shall indicate metric used for defining Height/Width.
|
|
3093
3127
|
*
|
|
3094
|
-
* @see {@link MatterSpecification.
|
|
3128
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
3095
3129
|
*/
|
|
3096
3130
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3097
3131
|
}>>;
|
|
@@ -3100,7 +3134,7 @@ export declare namespace ContentLauncher {
|
|
|
3100
3134
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
3101
3135
|
* populated, the Video Player shall default to logo or the provider name.
|
|
3102
3136
|
*
|
|
3103
|
-
* @see {@link MatterSpecification.
|
|
3137
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.5
|
|
3104
3138
|
*/
|
|
3105
3139
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3106
3140
|
/**
|
|
@@ -3108,7 +3142,7 @@ export declare namespace ContentLauncher {
|
|
|
3108
3142
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3109
3143
|
* https scheme.
|
|
3110
3144
|
*
|
|
3111
|
-
* @see {@link MatterSpecification.
|
|
3145
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
3112
3146
|
*/
|
|
3113
3147
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3114
3148
|
/**
|
|
@@ -3120,32 +3154,32 @@ export declare namespace ContentLauncher {
|
|
|
3120
3154
|
*
|
|
3121
3155
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3122
3156
|
*
|
|
3123
|
-
* @see {@link MatterSpecification.
|
|
3157
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
3124
3158
|
*/
|
|
3125
3159
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3126
3160
|
/**
|
|
3127
3161
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
3128
3162
|
* Watermark etc.
|
|
3129
3163
|
*
|
|
3130
|
-
* @see {@link MatterSpecification.
|
|
3164
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
3131
3165
|
*/
|
|
3132
3166
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3133
3167
|
/**
|
|
3134
3168
|
* This field shall indicate the width using the metric defined in Metric
|
|
3135
3169
|
*
|
|
3136
|
-
* @see {@link MatterSpecification.
|
|
3170
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
3137
3171
|
*/
|
|
3138
3172
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3139
3173
|
/**
|
|
3140
3174
|
* This field shall indicate the height using the metric defined in Metric
|
|
3141
3175
|
*
|
|
3142
|
-
* @see {@link MatterSpecification.
|
|
3176
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
3143
3177
|
*/
|
|
3144
3178
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3145
3179
|
/**
|
|
3146
3180
|
* This field shall indicate metric used for defining Height/Width.
|
|
3147
3181
|
*
|
|
3148
|
-
* @see {@link MatterSpecification.
|
|
3182
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
3149
3183
|
*/
|
|
3150
3184
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3151
3185
|
}>>;
|
|
@@ -3153,7 +3187,7 @@ export declare namespace ContentLauncher {
|
|
|
3153
3187
|
/**
|
|
3154
3188
|
* This field shall indicate watermark shown when the media is playing.
|
|
3155
3189
|
*
|
|
3156
|
-
* @see {@link MatterSpecification.
|
|
3190
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.6
|
|
3157
3191
|
*/
|
|
3158
3192
|
watermark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3159
3193
|
/**
|
|
@@ -3161,7 +3195,7 @@ export declare namespace ContentLauncher {
|
|
|
3161
3195
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3162
3196
|
* https scheme.
|
|
3163
3197
|
*
|
|
3164
|
-
* @see {@link MatterSpecification.
|
|
3198
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
3165
3199
|
*/
|
|
3166
3200
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3167
3201
|
/**
|
|
@@ -3173,32 +3207,32 @@ export declare namespace ContentLauncher {
|
|
|
3173
3207
|
*
|
|
3174
3208
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3175
3209
|
*
|
|
3176
|
-
* @see {@link MatterSpecification.
|
|
3210
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
3177
3211
|
*/
|
|
3178
3212
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3179
3213
|
/**
|
|
3180
3214
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
3181
3215
|
* Watermark etc.
|
|
3182
3216
|
*
|
|
3183
|
-
* @see {@link MatterSpecification.
|
|
3217
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
3184
3218
|
*/
|
|
3185
3219
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3186
3220
|
/**
|
|
3187
3221
|
* This field shall indicate the width using the metric defined in Metric
|
|
3188
3222
|
*
|
|
3189
|
-
* @see {@link MatterSpecification.
|
|
3223
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
3190
3224
|
*/
|
|
3191
3225
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3192
3226
|
/**
|
|
3193
3227
|
* This field shall indicate the height using the metric defined in Metric
|
|
3194
3228
|
*
|
|
3195
|
-
* @see {@link MatterSpecification.
|
|
3229
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
3196
3230
|
*/
|
|
3197
3231
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3198
3232
|
/**
|
|
3199
3233
|
* This field shall indicate metric used for defining Height/Width.
|
|
3200
3234
|
*
|
|
3201
|
-
* @see {@link MatterSpecification.
|
|
3235
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
3202
3236
|
*/
|
|
3203
3237
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3204
3238
|
}>>;
|
|
@@ -3214,7 +3248,7 @@ export declare namespace ContentLauncher {
|
|
|
3214
3248
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
3215
3249
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
3216
3250
|
*
|
|
3217
|
-
* @see {@link MatterSpecification.
|
|
3251
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.4
|
|
3218
3252
|
*/
|
|
3219
3253
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3220
3254
|
/**
|
|
@@ -3224,7 +3258,7 @@ export declare namespace ContentLauncher {
|
|
|
3224
3258
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
3225
3259
|
* Live media with no known duration and where seek is not supported).
|
|
3226
3260
|
*
|
|
3227
|
-
* @see {@link MatterSpecification.
|
|
3261
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.1
|
|
3228
3262
|
*/
|
|
3229
3263
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3230
3264
|
/**
|
|
@@ -3232,14 +3266,14 @@ export declare namespace ContentLauncher {
|
|
|
3232
3266
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
3233
3267
|
* Track is up to the server.
|
|
3234
3268
|
*
|
|
3235
|
-
* @see {@link MatterSpecification.
|
|
3269
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.2
|
|
3236
3270
|
*/
|
|
3237
3271
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3238
3272
|
/**
|
|
3239
3273
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3240
3274
|
* primary language used in the Track.
|
|
3241
3275
|
*
|
|
3242
|
-
* @see {@link MatterSpecification.
|
|
3276
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
3243
3277
|
*/
|
|
3244
3278
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3245
3279
|
/**
|
|
@@ -3247,7 +3281,7 @@ export declare namespace ContentLauncher {
|
|
|
3247
3281
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3248
3282
|
* corresponding to the Track.
|
|
3249
3283
|
*
|
|
3250
|
-
* @see {@link MatterSpecification.
|
|
3284
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
3251
3285
|
*/
|
|
3252
3286
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3253
3287
|
/**
|
|
@@ -3259,7 +3293,7 @@ export declare namespace ContentLauncher {
|
|
|
3259
3293
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3260
3294
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3261
3295
|
*
|
|
3262
|
-
* @see {@link MatterSpecification.
|
|
3296
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
3263
3297
|
*/
|
|
3264
3298
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3265
3299
|
}> | null>;
|
|
@@ -3269,14 +3303,14 @@ export declare namespace ContentLauncher {
|
|
|
3269
3303
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
3270
3304
|
* decision to play and select an Audio Track is up to the server.
|
|
3271
3305
|
*
|
|
3272
|
-
* @see {@link MatterSpecification.
|
|
3306
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.3
|
|
3273
3307
|
*/
|
|
3274
3308
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3275
3309
|
/**
|
|
3276
3310
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3277
3311
|
* primary language used in the Track.
|
|
3278
3312
|
*
|
|
3279
|
-
* @see {@link MatterSpecification.
|
|
3313
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
3280
3314
|
*/
|
|
3281
3315
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3282
3316
|
/**
|
|
@@ -3284,7 +3318,7 @@ export declare namespace ContentLauncher {
|
|
|
3284
3318
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3285
3319
|
* corresponding to the Track.
|
|
3286
3320
|
*
|
|
3287
|
-
* @see {@link MatterSpecification.
|
|
3321
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
3288
3322
|
*/
|
|
3289
3323
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3290
3324
|
/**
|
|
@@ -3296,7 +3330,7 @@ export declare namespace ContentLauncher {
|
|
|
3296
3330
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3297
3331
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3298
3332
|
*
|
|
3299
|
-
* @see {@link MatterSpecification.
|
|
3333
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
3300
3334
|
*/
|
|
3301
3335
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3302
3336
|
}>[] | null>;
|
|
@@ -3305,13 +3339,13 @@ export declare namespace ContentLauncher {
|
|
|
3305
3339
|
/**
|
|
3306
3340
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3307
3341
|
*
|
|
3308
|
-
* @see {@link MatterSpecification.
|
|
3342
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.1
|
|
3309
3343
|
*/
|
|
3310
3344
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3311
3345
|
/**
|
|
3312
3346
|
* This field shall indicate Optional app-specific data.
|
|
3313
3347
|
*
|
|
3314
|
-
* @see {@link MatterSpecification.
|
|
3348
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.2
|
|
3315
3349
|
*/
|
|
3316
3350
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3317
3351
|
}>, any>;
|
|
@@ -3327,13 +3361,13 @@ export declare namespace ContentLauncher {
|
|
|
3327
3361
|
* Upon receipt, this shall launch the specified content with optional search criteria. This command returns
|
|
3328
3362
|
* a Launch Response.
|
|
3329
3363
|
*
|
|
3330
|
-
* @see {@link MatterSpecification.
|
|
3364
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1
|
|
3331
3365
|
*/
|
|
3332
3366
|
readonly launchContent: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3333
3367
|
/**
|
|
3334
3368
|
* This field shall indicate the content to launch.
|
|
3335
3369
|
*
|
|
3336
|
-
* @see {@link MatterSpecification.
|
|
3370
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.1
|
|
3337
3371
|
*/
|
|
3338
3372
|
search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3339
3373
|
/**
|
|
@@ -3341,37 +3375,37 @@ export declare namespace ContentLauncher {
|
|
|
3341
3375
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
3342
3376
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
3343
3377
|
*
|
|
3344
|
-
* @see {@link MatterSpecification.
|
|
3378
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.7.1
|
|
3345
3379
|
*/
|
|
3346
3380
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3347
3381
|
/**
|
|
3348
3382
|
* This field shall indicate the entity type.
|
|
3349
3383
|
*
|
|
3350
|
-
* @see {@link MatterSpecification.
|
|
3384
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.1
|
|
3351
3385
|
*/
|
|
3352
3386
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
3353
3387
|
/**
|
|
3354
3388
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
3355
3389
|
*
|
|
3356
|
-
* @see {@link MatterSpecification.
|
|
3390
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.2
|
|
3357
3391
|
*/
|
|
3358
3392
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3359
3393
|
/**
|
|
3360
3394
|
* This field shall indicate the list of additional external content identifiers.
|
|
3361
3395
|
*
|
|
3362
|
-
* @see {@link MatterSpecification.
|
|
3396
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.3
|
|
3363
3397
|
*/
|
|
3364
3398
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3365
3399
|
/**
|
|
3366
3400
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
3367
3401
|
*
|
|
3368
|
-
* @see {@link MatterSpecification.
|
|
3402
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.1
|
|
3369
3403
|
*/
|
|
3370
3404
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3371
3405
|
/**
|
|
3372
3406
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
3373
3407
|
*
|
|
3374
|
-
* @see {@link MatterSpecification.
|
|
3408
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.2
|
|
3375
3409
|
*/
|
|
3376
3410
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3377
3411
|
}>[]>;
|
|
@@ -3384,13 +3418,13 @@ export declare namespace ContentLauncher {
|
|
|
3384
3418
|
*
|
|
3385
3419
|
* • FALSE means matches should be displayed on screen for user selection.
|
|
3386
3420
|
*
|
|
3387
|
-
* @see {@link MatterSpecification.
|
|
3421
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.2
|
|
3388
3422
|
*/
|
|
3389
3423
|
autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3390
3424
|
/**
|
|
3391
3425
|
* This field, if present, shall indicate app-specific data.
|
|
3392
3426
|
*
|
|
3393
|
-
* @see {@link MatterSpecification.
|
|
3427
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.3
|
|
3394
3428
|
*/
|
|
3395
3429
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3396
3430
|
/**
|
|
@@ -3403,7 +3437,7 @@ export declare namespace ContentLauncher {
|
|
|
3403
3437
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
3404
3438
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
3405
3439
|
*
|
|
3406
|
-
* @see {@link MatterSpecification.
|
|
3440
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.4
|
|
3407
3441
|
*/
|
|
3408
3442
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3409
3443
|
/**
|
|
@@ -3413,7 +3447,7 @@ export declare namespace ContentLauncher {
|
|
|
3413
3447
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
3414
3448
|
* Live media with no known duration and where seek is not supported).
|
|
3415
3449
|
*
|
|
3416
|
-
* @see {@link MatterSpecification.
|
|
3450
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.1
|
|
3417
3451
|
*/
|
|
3418
3452
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3419
3453
|
/**
|
|
@@ -3421,14 +3455,14 @@ export declare namespace ContentLauncher {
|
|
|
3421
3455
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
3422
3456
|
* Track is up to the server.
|
|
3423
3457
|
*
|
|
3424
|
-
* @see {@link MatterSpecification.
|
|
3458
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.2
|
|
3425
3459
|
*/
|
|
3426
3460
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3427
3461
|
/**
|
|
3428
3462
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3429
3463
|
* primary language used in the Track.
|
|
3430
3464
|
*
|
|
3431
|
-
* @see {@link MatterSpecification.
|
|
3465
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
3432
3466
|
*/
|
|
3433
3467
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3434
3468
|
/**
|
|
@@ -3436,7 +3470,7 @@ export declare namespace ContentLauncher {
|
|
|
3436
3470
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3437
3471
|
* corresponding to the Track.
|
|
3438
3472
|
*
|
|
3439
|
-
* @see {@link MatterSpecification.
|
|
3473
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
3440
3474
|
*/
|
|
3441
3475
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3442
3476
|
/**
|
|
@@ -3448,7 +3482,7 @@ export declare namespace ContentLauncher {
|
|
|
3448
3482
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3449
3483
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3450
3484
|
*
|
|
3451
|
-
* @see {@link MatterSpecification.
|
|
3485
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
3452
3486
|
*/
|
|
3453
3487
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3454
3488
|
}> | null>;
|
|
@@ -3458,14 +3492,14 @@ export declare namespace ContentLauncher {
|
|
|
3458
3492
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
3459
3493
|
* decision to play and select an Audio Track is up to the server.
|
|
3460
3494
|
*
|
|
3461
|
-
* @see {@link MatterSpecification.
|
|
3495
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.3
|
|
3462
3496
|
*/
|
|
3463
3497
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3464
3498
|
/**
|
|
3465
3499
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3466
3500
|
* primary language used in the Track.
|
|
3467
3501
|
*
|
|
3468
|
-
* @see {@link MatterSpecification.
|
|
3502
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
3469
3503
|
*/
|
|
3470
3504
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3471
3505
|
/**
|
|
@@ -3473,7 +3507,7 @@ export declare namespace ContentLauncher {
|
|
|
3473
3507
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3474
3508
|
* corresponding to the Track.
|
|
3475
3509
|
*
|
|
3476
|
-
* @see {@link MatterSpecification.
|
|
3510
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
3477
3511
|
*/
|
|
3478
3512
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3479
3513
|
/**
|
|
@@ -3485,7 +3519,7 @@ export declare namespace ContentLauncher {
|
|
|
3485
3519
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3486
3520
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3487
3521
|
*
|
|
3488
|
-
* @see {@link MatterSpecification.
|
|
3522
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
3489
3523
|
*/
|
|
3490
3524
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3491
3525
|
}>[] | null>;
|
|
@@ -3497,20 +3531,20 @@ export declare namespace ContentLauncher {
|
|
|
3497
3531
|
* request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
|
|
3498
3532
|
* context may be considered FALSE means current activity context shall NOT be considered
|
|
3499
3533
|
*
|
|
3500
|
-
* @see {@link MatterSpecification.
|
|
3534
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.5
|
|
3501
3535
|
*/
|
|
3502
3536
|
useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3503
3537
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3504
3538
|
/**
|
|
3505
3539
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3506
3540
|
*
|
|
3507
|
-
* @see {@link MatterSpecification.
|
|
3541
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.1
|
|
3508
3542
|
*/
|
|
3509
3543
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3510
3544
|
/**
|
|
3511
3545
|
* This field shall indicate Optional app-specific data.
|
|
3512
3546
|
*
|
|
3513
|
-
* @see {@link MatterSpecification.
|
|
3547
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.2
|
|
3514
3548
|
*/
|
|
3515
3549
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3516
3550
|
}>, any>;
|
|
@@ -3547,7 +3581,7 @@ export declare namespace ContentLauncher {
|
|
|
3547
3581
|
* ContentLauncherCluster supports optional features that you can enable with the ContentLauncherCluster.with()
|
|
3548
3582
|
* factory method.
|
|
3549
3583
|
*
|
|
3550
|
-
* @see {@link MatterSpecification.
|
|
3584
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7
|
|
3551
3585
|
*/
|
|
3552
3586
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3553
3587
|
}
|
|
@@ -3614,7 +3648,7 @@ export declare namespace ContentLauncher {
|
|
|
3614
3648
|
/**
|
|
3615
3649
|
* This field shall indicate the content to launch.
|
|
3616
3650
|
*
|
|
3617
|
-
* @see {@link MatterSpecification.
|
|
3651
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.1
|
|
3618
3652
|
*/
|
|
3619
3653
|
search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3620
3654
|
/**
|
|
@@ -3622,37 +3656,37 @@ export declare namespace ContentLauncher {
|
|
|
3622
3656
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
3623
3657
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
3624
3658
|
*
|
|
3625
|
-
* @see {@link MatterSpecification.
|
|
3659
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.7.1
|
|
3626
3660
|
*/
|
|
3627
3661
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3628
3662
|
/**
|
|
3629
3663
|
* This field shall indicate the entity type.
|
|
3630
3664
|
*
|
|
3631
|
-
* @see {@link MatterSpecification.
|
|
3665
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.1
|
|
3632
3666
|
*/
|
|
3633
3667
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
3634
3668
|
/**
|
|
3635
3669
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
3636
3670
|
*
|
|
3637
|
-
* @see {@link MatterSpecification.
|
|
3671
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.2
|
|
3638
3672
|
*/
|
|
3639
3673
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3640
3674
|
/**
|
|
3641
3675
|
* This field shall indicate the list of additional external content identifiers.
|
|
3642
3676
|
*
|
|
3643
|
-
* @see {@link MatterSpecification.
|
|
3677
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.6.3
|
|
3644
3678
|
*/
|
|
3645
3679
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3646
3680
|
/**
|
|
3647
3681
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
3648
3682
|
*
|
|
3649
|
-
* @see {@link MatterSpecification.
|
|
3683
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.1
|
|
3650
3684
|
*/
|
|
3651
3685
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3652
3686
|
/**
|
|
3653
3687
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
3654
3688
|
*
|
|
3655
|
-
* @see {@link MatterSpecification.
|
|
3689
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.5.2
|
|
3656
3690
|
*/
|
|
3657
3691
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3658
3692
|
}>[]>;
|
|
@@ -3665,13 +3699,13 @@ export declare namespace ContentLauncher {
|
|
|
3665
3699
|
*
|
|
3666
3700
|
* • FALSE means matches should be displayed on screen for user selection.
|
|
3667
3701
|
*
|
|
3668
|
-
* @see {@link MatterSpecification.
|
|
3702
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.2
|
|
3669
3703
|
*/
|
|
3670
3704
|
autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3671
3705
|
/**
|
|
3672
3706
|
* This field, if present, shall indicate app-specific data.
|
|
3673
3707
|
*
|
|
3674
|
-
* @see {@link MatterSpecification.
|
|
3708
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.3
|
|
3675
3709
|
*/
|
|
3676
3710
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3677
3711
|
/**
|
|
@@ -3684,7 +3718,7 @@ export declare namespace ContentLauncher {
|
|
|
3684
3718
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
3685
3719
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
3686
3720
|
*
|
|
3687
|
-
* @see {@link MatterSpecification.
|
|
3721
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.4
|
|
3688
3722
|
*/
|
|
3689
3723
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3690
3724
|
/**
|
|
@@ -3694,7 +3728,7 @@ export declare namespace ContentLauncher {
|
|
|
3694
3728
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
3695
3729
|
* Live media with no known duration and where seek is not supported).
|
|
3696
3730
|
*
|
|
3697
|
-
* @see {@link MatterSpecification.
|
|
3731
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.1
|
|
3698
3732
|
*/
|
|
3699
3733
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3700
3734
|
/**
|
|
@@ -3702,14 +3736,14 @@ export declare namespace ContentLauncher {
|
|
|
3702
3736
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
3703
3737
|
* Track is up to the server.
|
|
3704
3738
|
*
|
|
3705
|
-
* @see {@link MatterSpecification.
|
|
3739
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.2
|
|
3706
3740
|
*/
|
|
3707
3741
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3708
3742
|
/**
|
|
3709
3743
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3710
3744
|
* primary language used in the Track.
|
|
3711
3745
|
*
|
|
3712
|
-
* @see {@link MatterSpecification.
|
|
3746
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
3713
3747
|
*/
|
|
3714
3748
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3715
3749
|
/**
|
|
@@ -3717,7 +3751,7 @@ export declare namespace ContentLauncher {
|
|
|
3717
3751
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3718
3752
|
* corresponding to the Track.
|
|
3719
3753
|
*
|
|
3720
|
-
* @see {@link MatterSpecification.
|
|
3754
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
3721
3755
|
*/
|
|
3722
3756
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3723
3757
|
/**
|
|
@@ -3729,7 +3763,7 @@ export declare namespace ContentLauncher {
|
|
|
3729
3763
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3730
3764
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3731
3765
|
*
|
|
3732
|
-
* @see {@link MatterSpecification.
|
|
3766
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
3733
3767
|
*/
|
|
3734
3768
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3735
3769
|
}> | null>;
|
|
@@ -3739,14 +3773,14 @@ export declare namespace ContentLauncher {
|
|
|
3739
3773
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
3740
3774
|
* decision to play and select an Audio Track is up to the server.
|
|
3741
3775
|
*
|
|
3742
|
-
* @see {@link MatterSpecification.
|
|
3776
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.3
|
|
3743
3777
|
*/
|
|
3744
3778
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3745
3779
|
/**
|
|
3746
3780
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3747
3781
|
* primary language used in the Track.
|
|
3748
3782
|
*
|
|
3749
|
-
* @see {@link MatterSpecification.
|
|
3783
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
3750
3784
|
*/
|
|
3751
3785
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3752
3786
|
/**
|
|
@@ -3754,7 +3788,7 @@ export declare namespace ContentLauncher {
|
|
|
3754
3788
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3755
3789
|
* corresponding to the Track.
|
|
3756
3790
|
*
|
|
3757
|
-
* @see {@link MatterSpecification.
|
|
3791
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
3758
3792
|
*/
|
|
3759
3793
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3760
3794
|
/**
|
|
@@ -3766,7 +3800,7 @@ export declare namespace ContentLauncher {
|
|
|
3766
3800
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3767
3801
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3768
3802
|
*
|
|
3769
|
-
* @see {@link MatterSpecification.
|
|
3803
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
3770
3804
|
*/
|
|
3771
3805
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3772
3806
|
}>[] | null>;
|
|
@@ -3778,20 +3812,20 @@ export declare namespace ContentLauncher {
|
|
|
3778
3812
|
* request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
|
|
3779
3813
|
* context may be considered FALSE means current activity context shall NOT be considered
|
|
3780
3814
|
*
|
|
3781
|
-
* @see {@link MatterSpecification.
|
|
3815
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.1.5
|
|
3782
3816
|
*/
|
|
3783
3817
|
useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3784
3818
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3785
3819
|
/**
|
|
3786
3820
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3787
3821
|
*
|
|
3788
|
-
* @see {@link MatterSpecification.
|
|
3822
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.1
|
|
3789
3823
|
*/
|
|
3790
3824
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3791
3825
|
/**
|
|
3792
3826
|
* This field shall indicate Optional app-specific data.
|
|
3793
3827
|
*
|
|
3794
|
-
* @see {@link MatterSpecification.
|
|
3828
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.2
|
|
3795
3829
|
*/
|
|
3796
3830
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3797
3831
|
}>, any> & {
|
|
@@ -3807,34 +3841,34 @@ export declare namespace ContentLauncher {
|
|
|
3807
3841
|
* This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
|
|
3808
3842
|
* specified in RFC 1738 and shall use the https scheme.
|
|
3809
3843
|
*
|
|
3810
|
-
* @see {@link MatterSpecification.
|
|
3844
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.1
|
|
3811
3845
|
*/
|
|
3812
3846
|
contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3813
3847
|
/**
|
|
3814
3848
|
* This field, if present, shall provide a string that may be used to describe the content being accessed at the
|
|
3815
3849
|
* given URL.
|
|
3816
3850
|
*
|
|
3817
|
-
* @see {@link MatterSpecification.
|
|
3851
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.2
|
|
3818
3852
|
*/
|
|
3819
3853
|
displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3820
3854
|
/**
|
|
3821
3855
|
* This field, if present, shall indicate the branding information that may be displayed when playing back the
|
|
3822
3856
|
* given content.
|
|
3823
3857
|
*
|
|
3824
|
-
* @see {@link MatterSpecification.
|
|
3858
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.3
|
|
3825
3859
|
*/
|
|
3826
3860
|
brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3827
3861
|
/**
|
|
3828
3862
|
* This field shall indicate name of the provider for the given content.
|
|
3829
3863
|
*
|
|
3830
|
-
* @see {@link MatterSpecification.
|
|
3864
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.1
|
|
3831
3865
|
*/
|
|
3832
3866
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3833
3867
|
/**
|
|
3834
3868
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
3835
3869
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
3836
3870
|
*
|
|
3837
|
-
* @see {@link MatterSpecification.
|
|
3871
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.2
|
|
3838
3872
|
*/
|
|
3839
3873
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3840
3874
|
/**
|
|
@@ -3842,7 +3876,7 @@ export declare namespace ContentLauncher {
|
|
|
3842
3876
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3843
3877
|
* https scheme.
|
|
3844
3878
|
*
|
|
3845
|
-
* @see {@link MatterSpecification.
|
|
3879
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
3846
3880
|
*/
|
|
3847
3881
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3848
3882
|
/**
|
|
@@ -3854,32 +3888,32 @@ export declare namespace ContentLauncher {
|
|
|
3854
3888
|
*
|
|
3855
3889
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3856
3890
|
*
|
|
3857
|
-
* @see {@link MatterSpecification.
|
|
3891
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
3858
3892
|
*/
|
|
3859
3893
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3860
3894
|
/**
|
|
3861
3895
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
3862
3896
|
* Watermark etc.
|
|
3863
3897
|
*
|
|
3864
|
-
* @see {@link MatterSpecification.
|
|
3898
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
3865
3899
|
*/
|
|
3866
3900
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3867
3901
|
/**
|
|
3868
3902
|
* This field shall indicate the width using the metric defined in Metric
|
|
3869
3903
|
*
|
|
3870
|
-
* @see {@link MatterSpecification.
|
|
3904
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
3871
3905
|
*/
|
|
3872
3906
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3873
3907
|
/**
|
|
3874
3908
|
* This field shall indicate the height using the metric defined in Metric
|
|
3875
3909
|
*
|
|
3876
|
-
* @see {@link MatterSpecification.
|
|
3910
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
3877
3911
|
*/
|
|
3878
3912
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3879
3913
|
/**
|
|
3880
3914
|
* This field shall indicate metric used for defining Height/Width.
|
|
3881
3915
|
*
|
|
3882
|
-
* @see {@link MatterSpecification.
|
|
3916
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
3883
3917
|
*/
|
|
3884
3918
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3885
3919
|
}>>;
|
|
@@ -3888,7 +3922,7 @@ export declare namespace ContentLauncher {
|
|
|
3888
3922
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
3889
3923
|
* Player is in the idle state and Splash field is not available.
|
|
3890
3924
|
*
|
|
3891
|
-
* @see {@link MatterSpecification.
|
|
3925
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.3
|
|
3892
3926
|
*/
|
|
3893
3927
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3894
3928
|
/**
|
|
@@ -3896,7 +3930,7 @@ export declare namespace ContentLauncher {
|
|
|
3896
3930
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3897
3931
|
* https scheme.
|
|
3898
3932
|
*
|
|
3899
|
-
* @see {@link MatterSpecification.
|
|
3933
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
3900
3934
|
*/
|
|
3901
3935
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3902
3936
|
/**
|
|
@@ -3908,32 +3942,32 @@ export declare namespace ContentLauncher {
|
|
|
3908
3942
|
*
|
|
3909
3943
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3910
3944
|
*
|
|
3911
|
-
* @see {@link MatterSpecification.
|
|
3945
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
3912
3946
|
*/
|
|
3913
3947
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3914
3948
|
/**
|
|
3915
3949
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
3916
3950
|
* Watermark etc.
|
|
3917
3951
|
*
|
|
3918
|
-
* @see {@link MatterSpecification.
|
|
3952
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
3919
3953
|
*/
|
|
3920
3954
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3921
3955
|
/**
|
|
3922
3956
|
* This field shall indicate the width using the metric defined in Metric
|
|
3923
3957
|
*
|
|
3924
|
-
* @see {@link MatterSpecification.
|
|
3958
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
3925
3959
|
*/
|
|
3926
3960
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3927
3961
|
/**
|
|
3928
3962
|
* This field shall indicate the height using the metric defined in Metric
|
|
3929
3963
|
*
|
|
3930
|
-
* @see {@link MatterSpecification.
|
|
3964
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
3931
3965
|
*/
|
|
3932
3966
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3933
3967
|
/**
|
|
3934
3968
|
* This field shall indicate metric used for defining Height/Width.
|
|
3935
3969
|
*
|
|
3936
|
-
* @see {@link MatterSpecification.
|
|
3970
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
3937
3971
|
*/
|
|
3938
3972
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3939
3973
|
}>>;
|
|
@@ -3941,7 +3975,7 @@ export declare namespace ContentLauncher {
|
|
|
3941
3975
|
/**
|
|
3942
3976
|
* This field shall indicate the style of progress bar for media playback.
|
|
3943
3977
|
*
|
|
3944
|
-
* @see {@link MatterSpecification.
|
|
3978
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.4
|
|
3945
3979
|
*/
|
|
3946
3980
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3947
3981
|
/**
|
|
@@ -3949,7 +3983,7 @@ export declare namespace ContentLauncher {
|
|
|
3949
3983
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3950
3984
|
* https scheme.
|
|
3951
3985
|
*
|
|
3952
|
-
* @see {@link MatterSpecification.
|
|
3986
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
3953
3987
|
*/
|
|
3954
3988
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3955
3989
|
/**
|
|
@@ -3961,32 +3995,32 @@ export declare namespace ContentLauncher {
|
|
|
3961
3995
|
*
|
|
3962
3996
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3963
3997
|
*
|
|
3964
|
-
* @see {@link MatterSpecification.
|
|
3998
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
3965
3999
|
*/
|
|
3966
4000
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3967
4001
|
/**
|
|
3968
4002
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
3969
4003
|
* Watermark etc.
|
|
3970
4004
|
*
|
|
3971
|
-
* @see {@link MatterSpecification.
|
|
4005
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
3972
4006
|
*/
|
|
3973
4007
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3974
4008
|
/**
|
|
3975
4009
|
* This field shall indicate the width using the metric defined in Metric
|
|
3976
4010
|
*
|
|
3977
|
-
* @see {@link MatterSpecification.
|
|
4011
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
3978
4012
|
*/
|
|
3979
4013
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3980
4014
|
/**
|
|
3981
4015
|
* This field shall indicate the height using the metric defined in Metric
|
|
3982
4016
|
*
|
|
3983
|
-
* @see {@link MatterSpecification.
|
|
4017
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
3984
4018
|
*/
|
|
3985
4019
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3986
4020
|
/**
|
|
3987
4021
|
* This field shall indicate metric used for defining Height/Width.
|
|
3988
4022
|
*
|
|
3989
|
-
* @see {@link MatterSpecification.
|
|
4023
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
3990
4024
|
*/
|
|
3991
4025
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3992
4026
|
}>>;
|
|
@@ -3995,7 +4029,7 @@ export declare namespace ContentLauncher {
|
|
|
3995
4029
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
3996
4030
|
* populated, the Video Player shall default to logo or the provider name.
|
|
3997
4031
|
*
|
|
3998
|
-
* @see {@link MatterSpecification.
|
|
4032
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.5
|
|
3999
4033
|
*/
|
|
4000
4034
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4001
4035
|
/**
|
|
@@ -4003,7 +4037,7 @@ export declare namespace ContentLauncher {
|
|
|
4003
4037
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
4004
4038
|
* https scheme.
|
|
4005
4039
|
*
|
|
4006
|
-
* @see {@link MatterSpecification.
|
|
4040
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
4007
4041
|
*/
|
|
4008
4042
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4009
4043
|
/**
|
|
@@ -4015,32 +4049,32 @@ export declare namespace ContentLauncher {
|
|
|
4015
4049
|
*
|
|
4016
4050
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
4017
4051
|
*
|
|
4018
|
-
* @see {@link MatterSpecification.
|
|
4052
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
4019
4053
|
*/
|
|
4020
4054
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4021
4055
|
/**
|
|
4022
4056
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
4023
4057
|
* Watermark etc.
|
|
4024
4058
|
*
|
|
4025
|
-
* @see {@link MatterSpecification.
|
|
4059
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
4026
4060
|
*/
|
|
4027
4061
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4028
4062
|
/**
|
|
4029
4063
|
* This field shall indicate the width using the metric defined in Metric
|
|
4030
4064
|
*
|
|
4031
|
-
* @see {@link MatterSpecification.
|
|
4065
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
4032
4066
|
*/
|
|
4033
4067
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4034
4068
|
/**
|
|
4035
4069
|
* This field shall indicate the height using the metric defined in Metric
|
|
4036
4070
|
*
|
|
4037
|
-
* @see {@link MatterSpecification.
|
|
4071
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
4038
4072
|
*/
|
|
4039
4073
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4040
4074
|
/**
|
|
4041
4075
|
* This field shall indicate metric used for defining Height/Width.
|
|
4042
4076
|
*
|
|
4043
|
-
* @see {@link MatterSpecification.
|
|
4077
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
4044
4078
|
*/
|
|
4045
4079
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
4046
4080
|
}>>;
|
|
@@ -4048,7 +4082,7 @@ export declare namespace ContentLauncher {
|
|
|
4048
4082
|
/**
|
|
4049
4083
|
* This field shall indicate watermark shown when the media is playing.
|
|
4050
4084
|
*
|
|
4051
|
-
* @see {@link MatterSpecification.
|
|
4085
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.10.6
|
|
4052
4086
|
*/
|
|
4053
4087
|
watermark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4054
4088
|
/**
|
|
@@ -4056,7 +4090,7 @@ export declare namespace ContentLauncher {
|
|
|
4056
4090
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
4057
4091
|
* https scheme.
|
|
4058
4092
|
*
|
|
4059
|
-
* @see {@link MatterSpecification.
|
|
4093
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.1
|
|
4060
4094
|
*/
|
|
4061
4095
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4062
4096
|
/**
|
|
@@ -4068,32 +4102,32 @@ export declare namespace ContentLauncher {
|
|
|
4068
4102
|
*
|
|
4069
4103
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
4070
4104
|
*
|
|
4071
|
-
* @see {@link MatterSpecification.
|
|
4105
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.2
|
|
4072
4106
|
*/
|
|
4073
4107
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4074
4108
|
/**
|
|
4075
4109
|
* This field shall indicate the size of the image used for Styling different Video Player sections like Logo,
|
|
4076
4110
|
* Watermark etc.
|
|
4077
4111
|
*
|
|
4078
|
-
* @see {@link MatterSpecification.
|
|
4112
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.9.3
|
|
4079
4113
|
*/
|
|
4080
4114
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4081
4115
|
/**
|
|
4082
4116
|
* This field shall indicate the width using the metric defined in Metric
|
|
4083
4117
|
*
|
|
4084
|
-
* @see {@link MatterSpecification.
|
|
4118
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.1
|
|
4085
4119
|
*/
|
|
4086
4120
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4087
4121
|
/**
|
|
4088
4122
|
* This field shall indicate the height using the metric defined in Metric
|
|
4089
4123
|
*
|
|
4090
|
-
* @see {@link MatterSpecification.
|
|
4124
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.2
|
|
4091
4125
|
*/
|
|
4092
4126
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4093
4127
|
/**
|
|
4094
4128
|
* This field shall indicate metric used for defining Height/Width.
|
|
4095
4129
|
*
|
|
4096
|
-
* @see {@link MatterSpecification.
|
|
4130
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.8.3
|
|
4097
4131
|
*/
|
|
4098
4132
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
4099
4133
|
}>>;
|
|
@@ -4109,7 +4143,7 @@ export declare namespace ContentLauncher {
|
|
|
4109
4143
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
4110
4144
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
4111
4145
|
*
|
|
4112
|
-
* @see {@link MatterSpecification.
|
|
4146
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.2.4
|
|
4113
4147
|
*/
|
|
4114
4148
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4115
4149
|
/**
|
|
@@ -4119,7 +4153,7 @@ export declare namespace ContentLauncher {
|
|
|
4119
4153
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
4120
4154
|
* Live media with no known duration and where seek is not supported).
|
|
4121
4155
|
*
|
|
4122
|
-
* @see {@link MatterSpecification.
|
|
4156
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.1
|
|
4123
4157
|
*/
|
|
4124
4158
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
4125
4159
|
/**
|
|
@@ -4127,14 +4161,14 @@ export declare namespace ContentLauncher {
|
|
|
4127
4161
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
4128
4162
|
* Track is up to the server.
|
|
4129
4163
|
*
|
|
4130
|
-
* @see {@link MatterSpecification.
|
|
4164
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.2
|
|
4131
4165
|
*/
|
|
4132
4166
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4133
4167
|
/**
|
|
4134
4168
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
4135
4169
|
* primary language used in the Track.
|
|
4136
4170
|
*
|
|
4137
|
-
* @see {@link MatterSpecification.
|
|
4171
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
4138
4172
|
*/
|
|
4139
4173
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
4140
4174
|
/**
|
|
@@ -4142,7 +4176,7 @@ export declare namespace ContentLauncher {
|
|
|
4142
4176
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
4143
4177
|
* corresponding to the Track.
|
|
4144
4178
|
*
|
|
4145
|
-
* @see {@link MatterSpecification.
|
|
4179
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
4146
4180
|
*/
|
|
4147
4181
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
4148
4182
|
/**
|
|
@@ -4154,7 +4188,7 @@ export declare namespace ContentLauncher {
|
|
|
4154
4188
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
4155
4189
|
* can choose the audio output(s) to play the Audio Track on.
|
|
4156
4190
|
*
|
|
4157
|
-
* @see {@link MatterSpecification.
|
|
4191
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
4158
4192
|
*/
|
|
4159
4193
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
4160
4194
|
}> | null>;
|
|
@@ -4164,14 +4198,14 @@ export declare namespace ContentLauncher {
|
|
|
4164
4198
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
4165
4199
|
* decision to play and select an Audio Track is up to the server.
|
|
4166
4200
|
*
|
|
4167
|
-
* @see {@link MatterSpecification.
|
|
4201
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.11.3
|
|
4168
4202
|
*/
|
|
4169
4203
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4170
4204
|
/**
|
|
4171
4205
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
4172
4206
|
* primary language used in the Track.
|
|
4173
4207
|
*
|
|
4174
|
-
* @see {@link MatterSpecification.
|
|
4208
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.1
|
|
4175
4209
|
*/
|
|
4176
4210
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
4177
4211
|
/**
|
|
@@ -4179,7 +4213,7 @@ export declare namespace ContentLauncher {
|
|
|
4179
4213
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
4180
4214
|
* corresponding to the Track.
|
|
4181
4215
|
*
|
|
4182
|
-
* @see {@link MatterSpecification.
|
|
4216
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.2
|
|
4183
4217
|
*/
|
|
4184
4218
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
4185
4219
|
/**
|
|
@@ -4191,7 +4225,7 @@ export declare namespace ContentLauncher {
|
|
|
4191
4225
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
4192
4226
|
* can choose the audio output(s) to play the Audio Track on.
|
|
4193
4227
|
*
|
|
4194
|
-
* @see {@link MatterSpecification.
|
|
4228
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.5.12.3
|
|
4195
4229
|
*/
|
|
4196
4230
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
4197
4231
|
}>[] | null>;
|
|
@@ -4200,13 +4234,13 @@ export declare namespace ContentLauncher {
|
|
|
4200
4234
|
/**
|
|
4201
4235
|
* This field shall indicate the status of the command which resulted in this response.
|
|
4202
4236
|
*
|
|
4203
|
-
* @see {@link MatterSpecification.
|
|
4237
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.1
|
|
4204
4238
|
*/
|
|
4205
4239
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
4206
4240
|
/**
|
|
4207
4241
|
* This field shall indicate Optional app-specific data.
|
|
4208
4242
|
*
|
|
4209
|
-
* @see {@link MatterSpecification.
|
|
4243
|
+
* @see {@link MatterSpecification.v141.Cluster} § 6.7.7.3.2
|
|
4210
4244
|
*/
|
|
4211
4245
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4212
4246
|
}>, any> & {
|