@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250331-ae2df3e19
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 +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- 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 +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- 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 +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- 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 +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- 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 +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- 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 +1350 -1350
- package/dist/cjs/clusters/door-lock.js +228 -228
- 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-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.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 +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- 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 +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- 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 +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- 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 +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- 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 +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- 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 +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +252 -252
- package/dist/cjs/clusters/scenes-management.js +72 -72
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- 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 +135 -135
- 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 +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- 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 +116 -116
- 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 +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- 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 +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- 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/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 +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- 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 +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- 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 +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- 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 +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- 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 +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- 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 +1350 -1350
- package/dist/esm/clusters/door-lock.js +228 -228
- 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-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.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 +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- 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 +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- 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 +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- 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 +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- 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 +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- 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 +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +252 -252
- package/dist/esm/clusters/scenes-management.js +72 -72
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- 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 +135 -135
- 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 +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- 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 +116 -116
- 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 +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- 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 +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- 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/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 +20 -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 +28 -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 +111 -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 +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -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 +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +377 -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-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -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 +28 -28
- package/src/clusters/level-control.ts +50 -50
- 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 +91 -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 +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- 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 +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +114 -114
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -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 +174 -174
- 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 +81 -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 +35 -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/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
|
@@ -14,7 +14,7 @@ export declare namespace ContentLauncher {
|
|
|
14
14
|
/**
|
|
15
15
|
* These are optional features supported by ContentLauncherCluster.
|
|
16
16
|
*
|
|
17
|
-
* @see {@link MatterSpecification.
|
|
17
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.4
|
|
18
18
|
*/
|
|
19
19
|
enum Feature {
|
|
20
20
|
/**
|
|
@@ -50,7 +50,7 @@ export declare namespace ContentLauncher {
|
|
|
50
50
|
AudioTracks = "AudioTracks"
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
|
-
* @see {@link MatterSpecification.
|
|
53
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.1
|
|
54
54
|
*/
|
|
55
55
|
const SupportedProtocols: {
|
|
56
56
|
/**
|
|
@@ -63,7 +63,7 @@ export declare namespace ContentLauncher {
|
|
|
63
63
|
hls: BitFlag;
|
|
64
64
|
};
|
|
65
65
|
/**
|
|
66
|
-
* @see {@link MatterSpecification.
|
|
66
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.4
|
|
67
67
|
*/
|
|
68
68
|
enum MetricType {
|
|
69
69
|
/**
|
|
@@ -71,7 +71,7 @@ export declare namespace ContentLauncher {
|
|
|
71
71
|
*
|
|
72
72
|
* This value is used for dimensions defined in a number of Pixels.
|
|
73
73
|
*
|
|
74
|
-
* @see {@link MatterSpecification.
|
|
74
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.4.1
|
|
75
75
|
*/
|
|
76
76
|
Pixels = 0,
|
|
77
77
|
/**
|
|
@@ -83,39 +83,39 @@ export declare namespace ContentLauncher {
|
|
|
83
83
|
* Metric type, the resulting values shall be rounded ("floored") towards 0 if the measurement requires an
|
|
84
84
|
* integer final value.
|
|
85
85
|
*
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.4.2
|
|
87
87
|
*/
|
|
88
88
|
Percentage = 1
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* This object defines dimension which can be used for defining Size of background images.
|
|
92
92
|
*
|
|
93
|
-
* @see {@link MatterSpecification.
|
|
93
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8
|
|
94
94
|
*/
|
|
95
95
|
const TlvDimension: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
96
96
|
/**
|
|
97
97
|
* This field shall indicate the width using the metric defined in Metric
|
|
98
98
|
*
|
|
99
|
-
* @see {@link MatterSpecification.
|
|
99
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
100
100
|
*/
|
|
101
101
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
102
102
|
/**
|
|
103
103
|
* This field shall indicate the height using the metric defined in Metric
|
|
104
104
|
*
|
|
105
|
-
* @see {@link MatterSpecification.
|
|
105
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
106
106
|
*/
|
|
107
107
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
108
108
|
/**
|
|
109
109
|
* This field shall indicate metric used for defining Height/Width.
|
|
110
110
|
*
|
|
111
|
-
* @see {@link MatterSpecification.
|
|
111
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
112
112
|
*/
|
|
113
113
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
114
114
|
}>;
|
|
115
115
|
/**
|
|
116
116
|
* This object defines dimension which can be used for defining Size of background images.
|
|
117
117
|
*
|
|
118
|
-
* @see {@link MatterSpecification.
|
|
118
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8
|
|
119
119
|
*/
|
|
120
120
|
interface Dimension extends TypeFromSchema<typeof TlvDimension> {
|
|
121
121
|
}
|
|
@@ -123,7 +123,7 @@ export declare namespace ContentLauncher {
|
|
|
123
123
|
* This object defines style information which can be used by content providers to change the Media Player’s style
|
|
124
124
|
* related properties.
|
|
125
125
|
*
|
|
126
|
-
* @see {@link MatterSpecification.
|
|
126
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9
|
|
127
127
|
*/
|
|
128
128
|
const TlvStyleInformation: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
129
129
|
/**
|
|
@@ -131,7 +131,7 @@ export declare namespace ContentLauncher {
|
|
|
131
131
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
132
132
|
* https scheme.
|
|
133
133
|
*
|
|
134
|
-
* @see {@link MatterSpecification.
|
|
134
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
135
135
|
*/
|
|
136
136
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
137
137
|
/**
|
|
@@ -143,7 +143,7 @@ export declare namespace ContentLauncher {
|
|
|
143
143
|
*
|
|
144
144
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
145
145
|
*
|
|
146
|
-
* @see {@link MatterSpecification.
|
|
146
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
147
147
|
*/
|
|
148
148
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
149
149
|
/**
|
|
@@ -151,25 +151,25 @@ export declare namespace ContentLauncher {
|
|
|
151
151
|
*
|
|
152
152
|
* Logo, Watermark etc.
|
|
153
153
|
*
|
|
154
|
-
* @see {@link MatterSpecification.
|
|
154
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
155
155
|
*/
|
|
156
156
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
157
157
|
/**
|
|
158
158
|
* This field shall indicate the width using the metric defined in Metric
|
|
159
159
|
*
|
|
160
|
-
* @see {@link MatterSpecification.
|
|
160
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
161
161
|
*/
|
|
162
162
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
163
163
|
/**
|
|
164
164
|
* This field shall indicate the height using the metric defined in Metric
|
|
165
165
|
*
|
|
166
|
-
* @see {@link MatterSpecification.
|
|
166
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
167
167
|
*/
|
|
168
168
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
169
169
|
/**
|
|
170
170
|
* This field shall indicate metric used for defining Height/Width.
|
|
171
171
|
*
|
|
172
|
-
* @see {@link MatterSpecification.
|
|
172
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
173
173
|
*/
|
|
174
174
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
175
175
|
}>>;
|
|
@@ -178,7 +178,7 @@ export declare namespace ContentLauncher {
|
|
|
178
178
|
* This object defines style information which can be used by content providers to change the Media Player’s style
|
|
179
179
|
* related properties.
|
|
180
180
|
*
|
|
181
|
-
* @see {@link MatterSpecification.
|
|
181
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9
|
|
182
182
|
*/
|
|
183
183
|
interface StyleInformation extends TypeFromSchema<typeof TlvStyleInformation> {
|
|
184
184
|
}
|
|
@@ -186,20 +186,20 @@ export declare namespace ContentLauncher {
|
|
|
186
186
|
* This object defines Branding Information which can be provided by the client in order to customize the skin of
|
|
187
187
|
* the Video Player during playback.
|
|
188
188
|
*
|
|
189
|
-
* @see {@link MatterSpecification.
|
|
189
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10
|
|
190
190
|
*/
|
|
191
191
|
const TlvBrandingInformation: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
192
192
|
/**
|
|
193
193
|
* This field shall indicate name of the provider for the given content.
|
|
194
194
|
*
|
|
195
|
-
* @see {@link MatterSpecification.
|
|
195
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.1
|
|
196
196
|
*/
|
|
197
197
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
198
198
|
/**
|
|
199
199
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
200
200
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
201
201
|
*
|
|
202
|
-
* @see {@link MatterSpecification.
|
|
202
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.2
|
|
203
203
|
*/
|
|
204
204
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
205
205
|
/**
|
|
@@ -207,7 +207,7 @@ export declare namespace ContentLauncher {
|
|
|
207
207
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
208
208
|
* https scheme.
|
|
209
209
|
*
|
|
210
|
-
* @see {@link MatterSpecification.
|
|
210
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
211
211
|
*/
|
|
212
212
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
213
213
|
/**
|
|
@@ -219,7 +219,7 @@ export declare namespace ContentLauncher {
|
|
|
219
219
|
*
|
|
220
220
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
221
221
|
*
|
|
222
|
-
* @see {@link MatterSpecification.
|
|
222
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
223
223
|
*/
|
|
224
224
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
225
225
|
/**
|
|
@@ -227,25 +227,25 @@ export declare namespace ContentLauncher {
|
|
|
227
227
|
*
|
|
228
228
|
* Logo, Watermark etc.
|
|
229
229
|
*
|
|
230
|
-
* @see {@link MatterSpecification.
|
|
230
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
231
231
|
*/
|
|
232
232
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
233
233
|
/**
|
|
234
234
|
* This field shall indicate the width using the metric defined in Metric
|
|
235
235
|
*
|
|
236
|
-
* @see {@link MatterSpecification.
|
|
236
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
237
237
|
*/
|
|
238
238
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
239
239
|
/**
|
|
240
240
|
* This field shall indicate the height using the metric defined in Metric
|
|
241
241
|
*
|
|
242
|
-
* @see {@link MatterSpecification.
|
|
242
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
243
243
|
*/
|
|
244
244
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
245
245
|
/**
|
|
246
246
|
* This field shall indicate metric used for defining Height/Width.
|
|
247
247
|
*
|
|
248
|
-
* @see {@link MatterSpecification.
|
|
248
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
249
249
|
*/
|
|
250
250
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
251
251
|
}>>;
|
|
@@ -254,7 +254,7 @@ export declare namespace ContentLauncher {
|
|
|
254
254
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
255
255
|
* Player is in the idle state and Splash field is not available.
|
|
256
256
|
*
|
|
257
|
-
* @see {@link MatterSpecification.
|
|
257
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.3
|
|
258
258
|
*/
|
|
259
259
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
260
260
|
/**
|
|
@@ -262,7 +262,7 @@ export declare namespace ContentLauncher {
|
|
|
262
262
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
263
263
|
* https scheme.
|
|
264
264
|
*
|
|
265
|
-
* @see {@link MatterSpecification.
|
|
265
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
266
266
|
*/
|
|
267
267
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
268
268
|
/**
|
|
@@ -274,7 +274,7 @@ export declare namespace ContentLauncher {
|
|
|
274
274
|
*
|
|
275
275
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
276
276
|
*
|
|
277
|
-
* @see {@link MatterSpecification.
|
|
277
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
278
278
|
*/
|
|
279
279
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
280
280
|
/**
|
|
@@ -282,25 +282,25 @@ export declare namespace ContentLauncher {
|
|
|
282
282
|
*
|
|
283
283
|
* Logo, Watermark etc.
|
|
284
284
|
*
|
|
285
|
-
* @see {@link MatterSpecification.
|
|
285
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
286
286
|
*/
|
|
287
287
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
288
288
|
/**
|
|
289
289
|
* This field shall indicate the width using the metric defined in Metric
|
|
290
290
|
*
|
|
291
|
-
* @see {@link MatterSpecification.
|
|
291
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
292
292
|
*/
|
|
293
293
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
294
294
|
/**
|
|
295
295
|
* This field shall indicate the height using the metric defined in Metric
|
|
296
296
|
*
|
|
297
|
-
* @see {@link MatterSpecification.
|
|
297
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
298
298
|
*/
|
|
299
299
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
300
300
|
/**
|
|
301
301
|
* This field shall indicate metric used for defining Height/Width.
|
|
302
302
|
*
|
|
303
|
-
* @see {@link MatterSpecification.
|
|
303
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
304
304
|
*/
|
|
305
305
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
306
306
|
}>>;
|
|
@@ -308,7 +308,7 @@ export declare namespace ContentLauncher {
|
|
|
308
308
|
/**
|
|
309
309
|
* This field shall indicate the style of progress bar for media playback.
|
|
310
310
|
*
|
|
311
|
-
* @see {@link MatterSpecification.
|
|
311
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.4
|
|
312
312
|
*/
|
|
313
313
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
314
314
|
/**
|
|
@@ -316,7 +316,7 @@ export declare namespace ContentLauncher {
|
|
|
316
316
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
317
317
|
* https scheme.
|
|
318
318
|
*
|
|
319
|
-
* @see {@link MatterSpecification.
|
|
319
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
320
320
|
*/
|
|
321
321
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
322
322
|
/**
|
|
@@ -328,7 +328,7 @@ export declare namespace ContentLauncher {
|
|
|
328
328
|
*
|
|
329
329
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
330
330
|
*
|
|
331
|
-
* @see {@link MatterSpecification.
|
|
331
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
332
332
|
*/
|
|
333
333
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
334
334
|
/**
|
|
@@ -336,25 +336,25 @@ export declare namespace ContentLauncher {
|
|
|
336
336
|
*
|
|
337
337
|
* Logo, Watermark etc.
|
|
338
338
|
*
|
|
339
|
-
* @see {@link MatterSpecification.
|
|
339
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
340
340
|
*/
|
|
341
341
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
342
342
|
/**
|
|
343
343
|
* This field shall indicate the width using the metric defined in Metric
|
|
344
344
|
*
|
|
345
|
-
* @see {@link MatterSpecification.
|
|
345
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
346
346
|
*/
|
|
347
347
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
348
348
|
/**
|
|
349
349
|
* This field shall indicate the height using the metric defined in Metric
|
|
350
350
|
*
|
|
351
|
-
* @see {@link MatterSpecification.
|
|
351
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
352
352
|
*/
|
|
353
353
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
354
354
|
/**
|
|
355
355
|
* This field shall indicate metric used for defining Height/Width.
|
|
356
356
|
*
|
|
357
|
-
* @see {@link MatterSpecification.
|
|
357
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
358
358
|
*/
|
|
359
359
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
360
360
|
}>>;
|
|
@@ -363,7 +363,7 @@ export declare namespace ContentLauncher {
|
|
|
363
363
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
364
364
|
* populated, the Video Player shall default to logo or the provider name.
|
|
365
365
|
*
|
|
366
|
-
* @see {@link MatterSpecification.
|
|
366
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.5
|
|
367
367
|
*/
|
|
368
368
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
369
369
|
/**
|
|
@@ -371,7 +371,7 @@ export declare namespace ContentLauncher {
|
|
|
371
371
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
372
372
|
* https scheme.
|
|
373
373
|
*
|
|
374
|
-
* @see {@link MatterSpecification.
|
|
374
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
375
375
|
*/
|
|
376
376
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
377
377
|
/**
|
|
@@ -383,7 +383,7 @@ export declare namespace ContentLauncher {
|
|
|
383
383
|
*
|
|
384
384
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
385
385
|
*
|
|
386
|
-
* @see {@link MatterSpecification.
|
|
386
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
387
387
|
*/
|
|
388
388
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
389
389
|
/**
|
|
@@ -391,25 +391,25 @@ export declare namespace ContentLauncher {
|
|
|
391
391
|
*
|
|
392
392
|
* Logo, Watermark etc.
|
|
393
393
|
*
|
|
394
|
-
* @see {@link MatterSpecification.
|
|
394
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
395
395
|
*/
|
|
396
396
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
397
397
|
/**
|
|
398
398
|
* This field shall indicate the width using the metric defined in Metric
|
|
399
399
|
*
|
|
400
|
-
* @see {@link MatterSpecification.
|
|
400
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
401
401
|
*/
|
|
402
402
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
403
403
|
/**
|
|
404
404
|
* This field shall indicate the height using the metric defined in Metric
|
|
405
405
|
*
|
|
406
|
-
* @see {@link MatterSpecification.
|
|
406
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
407
407
|
*/
|
|
408
408
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
409
409
|
/**
|
|
410
410
|
* This field shall indicate metric used for defining Height/Width.
|
|
411
411
|
*
|
|
412
|
-
* @see {@link MatterSpecification.
|
|
412
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
413
413
|
*/
|
|
414
414
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
415
415
|
}>>;
|
|
@@ -417,7 +417,7 @@ export declare namespace ContentLauncher {
|
|
|
417
417
|
/**
|
|
418
418
|
* This field shall indicate watermark shown when the media is playing.
|
|
419
419
|
*
|
|
420
|
-
* @see {@link MatterSpecification.
|
|
420
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.6
|
|
421
421
|
*/
|
|
422
422
|
waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
423
423
|
/**
|
|
@@ -425,7 +425,7 @@ export declare namespace ContentLauncher {
|
|
|
425
425
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
426
426
|
* https scheme.
|
|
427
427
|
*
|
|
428
|
-
* @see {@link MatterSpecification.
|
|
428
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
429
429
|
*/
|
|
430
430
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
431
431
|
/**
|
|
@@ -437,7 +437,7 @@ export declare namespace ContentLauncher {
|
|
|
437
437
|
*
|
|
438
438
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
439
439
|
*
|
|
440
|
-
* @see {@link MatterSpecification.
|
|
440
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
441
441
|
*/
|
|
442
442
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
443
443
|
/**
|
|
@@ -445,25 +445,25 @@ export declare namespace ContentLauncher {
|
|
|
445
445
|
*
|
|
446
446
|
* Logo, Watermark etc.
|
|
447
447
|
*
|
|
448
|
-
* @see {@link MatterSpecification.
|
|
448
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
449
449
|
*/
|
|
450
450
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
451
451
|
/**
|
|
452
452
|
* This field shall indicate the width using the metric defined in Metric
|
|
453
453
|
*
|
|
454
|
-
* @see {@link MatterSpecification.
|
|
454
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
455
455
|
*/
|
|
456
456
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
457
457
|
/**
|
|
458
458
|
* This field shall indicate the height using the metric defined in Metric
|
|
459
459
|
*
|
|
460
|
-
* @see {@link MatterSpecification.
|
|
460
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
461
461
|
*/
|
|
462
462
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
463
463
|
/**
|
|
464
464
|
* This field shall indicate metric used for defining Height/Width.
|
|
465
465
|
*
|
|
466
|
-
* @see {@link MatterSpecification.
|
|
466
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
467
467
|
*/
|
|
468
468
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
469
469
|
}>>;
|
|
@@ -473,21 +473,21 @@ export declare namespace ContentLauncher {
|
|
|
473
473
|
* This object defines Branding Information which can be provided by the client in order to customize the skin of
|
|
474
474
|
* the Video Player during playback.
|
|
475
475
|
*
|
|
476
|
-
* @see {@link MatterSpecification.
|
|
476
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10
|
|
477
477
|
*/
|
|
478
478
|
interface BrandingInformation extends TypeFromSchema<typeof TlvBrandingInformation> {
|
|
479
479
|
}
|
|
480
480
|
/**
|
|
481
481
|
* This structure defines Text/Audio Track preferences.
|
|
482
482
|
*
|
|
483
|
-
* @see {@link MatterSpecification.
|
|
483
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12
|
|
484
484
|
*/
|
|
485
485
|
const TlvTrackPreference: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
486
486
|
/**
|
|
487
487
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
488
488
|
* primary language used in the Track.
|
|
489
489
|
*
|
|
490
|
-
* @see {@link MatterSpecification.
|
|
490
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
491
491
|
*/
|
|
492
492
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
493
493
|
/**
|
|
@@ -495,7 +495,7 @@ export declare namespace ContentLauncher {
|
|
|
495
495
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
496
496
|
* corresponding to the Track.
|
|
497
497
|
*
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
498
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
499
499
|
*/
|
|
500
500
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
501
501
|
/**
|
|
@@ -507,14 +507,14 @@ export declare namespace ContentLauncher {
|
|
|
507
507
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
508
508
|
* can choose the audio output(s) to play the Audio Track on.
|
|
509
509
|
*
|
|
510
|
-
* @see {@link MatterSpecification.
|
|
510
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
511
511
|
*/
|
|
512
512
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
513
513
|
}>;
|
|
514
514
|
/**
|
|
515
515
|
* This structure defines Text/Audio Track preferences.
|
|
516
516
|
*
|
|
517
|
-
* @see {@link MatterSpecification.
|
|
517
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12
|
|
518
518
|
*/
|
|
519
519
|
interface TrackPreference extends TypeFromSchema<typeof TlvTrackPreference> {
|
|
520
520
|
}
|
|
@@ -522,7 +522,7 @@ export declare namespace ContentLauncher {
|
|
|
522
522
|
* PlaybackPreferencesStruct defines the preferences sent by the client to the receiver in the ContentLauncher
|
|
523
523
|
* LaunchURL or LaunchContent commands.
|
|
524
524
|
*
|
|
525
|
-
* @see {@link MatterSpecification.
|
|
525
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11
|
|
526
526
|
*/
|
|
527
527
|
const TlvPlaybackPreferences: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
528
528
|
/**
|
|
@@ -532,7 +532,7 @@ export declare namespace ContentLauncher {
|
|
|
532
532
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
533
533
|
* Live media with no known duration and where seek is not supported).
|
|
534
534
|
*
|
|
535
|
-
* @see {@link MatterSpecification.
|
|
535
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.1
|
|
536
536
|
*/
|
|
537
537
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
538
538
|
/**
|
|
@@ -540,14 +540,14 @@ export declare namespace ContentLauncher {
|
|
|
540
540
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
541
541
|
* Track is up to the server.
|
|
542
542
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
543
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.2
|
|
544
544
|
*/
|
|
545
545
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
546
546
|
/**
|
|
547
547
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
548
548
|
* primary language used in the Track.
|
|
549
549
|
*
|
|
550
|
-
* @see {@link MatterSpecification.
|
|
550
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
551
551
|
*/
|
|
552
552
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
553
553
|
/**
|
|
@@ -555,7 +555,7 @@ export declare namespace ContentLauncher {
|
|
|
555
555
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
556
556
|
* corresponding to the Track.
|
|
557
557
|
*
|
|
558
|
-
* @see {@link MatterSpecification.
|
|
558
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
559
559
|
*/
|
|
560
560
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
561
561
|
/**
|
|
@@ -567,7 +567,7 @@ export declare namespace ContentLauncher {
|
|
|
567
567
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
568
568
|
* can choose the audio output(s) to play the Audio Track on.
|
|
569
569
|
*
|
|
570
|
-
* @see {@link MatterSpecification.
|
|
570
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
571
571
|
*/
|
|
572
572
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
573
573
|
}> | null>;
|
|
@@ -577,14 +577,14 @@ export declare namespace ContentLauncher {
|
|
|
577
577
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
578
578
|
* decision to play and select an Audio Track is up to the server.
|
|
579
579
|
*
|
|
580
|
-
* @see {@link MatterSpecification.
|
|
580
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.3
|
|
581
581
|
*/
|
|
582
582
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
583
583
|
/**
|
|
584
584
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
585
585
|
* primary language used in the Track.
|
|
586
586
|
*
|
|
587
|
-
* @see {@link MatterSpecification.
|
|
587
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
588
588
|
*/
|
|
589
589
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
590
590
|
/**
|
|
@@ -592,7 +592,7 @@ export declare namespace ContentLauncher {
|
|
|
592
592
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
593
593
|
* corresponding to the Track.
|
|
594
594
|
*
|
|
595
|
-
* @see {@link MatterSpecification.
|
|
595
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
596
596
|
*/
|
|
597
597
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
598
598
|
/**
|
|
@@ -604,7 +604,7 @@ export declare namespace ContentLauncher {
|
|
|
604
604
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
605
605
|
* can choose the audio output(s) to play the Audio Track on.
|
|
606
606
|
*
|
|
607
|
-
* @see {@link MatterSpecification.
|
|
607
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
608
608
|
*/
|
|
609
609
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
610
610
|
}>[] | null>;
|
|
@@ -613,48 +613,48 @@ export declare namespace ContentLauncher {
|
|
|
613
613
|
* PlaybackPreferencesStruct defines the preferences sent by the client to the receiver in the ContentLauncher
|
|
614
614
|
* LaunchURL or LaunchContent commands.
|
|
615
615
|
*
|
|
616
|
-
* @see {@link MatterSpecification.
|
|
616
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11
|
|
617
617
|
*/
|
|
618
618
|
interface PlaybackPreferences extends TypeFromSchema<typeof TlvPlaybackPreferences> {
|
|
619
619
|
}
|
|
620
620
|
/**
|
|
621
621
|
* Input to the ContentLauncher launchUrl command
|
|
622
622
|
*
|
|
623
|
-
* @see {@link MatterSpecification.
|
|
623
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2
|
|
624
624
|
*/
|
|
625
625
|
const TlvLaunchUrlRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
626
626
|
/**
|
|
627
627
|
* This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
|
|
628
628
|
* specified in RFC 1738 and shall use the https scheme.
|
|
629
629
|
*
|
|
630
|
-
* @see {@link MatterSpecification.
|
|
630
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.1
|
|
631
631
|
*/
|
|
632
632
|
contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
|
|
633
633
|
/**
|
|
634
634
|
* This field, if present, shall provide a string that may be used to describe the content being accessed at the
|
|
635
635
|
* given URL.
|
|
636
636
|
*
|
|
637
|
-
* @see {@link MatterSpecification.
|
|
637
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.2
|
|
638
638
|
*/
|
|
639
639
|
displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
640
640
|
/**
|
|
641
641
|
* This field, if present, shall indicate the branding information that may be displayed when playing back the
|
|
642
642
|
* given content.
|
|
643
643
|
*
|
|
644
|
-
* @see {@link MatterSpecification.
|
|
644
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.3
|
|
645
645
|
*/
|
|
646
646
|
brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
647
647
|
/**
|
|
648
648
|
* This field shall indicate name of the provider for the given content.
|
|
649
649
|
*
|
|
650
|
-
* @see {@link MatterSpecification.
|
|
650
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.1
|
|
651
651
|
*/
|
|
652
652
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
653
653
|
/**
|
|
654
654
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
655
655
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
656
656
|
*
|
|
657
|
-
* @see {@link MatterSpecification.
|
|
657
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.2
|
|
658
658
|
*/
|
|
659
659
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
660
660
|
/**
|
|
@@ -662,7 +662,7 @@ export declare namespace ContentLauncher {
|
|
|
662
662
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
663
663
|
* https scheme.
|
|
664
664
|
*
|
|
665
|
-
* @see {@link MatterSpecification.
|
|
665
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
666
666
|
*/
|
|
667
667
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
668
668
|
/**
|
|
@@ -674,7 +674,7 @@ export declare namespace ContentLauncher {
|
|
|
674
674
|
*
|
|
675
675
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
676
676
|
*
|
|
677
|
-
* @see {@link MatterSpecification.
|
|
677
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
678
678
|
*/
|
|
679
679
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
680
680
|
/**
|
|
@@ -682,25 +682,25 @@ export declare namespace ContentLauncher {
|
|
|
682
682
|
*
|
|
683
683
|
* Logo, Watermark etc.
|
|
684
684
|
*
|
|
685
|
-
* @see {@link MatterSpecification.
|
|
685
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
686
686
|
*/
|
|
687
687
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
688
688
|
/**
|
|
689
689
|
* This field shall indicate the width using the metric defined in Metric
|
|
690
690
|
*
|
|
691
|
-
* @see {@link MatterSpecification.
|
|
691
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
692
692
|
*/
|
|
693
693
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
694
694
|
/**
|
|
695
695
|
* This field shall indicate the height using the metric defined in Metric
|
|
696
696
|
*
|
|
697
|
-
* @see {@link MatterSpecification.
|
|
697
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
698
698
|
*/
|
|
699
699
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
700
700
|
/**
|
|
701
701
|
* This field shall indicate metric used for defining Height/Width.
|
|
702
702
|
*
|
|
703
|
-
* @see {@link MatterSpecification.
|
|
703
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
704
704
|
*/
|
|
705
705
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
706
706
|
}>>;
|
|
@@ -709,7 +709,7 @@ export declare namespace ContentLauncher {
|
|
|
709
709
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
710
710
|
* Player is in the idle state and Splash field is not available.
|
|
711
711
|
*
|
|
712
|
-
* @see {@link MatterSpecification.
|
|
712
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.3
|
|
713
713
|
*/
|
|
714
714
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
715
715
|
/**
|
|
@@ -717,7 +717,7 @@ export declare namespace ContentLauncher {
|
|
|
717
717
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
718
718
|
* https scheme.
|
|
719
719
|
*
|
|
720
|
-
* @see {@link MatterSpecification.
|
|
720
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
721
721
|
*/
|
|
722
722
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
723
723
|
/**
|
|
@@ -729,7 +729,7 @@ export declare namespace ContentLauncher {
|
|
|
729
729
|
*
|
|
730
730
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
731
731
|
*
|
|
732
|
-
* @see {@link MatterSpecification.
|
|
732
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
733
733
|
*/
|
|
734
734
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
735
735
|
/**
|
|
@@ -737,25 +737,25 @@ export declare namespace ContentLauncher {
|
|
|
737
737
|
*
|
|
738
738
|
* Logo, Watermark etc.
|
|
739
739
|
*
|
|
740
|
-
* @see {@link MatterSpecification.
|
|
740
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
741
741
|
*/
|
|
742
742
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
743
743
|
/**
|
|
744
744
|
* This field shall indicate the width using the metric defined in Metric
|
|
745
745
|
*
|
|
746
|
-
* @see {@link MatterSpecification.
|
|
746
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
747
747
|
*/
|
|
748
748
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
749
749
|
/**
|
|
750
750
|
* This field shall indicate the height using the metric defined in Metric
|
|
751
751
|
*
|
|
752
|
-
* @see {@link MatterSpecification.
|
|
752
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
753
753
|
*/
|
|
754
754
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
755
755
|
/**
|
|
756
756
|
* This field shall indicate metric used for defining Height/Width.
|
|
757
757
|
*
|
|
758
|
-
* @see {@link MatterSpecification.
|
|
758
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
759
759
|
*/
|
|
760
760
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
761
761
|
}>>;
|
|
@@ -763,7 +763,7 @@ export declare namespace ContentLauncher {
|
|
|
763
763
|
/**
|
|
764
764
|
* This field shall indicate the style of progress bar for media playback.
|
|
765
765
|
*
|
|
766
|
-
* @see {@link MatterSpecification.
|
|
766
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.4
|
|
767
767
|
*/
|
|
768
768
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
769
769
|
/**
|
|
@@ -771,7 +771,7 @@ export declare namespace ContentLauncher {
|
|
|
771
771
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
772
772
|
* https scheme.
|
|
773
773
|
*
|
|
774
|
-
* @see {@link MatterSpecification.
|
|
774
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
775
775
|
*/
|
|
776
776
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
777
777
|
/**
|
|
@@ -783,7 +783,7 @@ export declare namespace ContentLauncher {
|
|
|
783
783
|
*
|
|
784
784
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
785
785
|
*
|
|
786
|
-
* @see {@link MatterSpecification.
|
|
786
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
787
787
|
*/
|
|
788
788
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
789
789
|
/**
|
|
@@ -791,25 +791,25 @@ export declare namespace ContentLauncher {
|
|
|
791
791
|
*
|
|
792
792
|
* Logo, Watermark etc.
|
|
793
793
|
*
|
|
794
|
-
* @see {@link MatterSpecification.
|
|
794
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
795
795
|
*/
|
|
796
796
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
797
797
|
/**
|
|
798
798
|
* This field shall indicate the width using the metric defined in Metric
|
|
799
799
|
*
|
|
800
|
-
* @see {@link MatterSpecification.
|
|
800
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
801
801
|
*/
|
|
802
802
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
803
803
|
/**
|
|
804
804
|
* This field shall indicate the height using the metric defined in Metric
|
|
805
805
|
*
|
|
806
|
-
* @see {@link MatterSpecification.
|
|
806
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
807
807
|
*/
|
|
808
808
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
809
809
|
/**
|
|
810
810
|
* This field shall indicate metric used for defining Height/Width.
|
|
811
811
|
*
|
|
812
|
-
* @see {@link MatterSpecification.
|
|
812
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
813
813
|
*/
|
|
814
814
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
815
815
|
}>>;
|
|
@@ -818,7 +818,7 @@ export declare namespace ContentLauncher {
|
|
|
818
818
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
819
819
|
* populated, the Video Player shall default to logo or the provider name.
|
|
820
820
|
*
|
|
821
|
-
* @see {@link MatterSpecification.
|
|
821
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.5
|
|
822
822
|
*/
|
|
823
823
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
824
824
|
/**
|
|
@@ -826,7 +826,7 @@ export declare namespace ContentLauncher {
|
|
|
826
826
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
827
827
|
* https scheme.
|
|
828
828
|
*
|
|
829
|
-
* @see {@link MatterSpecification.
|
|
829
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
830
830
|
*/
|
|
831
831
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
832
832
|
/**
|
|
@@ -838,7 +838,7 @@ export declare namespace ContentLauncher {
|
|
|
838
838
|
*
|
|
839
839
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
840
840
|
*
|
|
841
|
-
* @see {@link MatterSpecification.
|
|
841
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
842
842
|
*/
|
|
843
843
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
844
844
|
/**
|
|
@@ -846,25 +846,25 @@ export declare namespace ContentLauncher {
|
|
|
846
846
|
*
|
|
847
847
|
* Logo, Watermark etc.
|
|
848
848
|
*
|
|
849
|
-
* @see {@link MatterSpecification.
|
|
849
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
850
850
|
*/
|
|
851
851
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
852
852
|
/**
|
|
853
853
|
* This field shall indicate the width using the metric defined in Metric
|
|
854
854
|
*
|
|
855
|
-
* @see {@link MatterSpecification.
|
|
855
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
856
856
|
*/
|
|
857
857
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
858
858
|
/**
|
|
859
859
|
* This field shall indicate the height using the metric defined in Metric
|
|
860
860
|
*
|
|
861
|
-
* @see {@link MatterSpecification.
|
|
861
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
862
862
|
*/
|
|
863
863
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
864
864
|
/**
|
|
865
865
|
* This field shall indicate metric used for defining Height/Width.
|
|
866
866
|
*
|
|
867
|
-
* @see {@link MatterSpecification.
|
|
867
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
868
868
|
*/
|
|
869
869
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
870
870
|
}>>;
|
|
@@ -872,7 +872,7 @@ export declare namespace ContentLauncher {
|
|
|
872
872
|
/**
|
|
873
873
|
* This field shall indicate watermark shown when the media is playing.
|
|
874
874
|
*
|
|
875
|
-
* @see {@link MatterSpecification.
|
|
875
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.6
|
|
876
876
|
*/
|
|
877
877
|
waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
878
878
|
/**
|
|
@@ -880,7 +880,7 @@ export declare namespace ContentLauncher {
|
|
|
880
880
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
881
881
|
* https scheme.
|
|
882
882
|
*
|
|
883
|
-
* @see {@link MatterSpecification.
|
|
883
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
884
884
|
*/
|
|
885
885
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
886
886
|
/**
|
|
@@ -892,7 +892,7 @@ export declare namespace ContentLauncher {
|
|
|
892
892
|
*
|
|
893
893
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
894
894
|
*
|
|
895
|
-
* @see {@link MatterSpecification.
|
|
895
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
896
896
|
*/
|
|
897
897
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
898
898
|
/**
|
|
@@ -900,25 +900,25 @@ export declare namespace ContentLauncher {
|
|
|
900
900
|
*
|
|
901
901
|
* Logo, Watermark etc.
|
|
902
902
|
*
|
|
903
|
-
* @see {@link MatterSpecification.
|
|
903
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
904
904
|
*/
|
|
905
905
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
906
906
|
/**
|
|
907
907
|
* This field shall indicate the width using the metric defined in Metric
|
|
908
908
|
*
|
|
909
|
-
* @see {@link MatterSpecification.
|
|
909
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
910
910
|
*/
|
|
911
911
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
912
912
|
/**
|
|
913
913
|
* This field shall indicate the height using the metric defined in Metric
|
|
914
914
|
*
|
|
915
|
-
* @see {@link MatterSpecification.
|
|
915
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
916
916
|
*/
|
|
917
917
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
918
918
|
/**
|
|
919
919
|
* This field shall indicate metric used for defining Height/Width.
|
|
920
920
|
*
|
|
921
|
-
* @see {@link MatterSpecification.
|
|
921
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
922
922
|
*/
|
|
923
923
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
924
924
|
}>>;
|
|
@@ -934,7 +934,7 @@ export declare namespace ContentLauncher {
|
|
|
934
934
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
935
935
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
936
936
|
*
|
|
937
|
-
* @see {@link MatterSpecification.
|
|
937
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.4
|
|
938
938
|
*/
|
|
939
939
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
940
940
|
/**
|
|
@@ -944,7 +944,7 @@ export declare namespace ContentLauncher {
|
|
|
944
944
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
945
945
|
* Live media with no known duration and where seek is not supported).
|
|
946
946
|
*
|
|
947
|
-
* @see {@link MatterSpecification.
|
|
947
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.1
|
|
948
948
|
*/
|
|
949
949
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
950
950
|
/**
|
|
@@ -952,14 +952,14 @@ export declare namespace ContentLauncher {
|
|
|
952
952
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
953
953
|
* Track is up to the server.
|
|
954
954
|
*
|
|
955
|
-
* @see {@link MatterSpecification.
|
|
955
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.2
|
|
956
956
|
*/
|
|
957
957
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
958
958
|
/**
|
|
959
959
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
960
960
|
* primary language used in the Track.
|
|
961
961
|
*
|
|
962
|
-
* @see {@link MatterSpecification.
|
|
962
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
963
963
|
*/
|
|
964
964
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
965
965
|
/**
|
|
@@ -967,7 +967,7 @@ export declare namespace ContentLauncher {
|
|
|
967
967
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
968
968
|
* corresponding to the Track.
|
|
969
969
|
*
|
|
970
|
-
* @see {@link MatterSpecification.
|
|
970
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
971
971
|
*/
|
|
972
972
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
973
973
|
/**
|
|
@@ -979,7 +979,7 @@ export declare namespace ContentLauncher {
|
|
|
979
979
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
980
980
|
* can choose the audio output(s) to play the Audio Track on.
|
|
981
981
|
*
|
|
982
|
-
* @see {@link MatterSpecification.
|
|
982
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
983
983
|
*/
|
|
984
984
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
985
985
|
}> | null>;
|
|
@@ -989,14 +989,14 @@ export declare namespace ContentLauncher {
|
|
|
989
989
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
990
990
|
* decision to play and select an Audio Track is up to the server.
|
|
991
991
|
*
|
|
992
|
-
* @see {@link MatterSpecification.
|
|
992
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.3
|
|
993
993
|
*/
|
|
994
994
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
995
995
|
/**
|
|
996
996
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
997
997
|
* primary language used in the Track.
|
|
998
998
|
*
|
|
999
|
-
* @see {@link MatterSpecification.
|
|
999
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
1000
1000
|
*/
|
|
1001
1001
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1002
1002
|
/**
|
|
@@ -1004,7 +1004,7 @@ export declare namespace ContentLauncher {
|
|
|
1004
1004
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
1005
1005
|
* corresponding to the Track.
|
|
1006
1006
|
*
|
|
1007
|
-
* @see {@link MatterSpecification.
|
|
1007
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
1008
1008
|
*/
|
|
1009
1009
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
1010
1010
|
/**
|
|
@@ -1016,7 +1016,7 @@ export declare namespace ContentLauncher {
|
|
|
1016
1016
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
1017
1017
|
* can choose the audio output(s) to play the Audio Track on.
|
|
1018
1018
|
*
|
|
1019
|
-
* @see {@link MatterSpecification.
|
|
1019
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
1020
1020
|
*/
|
|
1021
1021
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1022
1022
|
}>[] | null>;
|
|
@@ -1025,12 +1025,12 @@ export declare namespace ContentLauncher {
|
|
|
1025
1025
|
/**
|
|
1026
1026
|
* Input to the ContentLauncher launchUrl command
|
|
1027
1027
|
*
|
|
1028
|
-
* @see {@link MatterSpecification.
|
|
1028
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2
|
|
1029
1029
|
*/
|
|
1030
1030
|
interface LaunchUrlRequest extends TypeFromSchema<typeof TlvLaunchUrlRequest> {
|
|
1031
1031
|
}
|
|
1032
1032
|
/**
|
|
1033
|
-
* @see {@link MatterSpecification.
|
|
1033
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.2
|
|
1034
1034
|
*/
|
|
1035
1035
|
enum Status {
|
|
1036
1036
|
/**
|
|
@@ -1057,31 +1057,31 @@ export declare namespace ContentLauncher {
|
|
|
1057
1057
|
/**
|
|
1058
1058
|
* This command shall be generated in response to LaunchContent and LaunchURL commands.
|
|
1059
1059
|
*
|
|
1060
|
-
* @see {@link MatterSpecification.
|
|
1060
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3
|
|
1061
1061
|
*/
|
|
1062
1062
|
const TlvLauncherResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1063
1063
|
/**
|
|
1064
1064
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1065
1065
|
*
|
|
1066
|
-
* @see {@link MatterSpecification.
|
|
1066
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.1
|
|
1067
1067
|
*/
|
|
1068
1068
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1069
1069
|
/**
|
|
1070
1070
|
* This field shall indicate Optional app-specific data.
|
|
1071
1071
|
*
|
|
1072
|
-
* @see {@link MatterSpecification.
|
|
1072
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.2
|
|
1073
1073
|
*/
|
|
1074
1074
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1075
1075
|
}>;
|
|
1076
1076
|
/**
|
|
1077
1077
|
* This command shall be generated in response to LaunchContent and LaunchURL commands.
|
|
1078
1078
|
*
|
|
1079
|
-
* @see {@link MatterSpecification.
|
|
1079
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3
|
|
1080
1080
|
*/
|
|
1081
1081
|
interface LauncherResponse extends TypeFromSchema<typeof TlvLauncherResponse> {
|
|
1082
1082
|
}
|
|
1083
1083
|
/**
|
|
1084
|
-
* @see {@link MatterSpecification.
|
|
1084
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.3
|
|
1085
1085
|
*/
|
|
1086
1086
|
enum Parameter {
|
|
1087
1087
|
/**
|
|
@@ -1165,63 +1165,63 @@ export declare namespace ContentLauncher {
|
|
|
1165
1165
|
/**
|
|
1166
1166
|
* This object defines additional name=value pairs that can be used for identifying content.
|
|
1167
1167
|
*
|
|
1168
|
-
* @see {@link MatterSpecification.
|
|
1168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5
|
|
1169
1169
|
*/
|
|
1170
1170
|
const TlvAdditionalInfo: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1171
1171
|
/**
|
|
1172
1172
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
1173
1173
|
*
|
|
1174
|
-
* @see {@link MatterSpecification.
|
|
1174
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.1
|
|
1175
1175
|
*/
|
|
1176
1176
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1177
1177
|
/**
|
|
1178
1178
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
1179
1179
|
*
|
|
1180
|
-
* @see {@link MatterSpecification.
|
|
1180
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.2
|
|
1181
1181
|
*/
|
|
1182
1182
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1183
1183
|
}>;
|
|
1184
1184
|
/**
|
|
1185
1185
|
* This object defines additional name=value pairs that can be used for identifying content.
|
|
1186
1186
|
*
|
|
1187
|
-
* @see {@link MatterSpecification.
|
|
1187
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5
|
|
1188
1188
|
*/
|
|
1189
1189
|
interface AdditionalInfo extends TypeFromSchema<typeof TlvAdditionalInfo> {
|
|
1190
1190
|
}
|
|
1191
1191
|
/**
|
|
1192
1192
|
* This object defines inputs to a search for content for display or playback.
|
|
1193
1193
|
*
|
|
1194
|
-
* @see {@link MatterSpecification.
|
|
1194
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6
|
|
1195
1195
|
*/
|
|
1196
1196
|
const TlvParameterStruct: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1197
1197
|
/**
|
|
1198
1198
|
* This field shall indicate the entity type.
|
|
1199
1199
|
*
|
|
1200
|
-
* @see {@link MatterSpecification.
|
|
1200
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.1
|
|
1201
1201
|
*/
|
|
1202
1202
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
1203
1203
|
/**
|
|
1204
1204
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
1205
1205
|
*
|
|
1206
|
-
* @see {@link MatterSpecification.
|
|
1206
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.2
|
|
1207
1207
|
*/
|
|
1208
1208
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1209
1209
|
/**
|
|
1210
1210
|
* This field shall indicate the list of additional external content identifiers.
|
|
1211
1211
|
*
|
|
1212
|
-
* @see {@link MatterSpecification.
|
|
1212
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.3
|
|
1213
1213
|
*/
|
|
1214
1214
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1215
1215
|
/**
|
|
1216
1216
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
1217
1217
|
*
|
|
1218
|
-
* @see {@link MatterSpecification.
|
|
1218
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.1
|
|
1219
1219
|
*/
|
|
1220
1220
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1221
1221
|
/**
|
|
1222
1222
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
1223
1223
|
*
|
|
1224
|
-
* @see {@link MatterSpecification.
|
|
1224
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.2
|
|
1225
1225
|
*/
|
|
1226
1226
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1227
1227
|
}>[]>;
|
|
@@ -1229,14 +1229,14 @@ export declare namespace ContentLauncher {
|
|
|
1229
1229
|
/**
|
|
1230
1230
|
* This object defines inputs to a search for content for display or playback.
|
|
1231
1231
|
*
|
|
1232
|
-
* @see {@link MatterSpecification.
|
|
1232
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6
|
|
1233
1233
|
*/
|
|
1234
1234
|
interface ParameterStruct extends TypeFromSchema<typeof TlvParameterStruct> {
|
|
1235
1235
|
}
|
|
1236
1236
|
/**
|
|
1237
1237
|
* This object defines inputs to a search for content for display or playback.
|
|
1238
1238
|
*
|
|
1239
|
-
* @see {@link MatterSpecification.
|
|
1239
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.7
|
|
1240
1240
|
*/
|
|
1241
1241
|
const TlvContentSearch: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1242
1242
|
/**
|
|
@@ -1244,37 +1244,37 @@ export declare namespace ContentLauncher {
|
|
|
1244
1244
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
1245
1245
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
1246
1246
|
*
|
|
1247
|
-
* @see {@link MatterSpecification.
|
|
1247
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.7.1
|
|
1248
1248
|
*/
|
|
1249
1249
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1250
1250
|
/**
|
|
1251
1251
|
* This field shall indicate the entity type.
|
|
1252
1252
|
*
|
|
1253
|
-
* @see {@link MatterSpecification.
|
|
1253
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.1
|
|
1254
1254
|
*/
|
|
1255
1255
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
1256
1256
|
/**
|
|
1257
1257
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
1258
1258
|
*
|
|
1259
|
-
* @see {@link MatterSpecification.
|
|
1259
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.2
|
|
1260
1260
|
*/
|
|
1261
1261
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1262
1262
|
/**
|
|
1263
1263
|
* This field shall indicate the list of additional external content identifiers.
|
|
1264
1264
|
*
|
|
1265
|
-
* @see {@link MatterSpecification.
|
|
1265
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.3
|
|
1266
1266
|
*/
|
|
1267
1267
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1268
1268
|
/**
|
|
1269
1269
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
1270
1270
|
*
|
|
1271
|
-
* @see {@link MatterSpecification.
|
|
1271
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.1
|
|
1272
1272
|
*/
|
|
1273
1273
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1274
1274
|
/**
|
|
1275
1275
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
1276
1276
|
*
|
|
1277
|
-
* @see {@link MatterSpecification.
|
|
1277
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.2
|
|
1278
1278
|
*/
|
|
1279
1279
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1280
1280
|
}>[]>;
|
|
@@ -1283,20 +1283,20 @@ export declare namespace ContentLauncher {
|
|
|
1283
1283
|
/**
|
|
1284
1284
|
* This object defines inputs to a search for content for display or playback.
|
|
1285
1285
|
*
|
|
1286
|
-
* @see {@link MatterSpecification.
|
|
1286
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.7
|
|
1287
1287
|
*/
|
|
1288
1288
|
interface ContentSearch extends TypeFromSchema<typeof TlvContentSearch> {
|
|
1289
1289
|
}
|
|
1290
1290
|
/**
|
|
1291
1291
|
* Input to the ContentLauncher launchContent command
|
|
1292
1292
|
*
|
|
1293
|
-
* @see {@link MatterSpecification.
|
|
1293
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1
|
|
1294
1294
|
*/
|
|
1295
1295
|
const TlvLaunchContentRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1296
1296
|
/**
|
|
1297
1297
|
* This field shall indicate the content to launch.
|
|
1298
1298
|
*
|
|
1299
|
-
* @see {@link MatterSpecification.
|
|
1299
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.1
|
|
1300
1300
|
*/
|
|
1301
1301
|
search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1302
1302
|
/**
|
|
@@ -1304,37 +1304,37 @@ export declare namespace ContentLauncher {
|
|
|
1304
1304
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
1305
1305
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
1306
1306
|
*
|
|
1307
|
-
* @see {@link MatterSpecification.
|
|
1307
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.7.1
|
|
1308
1308
|
*/
|
|
1309
1309
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1310
1310
|
/**
|
|
1311
1311
|
* This field shall indicate the entity type.
|
|
1312
1312
|
*
|
|
1313
|
-
* @see {@link MatterSpecification.
|
|
1313
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.1
|
|
1314
1314
|
*/
|
|
1315
1315
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
1316
1316
|
/**
|
|
1317
1317
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
1318
1318
|
*
|
|
1319
|
-
* @see {@link MatterSpecification.
|
|
1319
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.2
|
|
1320
1320
|
*/
|
|
1321
1321
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1322
1322
|
/**
|
|
1323
1323
|
* This field shall indicate the list of additional external content identifiers.
|
|
1324
1324
|
*
|
|
1325
|
-
* @see {@link MatterSpecification.
|
|
1325
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.3
|
|
1326
1326
|
*/
|
|
1327
1327
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1328
1328
|
/**
|
|
1329
1329
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
1330
1330
|
*
|
|
1331
|
-
* @see {@link MatterSpecification.
|
|
1331
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.1
|
|
1332
1332
|
*/
|
|
1333
1333
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1334
1334
|
/**
|
|
1335
1335
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
1336
1336
|
*
|
|
1337
|
-
* @see {@link MatterSpecification.
|
|
1337
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.2
|
|
1338
1338
|
*/
|
|
1339
1339
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1340
1340
|
}>[]>;
|
|
@@ -1347,13 +1347,13 @@ export declare namespace ContentLauncher {
|
|
|
1347
1347
|
*
|
|
1348
1348
|
* • FALSE means matches should be displayed on screen for user selection.
|
|
1349
1349
|
*
|
|
1350
|
-
* @see {@link MatterSpecification.
|
|
1350
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.2
|
|
1351
1351
|
*/
|
|
1352
1352
|
autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1353
1353
|
/**
|
|
1354
1354
|
* This field, if present, shall indicate app-specific data.
|
|
1355
1355
|
*
|
|
1356
|
-
* @see {@link MatterSpecification.
|
|
1356
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.3
|
|
1357
1357
|
*/
|
|
1358
1358
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1359
1359
|
/**
|
|
@@ -1366,7 +1366,7 @@ export declare namespace ContentLauncher {
|
|
|
1366
1366
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
1367
1367
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
1368
1368
|
*
|
|
1369
|
-
* @see {@link MatterSpecification.
|
|
1369
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.4
|
|
1370
1370
|
*/
|
|
1371
1371
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1372
1372
|
/**
|
|
@@ -1376,7 +1376,7 @@ export declare namespace ContentLauncher {
|
|
|
1376
1376
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
1377
1377
|
* Live media with no known duration and where seek is not supported).
|
|
1378
1378
|
*
|
|
1379
|
-
* @see {@link MatterSpecification.
|
|
1379
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.1
|
|
1380
1380
|
*/
|
|
1381
1381
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1382
1382
|
/**
|
|
@@ -1384,14 +1384,14 @@ export declare namespace ContentLauncher {
|
|
|
1384
1384
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
1385
1385
|
* Track is up to the server.
|
|
1386
1386
|
*
|
|
1387
|
-
* @see {@link MatterSpecification.
|
|
1387
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.2
|
|
1388
1388
|
*/
|
|
1389
1389
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1390
1390
|
/**
|
|
1391
1391
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
1392
1392
|
* primary language used in the Track.
|
|
1393
1393
|
*
|
|
1394
|
-
* @see {@link MatterSpecification.
|
|
1394
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
1395
1395
|
*/
|
|
1396
1396
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1397
1397
|
/**
|
|
@@ -1399,7 +1399,7 @@ export declare namespace ContentLauncher {
|
|
|
1399
1399
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
1400
1400
|
* corresponding to the Track.
|
|
1401
1401
|
*
|
|
1402
|
-
* @see {@link MatterSpecification.
|
|
1402
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
1403
1403
|
*/
|
|
1404
1404
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
1405
1405
|
/**
|
|
@@ -1411,7 +1411,7 @@ export declare namespace ContentLauncher {
|
|
|
1411
1411
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
1412
1412
|
* can choose the audio output(s) to play the Audio Track on.
|
|
1413
1413
|
*
|
|
1414
|
-
* @see {@link MatterSpecification.
|
|
1414
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
1415
1415
|
*/
|
|
1416
1416
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1417
1417
|
}> | null>;
|
|
@@ -1421,14 +1421,14 @@ export declare namespace ContentLauncher {
|
|
|
1421
1421
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
1422
1422
|
* decision to play and select an Audio Track is up to the server.
|
|
1423
1423
|
*
|
|
1424
|
-
* @see {@link MatterSpecification.
|
|
1424
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.3
|
|
1425
1425
|
*/
|
|
1426
1426
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1427
1427
|
/**
|
|
1428
1428
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
1429
1429
|
* primary language used in the Track.
|
|
1430
1430
|
*
|
|
1431
|
-
* @see {@link MatterSpecification.
|
|
1431
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
1432
1432
|
*/
|
|
1433
1433
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1434
1434
|
/**
|
|
@@ -1436,7 +1436,7 @@ export declare namespace ContentLauncher {
|
|
|
1436
1436
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
1437
1437
|
* corresponding to the Track.
|
|
1438
1438
|
*
|
|
1439
|
-
* @see {@link MatterSpecification.
|
|
1439
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
1440
1440
|
*/
|
|
1441
1441
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
1442
1442
|
/**
|
|
@@ -1448,7 +1448,7 @@ export declare namespace ContentLauncher {
|
|
|
1448
1448
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
1449
1449
|
* can choose the audio output(s) to play the Audio Track on.
|
|
1450
1450
|
*
|
|
1451
|
-
* @see {@link MatterSpecification.
|
|
1451
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
1452
1452
|
*/
|
|
1453
1453
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1454
1454
|
}>[] | null>;
|
|
@@ -1460,14 +1460,14 @@ export declare namespace ContentLauncher {
|
|
|
1460
1460
|
* request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
|
|
1461
1461
|
* context may be considered FALSE means current activity context shall NOT be considered
|
|
1462
1462
|
*
|
|
1463
|
-
* @see {@link MatterSpecification.
|
|
1463
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.5
|
|
1464
1464
|
*/
|
|
1465
1465
|
useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1466
1466
|
}>;
|
|
1467
1467
|
/**
|
|
1468
1468
|
* Input to the ContentLauncher launchContent command
|
|
1469
1469
|
*
|
|
1470
|
-
* @see {@link MatterSpecification.
|
|
1470
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1
|
|
1471
1471
|
*/
|
|
1472
1472
|
interface LaunchContentRequest extends TypeFromSchema<typeof TlvLaunchContentRequest> {
|
|
1473
1473
|
}
|
|
@@ -1481,13 +1481,13 @@ export declare namespace ContentLauncher {
|
|
|
1481
1481
|
*
|
|
1482
1482
|
* in the form of entries in the HTTP "Accept" request header.
|
|
1483
1483
|
*
|
|
1484
|
-
* @see {@link MatterSpecification.
|
|
1484
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.6.1
|
|
1485
1485
|
*/
|
|
1486
1486
|
readonly acceptHeader: Attribute<string[], any>;
|
|
1487
1487
|
/**
|
|
1488
1488
|
* This attribute shall provide information about supported streaming protocols.
|
|
1489
1489
|
*
|
|
1490
|
-
* @see {@link MatterSpecification.
|
|
1490
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.6.2
|
|
1491
1491
|
*/
|
|
1492
1492
|
readonly supportedStreamingProtocols: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1493
1493
|
/**
|
|
@@ -1518,41 +1518,41 @@ export declare namespace ContentLauncher {
|
|
|
1518
1518
|
*
|
|
1519
1519
|
* This command returns a Launch Response.
|
|
1520
1520
|
*
|
|
1521
|
-
* @see {@link MatterSpecification.
|
|
1521
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2
|
|
1522
1522
|
*/
|
|
1523
1523
|
readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1524
1524
|
/**
|
|
1525
1525
|
* This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
|
|
1526
1526
|
* specified in RFC 1738 and shall use the https scheme.
|
|
1527
1527
|
*
|
|
1528
|
-
* @see {@link MatterSpecification.
|
|
1528
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.1
|
|
1529
1529
|
*/
|
|
1530
1530
|
contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1531
1531
|
/**
|
|
1532
1532
|
* This field, if present, shall provide a string that may be used to describe the content being accessed at the
|
|
1533
1533
|
* given URL.
|
|
1534
1534
|
*
|
|
1535
|
-
* @see {@link MatterSpecification.
|
|
1535
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.2
|
|
1536
1536
|
*/
|
|
1537
1537
|
displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1538
1538
|
/**
|
|
1539
1539
|
* This field, if present, shall indicate the branding information that may be displayed when playing back the
|
|
1540
1540
|
* given content.
|
|
1541
1541
|
*
|
|
1542
|
-
* @see {@link MatterSpecification.
|
|
1542
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.3
|
|
1543
1543
|
*/
|
|
1544
1544
|
brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1545
1545
|
/**
|
|
1546
1546
|
* This field shall indicate name of the provider for the given content.
|
|
1547
1547
|
*
|
|
1548
|
-
* @see {@link MatterSpecification.
|
|
1548
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.1
|
|
1549
1549
|
*/
|
|
1550
1550
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1551
1551
|
/**
|
|
1552
1552
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
1553
1553
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
1554
1554
|
*
|
|
1555
|
-
* @see {@link MatterSpecification.
|
|
1555
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.2
|
|
1556
1556
|
*/
|
|
1557
1557
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1558
1558
|
/**
|
|
@@ -1560,7 +1560,7 @@ export declare namespace ContentLauncher {
|
|
|
1560
1560
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
1561
1561
|
* https scheme.
|
|
1562
1562
|
*
|
|
1563
|
-
* @see {@link MatterSpecification.
|
|
1563
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
1564
1564
|
*/
|
|
1565
1565
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1566
1566
|
/**
|
|
@@ -1572,7 +1572,7 @@ export declare namespace ContentLauncher {
|
|
|
1572
1572
|
*
|
|
1573
1573
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
1574
1574
|
*
|
|
1575
|
-
* @see {@link MatterSpecification.
|
|
1575
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
1576
1576
|
*/
|
|
1577
1577
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1578
1578
|
/**
|
|
@@ -1580,25 +1580,25 @@ export declare namespace ContentLauncher {
|
|
|
1580
1580
|
*
|
|
1581
1581
|
* Logo, Watermark etc.
|
|
1582
1582
|
*
|
|
1583
|
-
* @see {@link MatterSpecification.
|
|
1583
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
1584
1584
|
*/
|
|
1585
1585
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1586
1586
|
/**
|
|
1587
1587
|
* This field shall indicate the width using the metric defined in Metric
|
|
1588
1588
|
*
|
|
1589
|
-
* @see {@link MatterSpecification.
|
|
1589
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
1590
1590
|
*/
|
|
1591
1591
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1592
1592
|
/**
|
|
1593
1593
|
* This field shall indicate the height using the metric defined in Metric
|
|
1594
1594
|
*
|
|
1595
|
-
* @see {@link MatterSpecification.
|
|
1595
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
1596
1596
|
*/
|
|
1597
1597
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1598
1598
|
/**
|
|
1599
1599
|
* This field shall indicate metric used for defining Height/Width.
|
|
1600
1600
|
*
|
|
1601
|
-
* @see {@link MatterSpecification.
|
|
1601
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
1602
1602
|
*/
|
|
1603
1603
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
1604
1604
|
}>>;
|
|
@@ -1607,7 +1607,7 @@ export declare namespace ContentLauncher {
|
|
|
1607
1607
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
1608
1608
|
* Player is in the idle state and Splash field is not available.
|
|
1609
1609
|
*
|
|
1610
|
-
* @see {@link MatterSpecification.
|
|
1610
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.3
|
|
1611
1611
|
*/
|
|
1612
1612
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1613
1613
|
/**
|
|
@@ -1615,7 +1615,7 @@ export declare namespace ContentLauncher {
|
|
|
1615
1615
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
1616
1616
|
* https scheme.
|
|
1617
1617
|
*
|
|
1618
|
-
* @see {@link MatterSpecification.
|
|
1618
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
1619
1619
|
*/
|
|
1620
1620
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1621
1621
|
/**
|
|
@@ -1627,7 +1627,7 @@ export declare namespace ContentLauncher {
|
|
|
1627
1627
|
*
|
|
1628
1628
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
1629
1629
|
*
|
|
1630
|
-
* @see {@link MatterSpecification.
|
|
1630
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
1631
1631
|
*/
|
|
1632
1632
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1633
1633
|
/**
|
|
@@ -1635,25 +1635,25 @@ export declare namespace ContentLauncher {
|
|
|
1635
1635
|
*
|
|
1636
1636
|
* Logo, Watermark etc.
|
|
1637
1637
|
*
|
|
1638
|
-
* @see {@link MatterSpecification.
|
|
1638
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
1639
1639
|
*/
|
|
1640
1640
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1641
1641
|
/**
|
|
1642
1642
|
* This field shall indicate the width using the metric defined in Metric
|
|
1643
1643
|
*
|
|
1644
|
-
* @see {@link MatterSpecification.
|
|
1644
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
1645
1645
|
*/
|
|
1646
1646
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1647
1647
|
/**
|
|
1648
1648
|
* This field shall indicate the height using the metric defined in Metric
|
|
1649
1649
|
*
|
|
1650
|
-
* @see {@link MatterSpecification.
|
|
1650
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
1651
1651
|
*/
|
|
1652
1652
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1653
1653
|
/**
|
|
1654
1654
|
* This field shall indicate metric used for defining Height/Width.
|
|
1655
1655
|
*
|
|
1656
|
-
* @see {@link MatterSpecification.
|
|
1656
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
1657
1657
|
*/
|
|
1658
1658
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
1659
1659
|
}>>;
|
|
@@ -1661,7 +1661,7 @@ export declare namespace ContentLauncher {
|
|
|
1661
1661
|
/**
|
|
1662
1662
|
* This field shall indicate the style of progress bar for media playback.
|
|
1663
1663
|
*
|
|
1664
|
-
* @see {@link MatterSpecification.
|
|
1664
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.4
|
|
1665
1665
|
*/
|
|
1666
1666
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1667
1667
|
/**
|
|
@@ -1669,7 +1669,7 @@ export declare namespace ContentLauncher {
|
|
|
1669
1669
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
1670
1670
|
* https scheme.
|
|
1671
1671
|
*
|
|
1672
|
-
* @see {@link MatterSpecification.
|
|
1672
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
1673
1673
|
*/
|
|
1674
1674
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1675
1675
|
/**
|
|
@@ -1681,7 +1681,7 @@ export declare namespace ContentLauncher {
|
|
|
1681
1681
|
*
|
|
1682
1682
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
1683
1683
|
*
|
|
1684
|
-
* @see {@link MatterSpecification.
|
|
1684
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
1685
1685
|
*/
|
|
1686
1686
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1687
1687
|
/**
|
|
@@ -1689,25 +1689,25 @@ export declare namespace ContentLauncher {
|
|
|
1689
1689
|
*
|
|
1690
1690
|
* Logo, Watermark etc.
|
|
1691
1691
|
*
|
|
1692
|
-
* @see {@link MatterSpecification.
|
|
1692
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
1693
1693
|
*/
|
|
1694
1694
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1695
1695
|
/**
|
|
1696
1696
|
* This field shall indicate the width using the metric defined in Metric
|
|
1697
1697
|
*
|
|
1698
|
-
* @see {@link MatterSpecification.
|
|
1698
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
1699
1699
|
*/
|
|
1700
1700
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1701
1701
|
/**
|
|
1702
1702
|
* This field shall indicate the height using the metric defined in Metric
|
|
1703
1703
|
*
|
|
1704
|
-
* @see {@link MatterSpecification.
|
|
1704
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
1705
1705
|
*/
|
|
1706
1706
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1707
1707
|
/**
|
|
1708
1708
|
* This field shall indicate metric used for defining Height/Width.
|
|
1709
1709
|
*
|
|
1710
|
-
* @see {@link MatterSpecification.
|
|
1710
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
1711
1711
|
*/
|
|
1712
1712
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
1713
1713
|
}>>;
|
|
@@ -1716,7 +1716,7 @@ export declare namespace ContentLauncher {
|
|
|
1716
1716
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
1717
1717
|
* populated, the Video Player shall default to logo or the provider name.
|
|
1718
1718
|
*
|
|
1719
|
-
* @see {@link MatterSpecification.
|
|
1719
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.5
|
|
1720
1720
|
*/
|
|
1721
1721
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1722
1722
|
/**
|
|
@@ -1724,7 +1724,7 @@ export declare namespace ContentLauncher {
|
|
|
1724
1724
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
1725
1725
|
* https scheme.
|
|
1726
1726
|
*
|
|
1727
|
-
* @see {@link MatterSpecification.
|
|
1727
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
1728
1728
|
*/
|
|
1729
1729
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1730
1730
|
/**
|
|
@@ -1736,7 +1736,7 @@ export declare namespace ContentLauncher {
|
|
|
1736
1736
|
*
|
|
1737
1737
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
1738
1738
|
*
|
|
1739
|
-
* @see {@link MatterSpecification.
|
|
1739
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
1740
1740
|
*/
|
|
1741
1741
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1742
1742
|
/**
|
|
@@ -1744,25 +1744,25 @@ export declare namespace ContentLauncher {
|
|
|
1744
1744
|
*
|
|
1745
1745
|
* Logo, Watermark etc.
|
|
1746
1746
|
*
|
|
1747
|
-
* @see {@link MatterSpecification.
|
|
1747
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
1748
1748
|
*/
|
|
1749
1749
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1750
1750
|
/**
|
|
1751
1751
|
* This field shall indicate the width using the metric defined in Metric
|
|
1752
1752
|
*
|
|
1753
|
-
* @see {@link MatterSpecification.
|
|
1753
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
1754
1754
|
*/
|
|
1755
1755
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1756
1756
|
/**
|
|
1757
1757
|
* This field shall indicate the height using the metric defined in Metric
|
|
1758
1758
|
*
|
|
1759
|
-
* @see {@link MatterSpecification.
|
|
1759
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
1760
1760
|
*/
|
|
1761
1761
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1762
1762
|
/**
|
|
1763
1763
|
* This field shall indicate metric used for defining Height/Width.
|
|
1764
1764
|
*
|
|
1765
|
-
* @see {@link MatterSpecification.
|
|
1765
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
1766
1766
|
*/
|
|
1767
1767
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
1768
1768
|
}>>;
|
|
@@ -1770,7 +1770,7 @@ export declare namespace ContentLauncher {
|
|
|
1770
1770
|
/**
|
|
1771
1771
|
* This field shall indicate watermark shown when the media is playing.
|
|
1772
1772
|
*
|
|
1773
|
-
* @see {@link MatterSpecification.
|
|
1773
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.6
|
|
1774
1774
|
*/
|
|
1775
1775
|
waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1776
1776
|
/**
|
|
@@ -1778,7 +1778,7 @@ export declare namespace ContentLauncher {
|
|
|
1778
1778
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
1779
1779
|
* https scheme.
|
|
1780
1780
|
*
|
|
1781
|
-
* @see {@link MatterSpecification.
|
|
1781
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
1782
1782
|
*/
|
|
1783
1783
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1784
1784
|
/**
|
|
@@ -1790,7 +1790,7 @@ export declare namespace ContentLauncher {
|
|
|
1790
1790
|
*
|
|
1791
1791
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
1792
1792
|
*
|
|
1793
|
-
* @see {@link MatterSpecification.
|
|
1793
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
1794
1794
|
*/
|
|
1795
1795
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1796
1796
|
/**
|
|
@@ -1798,25 +1798,25 @@ export declare namespace ContentLauncher {
|
|
|
1798
1798
|
*
|
|
1799
1799
|
* Logo, Watermark etc.
|
|
1800
1800
|
*
|
|
1801
|
-
* @see {@link MatterSpecification.
|
|
1801
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
1802
1802
|
*/
|
|
1803
1803
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1804
1804
|
/**
|
|
1805
1805
|
* This field shall indicate the width using the metric defined in Metric
|
|
1806
1806
|
*
|
|
1807
|
-
* @see {@link MatterSpecification.
|
|
1807
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
1808
1808
|
*/
|
|
1809
1809
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1810
1810
|
/**
|
|
1811
1811
|
* This field shall indicate the height using the metric defined in Metric
|
|
1812
1812
|
*
|
|
1813
|
-
* @see {@link MatterSpecification.
|
|
1813
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
1814
1814
|
*/
|
|
1815
1815
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1816
1816
|
/**
|
|
1817
1817
|
* This field shall indicate metric used for defining Height/Width.
|
|
1818
1818
|
*
|
|
1819
|
-
* @see {@link MatterSpecification.
|
|
1819
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
1820
1820
|
*/
|
|
1821
1821
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
1822
1822
|
}>>;
|
|
@@ -1832,7 +1832,7 @@ export declare namespace ContentLauncher {
|
|
|
1832
1832
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
1833
1833
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
1834
1834
|
*
|
|
1835
|
-
* @see {@link MatterSpecification.
|
|
1835
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.4
|
|
1836
1836
|
*/
|
|
1837
1837
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1838
1838
|
/**
|
|
@@ -1842,7 +1842,7 @@ export declare namespace ContentLauncher {
|
|
|
1842
1842
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
1843
1843
|
* Live media with no known duration and where seek is not supported).
|
|
1844
1844
|
*
|
|
1845
|
-
* @see {@link MatterSpecification.
|
|
1845
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.1
|
|
1846
1846
|
*/
|
|
1847
1847
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
1848
1848
|
/**
|
|
@@ -1850,14 +1850,14 @@ export declare namespace ContentLauncher {
|
|
|
1850
1850
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
1851
1851
|
* Track is up to the server.
|
|
1852
1852
|
*
|
|
1853
|
-
* @see {@link MatterSpecification.
|
|
1853
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.2
|
|
1854
1854
|
*/
|
|
1855
1855
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1856
1856
|
/**
|
|
1857
1857
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
1858
1858
|
* primary language used in the Track.
|
|
1859
1859
|
*
|
|
1860
|
-
* @see {@link MatterSpecification.
|
|
1860
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
1861
1861
|
*/
|
|
1862
1862
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1863
1863
|
/**
|
|
@@ -1865,7 +1865,7 @@ export declare namespace ContentLauncher {
|
|
|
1865
1865
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
1866
1866
|
* corresponding to the Track.
|
|
1867
1867
|
*
|
|
1868
|
-
* @see {@link MatterSpecification.
|
|
1868
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
1869
1869
|
*/
|
|
1870
1870
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
1871
1871
|
/**
|
|
@@ -1877,7 +1877,7 @@ export declare namespace ContentLauncher {
|
|
|
1877
1877
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
1878
1878
|
* can choose the audio output(s) to play the Audio Track on.
|
|
1879
1879
|
*
|
|
1880
|
-
* @see {@link MatterSpecification.
|
|
1880
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
1881
1881
|
*/
|
|
1882
1882
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1883
1883
|
}> | null>;
|
|
@@ -1887,14 +1887,14 @@ export declare namespace ContentLauncher {
|
|
|
1887
1887
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
1888
1888
|
* decision to play and select an Audio Track is up to the server.
|
|
1889
1889
|
*
|
|
1890
|
-
* @see {@link MatterSpecification.
|
|
1890
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.3
|
|
1891
1891
|
*/
|
|
1892
1892
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1893
1893
|
/**
|
|
1894
1894
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
1895
1895
|
* primary language used in the Track.
|
|
1896
1896
|
*
|
|
1897
|
-
* @see {@link MatterSpecification.
|
|
1897
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
1898
1898
|
*/
|
|
1899
1899
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1900
1900
|
/**
|
|
@@ -1902,7 +1902,7 @@ export declare namespace ContentLauncher {
|
|
|
1902
1902
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
1903
1903
|
* corresponding to the Track.
|
|
1904
1904
|
*
|
|
1905
|
-
* @see {@link MatterSpecification.
|
|
1905
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
1906
1906
|
*/
|
|
1907
1907
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
1908
1908
|
/**
|
|
@@ -1914,7 +1914,7 @@ export declare namespace ContentLauncher {
|
|
|
1914
1914
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
1915
1915
|
* can choose the audio output(s) to play the Audio Track on.
|
|
1916
1916
|
*
|
|
1917
|
-
* @see {@link MatterSpecification.
|
|
1917
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
1918
1918
|
*/
|
|
1919
1919
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1920
1920
|
}>[] | null>;
|
|
@@ -1923,13 +1923,13 @@ export declare namespace ContentLauncher {
|
|
|
1923
1923
|
/**
|
|
1924
1924
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1925
1925
|
*
|
|
1926
|
-
* @see {@link MatterSpecification.
|
|
1926
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.1
|
|
1927
1927
|
*/
|
|
1928
1928
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1929
1929
|
/**
|
|
1930
1930
|
* This field shall indicate Optional app-specific data.
|
|
1931
1931
|
*
|
|
1932
|
-
* @see {@link MatterSpecification.
|
|
1932
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.2
|
|
1933
1933
|
*/
|
|
1934
1934
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1935
1935
|
}>, any>;
|
|
@@ -1944,13 +1944,13 @@ export declare namespace ContentLauncher {
|
|
|
1944
1944
|
* Upon receipt, this shall launch the specified content with optional search criteria. This command returns
|
|
1945
1945
|
* a Launch Response.
|
|
1946
1946
|
*
|
|
1947
|
-
* @see {@link MatterSpecification.
|
|
1947
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1
|
|
1948
1948
|
*/
|
|
1949
1949
|
readonly launchContent: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1950
1950
|
/**
|
|
1951
1951
|
* This field shall indicate the content to launch.
|
|
1952
1952
|
*
|
|
1953
|
-
* @see {@link MatterSpecification.
|
|
1953
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.1
|
|
1954
1954
|
*/
|
|
1955
1955
|
search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1956
1956
|
/**
|
|
@@ -1958,37 +1958,37 @@ export declare namespace ContentLauncher {
|
|
|
1958
1958
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
1959
1959
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
1960
1960
|
*
|
|
1961
|
-
* @see {@link MatterSpecification.
|
|
1961
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.7.1
|
|
1962
1962
|
*/
|
|
1963
1963
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1964
1964
|
/**
|
|
1965
1965
|
* This field shall indicate the entity type.
|
|
1966
1966
|
*
|
|
1967
|
-
* @see {@link MatterSpecification.
|
|
1967
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.1
|
|
1968
1968
|
*/
|
|
1969
1969
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
1970
1970
|
/**
|
|
1971
1971
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
1972
1972
|
*
|
|
1973
|
-
* @see {@link MatterSpecification.
|
|
1973
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.2
|
|
1974
1974
|
*/
|
|
1975
1975
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1976
1976
|
/**
|
|
1977
1977
|
* This field shall indicate the list of additional external content identifiers.
|
|
1978
1978
|
*
|
|
1979
|
-
* @see {@link MatterSpecification.
|
|
1979
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.3
|
|
1980
1980
|
*/
|
|
1981
1981
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1982
1982
|
/**
|
|
1983
1983
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
1984
1984
|
*
|
|
1985
|
-
* @see {@link MatterSpecification.
|
|
1985
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.1
|
|
1986
1986
|
*/
|
|
1987
1987
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1988
1988
|
/**
|
|
1989
1989
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
1990
1990
|
*
|
|
1991
|
-
* @see {@link MatterSpecification.
|
|
1991
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.2
|
|
1992
1992
|
*/
|
|
1993
1993
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1994
1994
|
}>[]>;
|
|
@@ -2001,13 +2001,13 @@ export declare namespace ContentLauncher {
|
|
|
2001
2001
|
*
|
|
2002
2002
|
* • FALSE means matches should be displayed on screen for user selection.
|
|
2003
2003
|
*
|
|
2004
|
-
* @see {@link MatterSpecification.
|
|
2004
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.2
|
|
2005
2005
|
*/
|
|
2006
2006
|
autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2007
2007
|
/**
|
|
2008
2008
|
* This field, if present, shall indicate app-specific data.
|
|
2009
2009
|
*
|
|
2010
|
-
* @see {@link MatterSpecification.
|
|
2010
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.3
|
|
2011
2011
|
*/
|
|
2012
2012
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2013
2013
|
/**
|
|
@@ -2020,7 +2020,7 @@ export declare namespace ContentLauncher {
|
|
|
2020
2020
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
2021
2021
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
2022
2022
|
*
|
|
2023
|
-
* @see {@link MatterSpecification.
|
|
2023
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.4
|
|
2024
2024
|
*/
|
|
2025
2025
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2026
2026
|
/**
|
|
@@ -2030,7 +2030,7 @@ export declare namespace ContentLauncher {
|
|
|
2030
2030
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
2031
2031
|
* Live media with no known duration and where seek is not supported).
|
|
2032
2032
|
*
|
|
2033
|
-
* @see {@link MatterSpecification.
|
|
2033
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.1
|
|
2034
2034
|
*/
|
|
2035
2035
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2036
2036
|
/**
|
|
@@ -2038,14 +2038,14 @@ export declare namespace ContentLauncher {
|
|
|
2038
2038
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
2039
2039
|
* Track is up to the server.
|
|
2040
2040
|
*
|
|
2041
|
-
* @see {@link MatterSpecification.
|
|
2041
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.2
|
|
2042
2042
|
*/
|
|
2043
2043
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2044
2044
|
/**
|
|
2045
2045
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2046
2046
|
* primary language used in the Track.
|
|
2047
2047
|
*
|
|
2048
|
-
* @see {@link MatterSpecification.
|
|
2048
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
2049
2049
|
*/
|
|
2050
2050
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2051
2051
|
/**
|
|
@@ -2053,7 +2053,7 @@ export declare namespace ContentLauncher {
|
|
|
2053
2053
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2054
2054
|
* corresponding to the Track.
|
|
2055
2055
|
*
|
|
2056
|
-
* @see {@link MatterSpecification.
|
|
2056
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
2057
2057
|
*/
|
|
2058
2058
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2059
2059
|
/**
|
|
@@ -2065,7 +2065,7 @@ export declare namespace ContentLauncher {
|
|
|
2065
2065
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2066
2066
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2067
2067
|
*
|
|
2068
|
-
* @see {@link MatterSpecification.
|
|
2068
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
2069
2069
|
*/
|
|
2070
2070
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2071
2071
|
}> | null>;
|
|
@@ -2075,14 +2075,14 @@ export declare namespace ContentLauncher {
|
|
|
2075
2075
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
2076
2076
|
* decision to play and select an Audio Track is up to the server.
|
|
2077
2077
|
*
|
|
2078
|
-
* @see {@link MatterSpecification.
|
|
2078
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.3
|
|
2079
2079
|
*/
|
|
2080
2080
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2081
2081
|
/**
|
|
2082
2082
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2083
2083
|
* primary language used in the Track.
|
|
2084
2084
|
*
|
|
2085
|
-
* @see {@link MatterSpecification.
|
|
2085
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
2086
2086
|
*/
|
|
2087
2087
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2088
2088
|
/**
|
|
@@ -2090,7 +2090,7 @@ export declare namespace ContentLauncher {
|
|
|
2090
2090
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2091
2091
|
* corresponding to the Track.
|
|
2092
2092
|
*
|
|
2093
|
-
* @see {@link MatterSpecification.
|
|
2093
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
2094
2094
|
*/
|
|
2095
2095
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2096
2096
|
/**
|
|
@@ -2102,7 +2102,7 @@ export declare namespace ContentLauncher {
|
|
|
2102
2102
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2103
2103
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2104
2104
|
*
|
|
2105
|
-
* @see {@link MatterSpecification.
|
|
2105
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
2106
2106
|
*/
|
|
2107
2107
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2108
2108
|
}>[] | null>;
|
|
@@ -2114,20 +2114,20 @@ export declare namespace ContentLauncher {
|
|
|
2114
2114
|
* request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
|
|
2115
2115
|
* context may be considered FALSE means current activity context shall NOT be considered
|
|
2116
2116
|
*
|
|
2117
|
-
* @see {@link MatterSpecification.
|
|
2117
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.5
|
|
2118
2118
|
*/
|
|
2119
2119
|
useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2120
2120
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2121
2121
|
/**
|
|
2122
2122
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2123
2123
|
*
|
|
2124
|
-
* @see {@link MatterSpecification.
|
|
2124
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.1
|
|
2125
2125
|
*/
|
|
2126
2126
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2127
2127
|
/**
|
|
2128
2128
|
* This field shall indicate Optional app-specific data.
|
|
2129
2129
|
*
|
|
2130
|
-
* @see {@link MatterSpecification.
|
|
2130
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.2
|
|
2131
2131
|
*/
|
|
2132
2132
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2133
2133
|
}>, any>;
|
|
@@ -2192,13 +2192,13 @@ export declare namespace ContentLauncher {
|
|
|
2192
2192
|
*
|
|
2193
2193
|
* in the form of entries in the HTTP "Accept" request header.
|
|
2194
2194
|
*
|
|
2195
|
-
* @see {@link MatterSpecification.
|
|
2195
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.6.1
|
|
2196
2196
|
*/
|
|
2197
2197
|
readonly acceptHeader: Attribute<string[], any>;
|
|
2198
2198
|
/**
|
|
2199
2199
|
* This attribute shall provide information about supported streaming protocols.
|
|
2200
2200
|
*
|
|
2201
|
-
* @see {@link MatterSpecification.
|
|
2201
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.6.2
|
|
2202
2202
|
*/
|
|
2203
2203
|
readonly supportedStreamingProtocols: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2204
2204
|
/**
|
|
@@ -2229,41 +2229,41 @@ export declare namespace ContentLauncher {
|
|
|
2229
2229
|
*
|
|
2230
2230
|
* This command returns a Launch Response.
|
|
2231
2231
|
*
|
|
2232
|
-
* @see {@link MatterSpecification.
|
|
2232
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2
|
|
2233
2233
|
*/
|
|
2234
2234
|
readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2235
2235
|
/**
|
|
2236
2236
|
* This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
|
|
2237
2237
|
* specified in RFC 1738 and shall use the https scheme.
|
|
2238
2238
|
*
|
|
2239
|
-
* @see {@link MatterSpecification.
|
|
2239
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.1
|
|
2240
2240
|
*/
|
|
2241
2241
|
contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2242
2242
|
/**
|
|
2243
2243
|
* This field, if present, shall provide a string that may be used to describe the content being accessed at the
|
|
2244
2244
|
* given URL.
|
|
2245
2245
|
*
|
|
2246
|
-
* @see {@link MatterSpecification.
|
|
2246
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.2
|
|
2247
2247
|
*/
|
|
2248
2248
|
displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2249
2249
|
/**
|
|
2250
2250
|
* This field, if present, shall indicate the branding information that may be displayed when playing back the
|
|
2251
2251
|
* given content.
|
|
2252
2252
|
*
|
|
2253
|
-
* @see {@link MatterSpecification.
|
|
2253
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.3
|
|
2254
2254
|
*/
|
|
2255
2255
|
brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2256
2256
|
/**
|
|
2257
2257
|
* This field shall indicate name of the provider for the given content.
|
|
2258
2258
|
*
|
|
2259
|
-
* @see {@link MatterSpecification.
|
|
2259
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.1
|
|
2260
2260
|
*/
|
|
2261
2261
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2262
2262
|
/**
|
|
2263
2263
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
2264
2264
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
2265
2265
|
*
|
|
2266
|
-
* @see {@link MatterSpecification.
|
|
2266
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.2
|
|
2267
2267
|
*/
|
|
2268
2268
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2269
2269
|
/**
|
|
@@ -2271,7 +2271,7 @@ export declare namespace ContentLauncher {
|
|
|
2271
2271
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2272
2272
|
* https scheme.
|
|
2273
2273
|
*
|
|
2274
|
-
* @see {@link MatterSpecification.
|
|
2274
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
2275
2275
|
*/
|
|
2276
2276
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2277
2277
|
/**
|
|
@@ -2283,7 +2283,7 @@ export declare namespace ContentLauncher {
|
|
|
2283
2283
|
*
|
|
2284
2284
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
2285
2285
|
*
|
|
2286
|
-
* @see {@link MatterSpecification.
|
|
2286
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
2287
2287
|
*/
|
|
2288
2288
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2289
2289
|
/**
|
|
@@ -2291,25 +2291,25 @@ export declare namespace ContentLauncher {
|
|
|
2291
2291
|
*
|
|
2292
2292
|
* Logo, Watermark etc.
|
|
2293
2293
|
*
|
|
2294
|
-
* @see {@link MatterSpecification.
|
|
2294
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
2295
2295
|
*/
|
|
2296
2296
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2297
2297
|
/**
|
|
2298
2298
|
* This field shall indicate the width using the metric defined in Metric
|
|
2299
2299
|
*
|
|
2300
|
-
* @see {@link MatterSpecification.
|
|
2300
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
2301
2301
|
*/
|
|
2302
2302
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2303
2303
|
/**
|
|
2304
2304
|
* This field shall indicate the height using the metric defined in Metric
|
|
2305
2305
|
*
|
|
2306
|
-
* @see {@link MatterSpecification.
|
|
2306
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
2307
2307
|
*/
|
|
2308
2308
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2309
2309
|
/**
|
|
2310
2310
|
* This field shall indicate metric used for defining Height/Width.
|
|
2311
2311
|
*
|
|
2312
|
-
* @see {@link MatterSpecification.
|
|
2312
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
2313
2313
|
*/
|
|
2314
2314
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
2315
2315
|
}>>;
|
|
@@ -2318,7 +2318,7 @@ export declare namespace ContentLauncher {
|
|
|
2318
2318
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
2319
2319
|
* Player is in the idle state and Splash field is not available.
|
|
2320
2320
|
*
|
|
2321
|
-
* @see {@link MatterSpecification.
|
|
2321
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.3
|
|
2322
2322
|
*/
|
|
2323
2323
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2324
2324
|
/**
|
|
@@ -2326,7 +2326,7 @@ export declare namespace ContentLauncher {
|
|
|
2326
2326
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2327
2327
|
* https scheme.
|
|
2328
2328
|
*
|
|
2329
|
-
* @see {@link MatterSpecification.
|
|
2329
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
2330
2330
|
*/
|
|
2331
2331
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2332
2332
|
/**
|
|
@@ -2338,7 +2338,7 @@ export declare namespace ContentLauncher {
|
|
|
2338
2338
|
*
|
|
2339
2339
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
2340
2340
|
*
|
|
2341
|
-
* @see {@link MatterSpecification.
|
|
2341
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
2342
2342
|
*/
|
|
2343
2343
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2344
2344
|
/**
|
|
@@ -2346,25 +2346,25 @@ export declare namespace ContentLauncher {
|
|
|
2346
2346
|
*
|
|
2347
2347
|
* Logo, Watermark etc.
|
|
2348
2348
|
*
|
|
2349
|
-
* @see {@link MatterSpecification.
|
|
2349
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
2350
2350
|
*/
|
|
2351
2351
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2352
2352
|
/**
|
|
2353
2353
|
* This field shall indicate the width using the metric defined in Metric
|
|
2354
2354
|
*
|
|
2355
|
-
* @see {@link MatterSpecification.
|
|
2355
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
2356
2356
|
*/
|
|
2357
2357
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2358
2358
|
/**
|
|
2359
2359
|
* This field shall indicate the height using the metric defined in Metric
|
|
2360
2360
|
*
|
|
2361
|
-
* @see {@link MatterSpecification.
|
|
2361
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
2362
2362
|
*/
|
|
2363
2363
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2364
2364
|
/**
|
|
2365
2365
|
* This field shall indicate metric used for defining Height/Width.
|
|
2366
2366
|
*
|
|
2367
|
-
* @see {@link MatterSpecification.
|
|
2367
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
2368
2368
|
*/
|
|
2369
2369
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
2370
2370
|
}>>;
|
|
@@ -2372,7 +2372,7 @@ export declare namespace ContentLauncher {
|
|
|
2372
2372
|
/**
|
|
2373
2373
|
* This field shall indicate the style of progress bar for media playback.
|
|
2374
2374
|
*
|
|
2375
|
-
* @see {@link MatterSpecification.
|
|
2375
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.4
|
|
2376
2376
|
*/
|
|
2377
2377
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2378
2378
|
/**
|
|
@@ -2380,7 +2380,7 @@ export declare namespace ContentLauncher {
|
|
|
2380
2380
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2381
2381
|
* https scheme.
|
|
2382
2382
|
*
|
|
2383
|
-
* @see {@link MatterSpecification.
|
|
2383
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
2384
2384
|
*/
|
|
2385
2385
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2386
2386
|
/**
|
|
@@ -2392,7 +2392,7 @@ export declare namespace ContentLauncher {
|
|
|
2392
2392
|
*
|
|
2393
2393
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
2394
2394
|
*
|
|
2395
|
-
* @see {@link MatterSpecification.
|
|
2395
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
2396
2396
|
*/
|
|
2397
2397
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2398
2398
|
/**
|
|
@@ -2400,25 +2400,25 @@ export declare namespace ContentLauncher {
|
|
|
2400
2400
|
*
|
|
2401
2401
|
* Logo, Watermark etc.
|
|
2402
2402
|
*
|
|
2403
|
-
* @see {@link MatterSpecification.
|
|
2403
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
2404
2404
|
*/
|
|
2405
2405
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2406
2406
|
/**
|
|
2407
2407
|
* This field shall indicate the width using the metric defined in Metric
|
|
2408
2408
|
*
|
|
2409
|
-
* @see {@link MatterSpecification.
|
|
2409
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
2410
2410
|
*/
|
|
2411
2411
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2412
2412
|
/**
|
|
2413
2413
|
* This field shall indicate the height using the metric defined in Metric
|
|
2414
2414
|
*
|
|
2415
|
-
* @see {@link MatterSpecification.
|
|
2415
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
2416
2416
|
*/
|
|
2417
2417
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2418
2418
|
/**
|
|
2419
2419
|
* This field shall indicate metric used for defining Height/Width.
|
|
2420
2420
|
*
|
|
2421
|
-
* @see {@link MatterSpecification.
|
|
2421
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
2422
2422
|
*/
|
|
2423
2423
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
2424
2424
|
}>>;
|
|
@@ -2427,7 +2427,7 @@ export declare namespace ContentLauncher {
|
|
|
2427
2427
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
2428
2428
|
* populated, the Video Player shall default to logo or the provider name.
|
|
2429
2429
|
*
|
|
2430
|
-
* @see {@link MatterSpecification.
|
|
2430
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.5
|
|
2431
2431
|
*/
|
|
2432
2432
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2433
2433
|
/**
|
|
@@ -2435,7 +2435,7 @@ export declare namespace ContentLauncher {
|
|
|
2435
2435
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2436
2436
|
* https scheme.
|
|
2437
2437
|
*
|
|
2438
|
-
* @see {@link MatterSpecification.
|
|
2438
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
2439
2439
|
*/
|
|
2440
2440
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2441
2441
|
/**
|
|
@@ -2447,7 +2447,7 @@ export declare namespace ContentLauncher {
|
|
|
2447
2447
|
*
|
|
2448
2448
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
2449
2449
|
*
|
|
2450
|
-
* @see {@link MatterSpecification.
|
|
2450
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
2451
2451
|
*/
|
|
2452
2452
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2453
2453
|
/**
|
|
@@ -2455,25 +2455,25 @@ export declare namespace ContentLauncher {
|
|
|
2455
2455
|
*
|
|
2456
2456
|
* Logo, Watermark etc.
|
|
2457
2457
|
*
|
|
2458
|
-
* @see {@link MatterSpecification.
|
|
2458
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
2459
2459
|
*/
|
|
2460
2460
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2461
2461
|
/**
|
|
2462
2462
|
* This field shall indicate the width using the metric defined in Metric
|
|
2463
2463
|
*
|
|
2464
|
-
* @see {@link MatterSpecification.
|
|
2464
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
2465
2465
|
*/
|
|
2466
2466
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2467
2467
|
/**
|
|
2468
2468
|
* This field shall indicate the height using the metric defined in Metric
|
|
2469
2469
|
*
|
|
2470
|
-
* @see {@link MatterSpecification.
|
|
2470
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
2471
2471
|
*/
|
|
2472
2472
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2473
2473
|
/**
|
|
2474
2474
|
* This field shall indicate metric used for defining Height/Width.
|
|
2475
2475
|
*
|
|
2476
|
-
* @see {@link MatterSpecification.
|
|
2476
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
2477
2477
|
*/
|
|
2478
2478
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
2479
2479
|
}>>;
|
|
@@ -2481,7 +2481,7 @@ export declare namespace ContentLauncher {
|
|
|
2481
2481
|
/**
|
|
2482
2482
|
* This field shall indicate watermark shown when the media is playing.
|
|
2483
2483
|
*
|
|
2484
|
-
* @see {@link MatterSpecification.
|
|
2484
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.6
|
|
2485
2485
|
*/
|
|
2486
2486
|
waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2487
2487
|
/**
|
|
@@ -2489,7 +2489,7 @@ export declare namespace ContentLauncher {
|
|
|
2489
2489
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2490
2490
|
* https scheme.
|
|
2491
2491
|
*
|
|
2492
|
-
* @see {@link MatterSpecification.
|
|
2492
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
2493
2493
|
*/
|
|
2494
2494
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2495
2495
|
/**
|
|
@@ -2501,7 +2501,7 @@ export declare namespace ContentLauncher {
|
|
|
2501
2501
|
*
|
|
2502
2502
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
2503
2503
|
*
|
|
2504
|
-
* @see {@link MatterSpecification.
|
|
2504
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
2505
2505
|
*/
|
|
2506
2506
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2507
2507
|
/**
|
|
@@ -2509,25 +2509,25 @@ export declare namespace ContentLauncher {
|
|
|
2509
2509
|
*
|
|
2510
2510
|
* Logo, Watermark etc.
|
|
2511
2511
|
*
|
|
2512
|
-
* @see {@link MatterSpecification.
|
|
2512
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
2513
2513
|
*/
|
|
2514
2514
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2515
2515
|
/**
|
|
2516
2516
|
* This field shall indicate the width using the metric defined in Metric
|
|
2517
2517
|
*
|
|
2518
|
-
* @see {@link MatterSpecification.
|
|
2518
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
2519
2519
|
*/
|
|
2520
2520
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2521
2521
|
/**
|
|
2522
2522
|
* This field shall indicate the height using the metric defined in Metric
|
|
2523
2523
|
*
|
|
2524
|
-
* @see {@link MatterSpecification.
|
|
2524
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
2525
2525
|
*/
|
|
2526
2526
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2527
2527
|
/**
|
|
2528
2528
|
* This field shall indicate metric used for defining Height/Width.
|
|
2529
2529
|
*
|
|
2530
|
-
* @see {@link MatterSpecification.
|
|
2530
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
2531
2531
|
*/
|
|
2532
2532
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
2533
2533
|
}>>;
|
|
@@ -2543,7 +2543,7 @@ export declare namespace ContentLauncher {
|
|
|
2543
2543
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
2544
2544
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
2545
2545
|
*
|
|
2546
|
-
* @see {@link MatterSpecification.
|
|
2546
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.4
|
|
2547
2547
|
*/
|
|
2548
2548
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2549
2549
|
/**
|
|
@@ -2553,7 +2553,7 @@ export declare namespace ContentLauncher {
|
|
|
2553
2553
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
2554
2554
|
* Live media with no known duration and where seek is not supported).
|
|
2555
2555
|
*
|
|
2556
|
-
* @see {@link MatterSpecification.
|
|
2556
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.1
|
|
2557
2557
|
*/
|
|
2558
2558
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2559
2559
|
/**
|
|
@@ -2561,14 +2561,14 @@ export declare namespace ContentLauncher {
|
|
|
2561
2561
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
2562
2562
|
* Track is up to the server.
|
|
2563
2563
|
*
|
|
2564
|
-
* @see {@link MatterSpecification.
|
|
2564
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.2
|
|
2565
2565
|
*/
|
|
2566
2566
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2567
2567
|
/**
|
|
2568
2568
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2569
2569
|
* primary language used in the Track.
|
|
2570
2570
|
*
|
|
2571
|
-
* @see {@link MatterSpecification.
|
|
2571
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
2572
2572
|
*/
|
|
2573
2573
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2574
2574
|
/**
|
|
@@ -2576,7 +2576,7 @@ export declare namespace ContentLauncher {
|
|
|
2576
2576
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2577
2577
|
* corresponding to the Track.
|
|
2578
2578
|
*
|
|
2579
|
-
* @see {@link MatterSpecification.
|
|
2579
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
2580
2580
|
*/
|
|
2581
2581
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2582
2582
|
/**
|
|
@@ -2588,7 +2588,7 @@ export declare namespace ContentLauncher {
|
|
|
2588
2588
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2589
2589
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2590
2590
|
*
|
|
2591
|
-
* @see {@link MatterSpecification.
|
|
2591
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
2592
2592
|
*/
|
|
2593
2593
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2594
2594
|
}> | null>;
|
|
@@ -2598,14 +2598,14 @@ export declare namespace ContentLauncher {
|
|
|
2598
2598
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
2599
2599
|
* decision to play and select an Audio Track is up to the server.
|
|
2600
2600
|
*
|
|
2601
|
-
* @see {@link MatterSpecification.
|
|
2601
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.3
|
|
2602
2602
|
*/
|
|
2603
2603
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2604
2604
|
/**
|
|
2605
2605
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2606
2606
|
* primary language used in the Track.
|
|
2607
2607
|
*
|
|
2608
|
-
* @see {@link MatterSpecification.
|
|
2608
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
2609
2609
|
*/
|
|
2610
2610
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2611
2611
|
/**
|
|
@@ -2613,7 +2613,7 @@ export declare namespace ContentLauncher {
|
|
|
2613
2613
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2614
2614
|
* corresponding to the Track.
|
|
2615
2615
|
*
|
|
2616
|
-
* @see {@link MatterSpecification.
|
|
2616
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
2617
2617
|
*/
|
|
2618
2618
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2619
2619
|
/**
|
|
@@ -2625,7 +2625,7 @@ export declare namespace ContentLauncher {
|
|
|
2625
2625
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2626
2626
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2627
2627
|
*
|
|
2628
|
-
* @see {@link MatterSpecification.
|
|
2628
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
2629
2629
|
*/
|
|
2630
2630
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2631
2631
|
}>[] | null>;
|
|
@@ -2634,13 +2634,13 @@ export declare namespace ContentLauncher {
|
|
|
2634
2634
|
/**
|
|
2635
2635
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2636
2636
|
*
|
|
2637
|
-
* @see {@link MatterSpecification.
|
|
2637
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.1
|
|
2638
2638
|
*/
|
|
2639
2639
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2640
2640
|
/**
|
|
2641
2641
|
* This field shall indicate Optional app-specific data.
|
|
2642
2642
|
*
|
|
2643
|
-
* @see {@link MatterSpecification.
|
|
2643
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.2
|
|
2644
2644
|
*/
|
|
2645
2645
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2646
2646
|
}>, any>;
|
|
@@ -2656,13 +2656,13 @@ export declare namespace ContentLauncher {
|
|
|
2656
2656
|
* Upon receipt, this shall launch the specified content with optional search criteria. This command returns
|
|
2657
2657
|
* a Launch Response.
|
|
2658
2658
|
*
|
|
2659
|
-
* @see {@link MatterSpecification.
|
|
2659
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1
|
|
2660
2660
|
*/
|
|
2661
2661
|
readonly launchContent: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2662
2662
|
/**
|
|
2663
2663
|
* This field shall indicate the content to launch.
|
|
2664
2664
|
*
|
|
2665
|
-
* @see {@link MatterSpecification.
|
|
2665
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.1
|
|
2666
2666
|
*/
|
|
2667
2667
|
search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2668
2668
|
/**
|
|
@@ -2670,37 +2670,37 @@ export declare namespace ContentLauncher {
|
|
|
2670
2670
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
2671
2671
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
2672
2672
|
*
|
|
2673
|
-
* @see {@link MatterSpecification.
|
|
2673
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.7.1
|
|
2674
2674
|
*/
|
|
2675
2675
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2676
2676
|
/**
|
|
2677
2677
|
* This field shall indicate the entity type.
|
|
2678
2678
|
*
|
|
2679
|
-
* @see {@link MatterSpecification.
|
|
2679
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.1
|
|
2680
2680
|
*/
|
|
2681
2681
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
2682
2682
|
/**
|
|
2683
2683
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
2684
2684
|
*
|
|
2685
|
-
* @see {@link MatterSpecification.
|
|
2685
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.2
|
|
2686
2686
|
*/
|
|
2687
2687
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2688
2688
|
/**
|
|
2689
2689
|
* This field shall indicate the list of additional external content identifiers.
|
|
2690
2690
|
*
|
|
2691
|
-
* @see {@link MatterSpecification.
|
|
2691
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.3
|
|
2692
2692
|
*/
|
|
2693
2693
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2694
2694
|
/**
|
|
2695
2695
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
2696
2696
|
*
|
|
2697
|
-
* @see {@link MatterSpecification.
|
|
2697
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.1
|
|
2698
2698
|
*/
|
|
2699
2699
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2700
2700
|
/**
|
|
2701
2701
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
2702
2702
|
*
|
|
2703
|
-
* @see {@link MatterSpecification.
|
|
2703
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.2
|
|
2704
2704
|
*/
|
|
2705
2705
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2706
2706
|
}>[]>;
|
|
@@ -2713,13 +2713,13 @@ export declare namespace ContentLauncher {
|
|
|
2713
2713
|
*
|
|
2714
2714
|
* • FALSE means matches should be displayed on screen for user selection.
|
|
2715
2715
|
*
|
|
2716
|
-
* @see {@link MatterSpecification.
|
|
2716
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.2
|
|
2717
2717
|
*/
|
|
2718
2718
|
autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2719
2719
|
/**
|
|
2720
2720
|
* This field, if present, shall indicate app-specific data.
|
|
2721
2721
|
*
|
|
2722
|
-
* @see {@link MatterSpecification.
|
|
2722
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.3
|
|
2723
2723
|
*/
|
|
2724
2724
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2725
2725
|
/**
|
|
@@ -2732,7 +2732,7 @@ export declare namespace ContentLauncher {
|
|
|
2732
2732
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
2733
2733
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
2734
2734
|
*
|
|
2735
|
-
* @see {@link MatterSpecification.
|
|
2735
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.4
|
|
2736
2736
|
*/
|
|
2737
2737
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2738
2738
|
/**
|
|
@@ -2742,7 +2742,7 @@ export declare namespace ContentLauncher {
|
|
|
2742
2742
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
2743
2743
|
* Live media with no known duration and where seek is not supported).
|
|
2744
2744
|
*
|
|
2745
|
-
* @see {@link MatterSpecification.
|
|
2745
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.1
|
|
2746
2746
|
*/
|
|
2747
2747
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
2748
2748
|
/**
|
|
@@ -2750,14 +2750,14 @@ export declare namespace ContentLauncher {
|
|
|
2750
2750
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
2751
2751
|
* Track is up to the server.
|
|
2752
2752
|
*
|
|
2753
|
-
* @see {@link MatterSpecification.
|
|
2753
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.2
|
|
2754
2754
|
*/
|
|
2755
2755
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2756
2756
|
/**
|
|
2757
2757
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2758
2758
|
* primary language used in the Track.
|
|
2759
2759
|
*
|
|
2760
|
-
* @see {@link MatterSpecification.
|
|
2760
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
2761
2761
|
*/
|
|
2762
2762
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2763
2763
|
/**
|
|
@@ -2765,7 +2765,7 @@ export declare namespace ContentLauncher {
|
|
|
2765
2765
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2766
2766
|
* corresponding to the Track.
|
|
2767
2767
|
*
|
|
2768
|
-
* @see {@link MatterSpecification.
|
|
2768
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
2769
2769
|
*/
|
|
2770
2770
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2771
2771
|
/**
|
|
@@ -2777,7 +2777,7 @@ export declare namespace ContentLauncher {
|
|
|
2777
2777
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2778
2778
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2779
2779
|
*
|
|
2780
|
-
* @see {@link MatterSpecification.
|
|
2780
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
2781
2781
|
*/
|
|
2782
2782
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2783
2783
|
}> | null>;
|
|
@@ -2787,14 +2787,14 @@ export declare namespace ContentLauncher {
|
|
|
2787
2787
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
2788
2788
|
* decision to play and select an Audio Track is up to the server.
|
|
2789
2789
|
*
|
|
2790
|
-
* @see {@link MatterSpecification.
|
|
2790
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.3
|
|
2791
2791
|
*/
|
|
2792
2792
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2793
2793
|
/**
|
|
2794
2794
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
2795
2795
|
* primary language used in the Track.
|
|
2796
2796
|
*
|
|
2797
|
-
* @see {@link MatterSpecification.
|
|
2797
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
2798
2798
|
*/
|
|
2799
2799
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2800
2800
|
/**
|
|
@@ -2802,7 +2802,7 @@ export declare namespace ContentLauncher {
|
|
|
2802
2802
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
2803
2803
|
* corresponding to the Track.
|
|
2804
2804
|
*
|
|
2805
|
-
* @see {@link MatterSpecification.
|
|
2805
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
2806
2806
|
*/
|
|
2807
2807
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
2808
2808
|
/**
|
|
@@ -2814,7 +2814,7 @@ export declare namespace ContentLauncher {
|
|
|
2814
2814
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
2815
2815
|
* can choose the audio output(s) to play the Audio Track on.
|
|
2816
2816
|
*
|
|
2817
|
-
* @see {@link MatterSpecification.
|
|
2817
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
2818
2818
|
*/
|
|
2819
2819
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2820
2820
|
}>[] | null>;
|
|
@@ -2826,20 +2826,20 @@ export declare namespace ContentLauncher {
|
|
|
2826
2826
|
* request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
|
|
2827
2827
|
* context may be considered FALSE means current activity context shall NOT be considered
|
|
2828
2828
|
*
|
|
2829
|
-
* @see {@link MatterSpecification.
|
|
2829
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.5
|
|
2830
2830
|
*/
|
|
2831
2831
|
useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2832
2832
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2833
2833
|
/**
|
|
2834
2834
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2835
2835
|
*
|
|
2836
|
-
* @see {@link MatterSpecification.
|
|
2836
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.1
|
|
2837
2837
|
*/
|
|
2838
2838
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2839
2839
|
/**
|
|
2840
2840
|
* This field shall indicate Optional app-specific data.
|
|
2841
2841
|
*
|
|
2842
|
-
* @see {@link MatterSpecification.
|
|
2842
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.2
|
|
2843
2843
|
*/
|
|
2844
2844
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2845
2845
|
}>, any>;
|
|
@@ -2912,13 +2912,13 @@ export declare namespace ContentLauncher {
|
|
|
2912
2912
|
*
|
|
2913
2913
|
* in the form of entries in the HTTP "Accept" request header.
|
|
2914
2914
|
*
|
|
2915
|
-
* @see {@link MatterSpecification.
|
|
2915
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.6.1
|
|
2916
2916
|
*/
|
|
2917
2917
|
readonly acceptHeader: Attribute<string[], any>;
|
|
2918
2918
|
/**
|
|
2919
2919
|
* This attribute shall provide information about supported streaming protocols.
|
|
2920
2920
|
*
|
|
2921
|
-
* @see {@link MatterSpecification.
|
|
2921
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.6.2
|
|
2922
2922
|
*/
|
|
2923
2923
|
readonly supportedStreamingProtocols: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2924
2924
|
/**
|
|
@@ -2949,41 +2949,41 @@ export declare namespace ContentLauncher {
|
|
|
2949
2949
|
*
|
|
2950
2950
|
* This command returns a Launch Response.
|
|
2951
2951
|
*
|
|
2952
|
-
* @see {@link MatterSpecification.
|
|
2952
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2
|
|
2953
2953
|
*/
|
|
2954
2954
|
readonly launchUrl: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2955
2955
|
/**
|
|
2956
2956
|
* This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
|
|
2957
2957
|
* specified in RFC 1738 and shall use the https scheme.
|
|
2958
2958
|
*
|
|
2959
|
-
* @see {@link MatterSpecification.
|
|
2959
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.1
|
|
2960
2960
|
*/
|
|
2961
2961
|
contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2962
2962
|
/**
|
|
2963
2963
|
* This field, if present, shall provide a string that may be used to describe the content being accessed at the
|
|
2964
2964
|
* given URL.
|
|
2965
2965
|
*
|
|
2966
|
-
* @see {@link MatterSpecification.
|
|
2966
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.2
|
|
2967
2967
|
*/
|
|
2968
2968
|
displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2969
2969
|
/**
|
|
2970
2970
|
* This field, if present, shall indicate the branding information that may be displayed when playing back the
|
|
2971
2971
|
* given content.
|
|
2972
2972
|
*
|
|
2973
|
-
* @see {@link MatterSpecification.
|
|
2973
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.3
|
|
2974
2974
|
*/
|
|
2975
2975
|
brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2976
2976
|
/**
|
|
2977
2977
|
* This field shall indicate name of the provider for the given content.
|
|
2978
2978
|
*
|
|
2979
|
-
* @see {@link MatterSpecification.
|
|
2979
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.1
|
|
2980
2980
|
*/
|
|
2981
2981
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2982
2982
|
/**
|
|
2983
2983
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
2984
2984
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
2985
2985
|
*
|
|
2986
|
-
* @see {@link MatterSpecification.
|
|
2986
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.2
|
|
2987
2987
|
*/
|
|
2988
2988
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2989
2989
|
/**
|
|
@@ -2991,7 +2991,7 @@ export declare namespace ContentLauncher {
|
|
|
2991
2991
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
2992
2992
|
* https scheme.
|
|
2993
2993
|
*
|
|
2994
|
-
* @see {@link MatterSpecification.
|
|
2994
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
2995
2995
|
*/
|
|
2996
2996
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2997
2997
|
/**
|
|
@@ -3003,7 +3003,7 @@ export declare namespace ContentLauncher {
|
|
|
3003
3003
|
*
|
|
3004
3004
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3005
3005
|
*
|
|
3006
|
-
* @see {@link MatterSpecification.
|
|
3006
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
3007
3007
|
*/
|
|
3008
3008
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3009
3009
|
/**
|
|
@@ -3011,25 +3011,25 @@ export declare namespace ContentLauncher {
|
|
|
3011
3011
|
*
|
|
3012
3012
|
* Logo, Watermark etc.
|
|
3013
3013
|
*
|
|
3014
|
-
* @see {@link MatterSpecification.
|
|
3014
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
3015
3015
|
*/
|
|
3016
3016
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3017
3017
|
/**
|
|
3018
3018
|
* This field shall indicate the width using the metric defined in Metric
|
|
3019
3019
|
*
|
|
3020
|
-
* @see {@link MatterSpecification.
|
|
3020
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
3021
3021
|
*/
|
|
3022
3022
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3023
3023
|
/**
|
|
3024
3024
|
* This field shall indicate the height using the metric defined in Metric
|
|
3025
3025
|
*
|
|
3026
|
-
* @see {@link MatterSpecification.
|
|
3026
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
3027
3027
|
*/
|
|
3028
3028
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3029
3029
|
/**
|
|
3030
3030
|
* This field shall indicate metric used for defining Height/Width.
|
|
3031
3031
|
*
|
|
3032
|
-
* @see {@link MatterSpecification.
|
|
3032
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
3033
3033
|
*/
|
|
3034
3034
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3035
3035
|
}>>;
|
|
@@ -3038,7 +3038,7 @@ export declare namespace ContentLauncher {
|
|
|
3038
3038
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
3039
3039
|
* Player is in the idle state and Splash field is not available.
|
|
3040
3040
|
*
|
|
3041
|
-
* @see {@link MatterSpecification.
|
|
3041
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.3
|
|
3042
3042
|
*/
|
|
3043
3043
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3044
3044
|
/**
|
|
@@ -3046,7 +3046,7 @@ export declare namespace ContentLauncher {
|
|
|
3046
3046
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3047
3047
|
* https scheme.
|
|
3048
3048
|
*
|
|
3049
|
-
* @see {@link MatterSpecification.
|
|
3049
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
3050
3050
|
*/
|
|
3051
3051
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3052
3052
|
/**
|
|
@@ -3058,7 +3058,7 @@ export declare namespace ContentLauncher {
|
|
|
3058
3058
|
*
|
|
3059
3059
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3060
3060
|
*
|
|
3061
|
-
* @see {@link MatterSpecification.
|
|
3061
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
3062
3062
|
*/
|
|
3063
3063
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3064
3064
|
/**
|
|
@@ -3066,25 +3066,25 @@ export declare namespace ContentLauncher {
|
|
|
3066
3066
|
*
|
|
3067
3067
|
* Logo, Watermark etc.
|
|
3068
3068
|
*
|
|
3069
|
-
* @see {@link MatterSpecification.
|
|
3069
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
3070
3070
|
*/
|
|
3071
3071
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3072
3072
|
/**
|
|
3073
3073
|
* This field shall indicate the width using the metric defined in Metric
|
|
3074
3074
|
*
|
|
3075
|
-
* @see {@link MatterSpecification.
|
|
3075
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
3076
3076
|
*/
|
|
3077
3077
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3078
3078
|
/**
|
|
3079
3079
|
* This field shall indicate the height using the metric defined in Metric
|
|
3080
3080
|
*
|
|
3081
|
-
* @see {@link MatterSpecification.
|
|
3081
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
3082
3082
|
*/
|
|
3083
3083
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3084
3084
|
/**
|
|
3085
3085
|
* This field shall indicate metric used for defining Height/Width.
|
|
3086
3086
|
*
|
|
3087
|
-
* @see {@link MatterSpecification.
|
|
3087
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
3088
3088
|
*/
|
|
3089
3089
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3090
3090
|
}>>;
|
|
@@ -3092,7 +3092,7 @@ export declare namespace ContentLauncher {
|
|
|
3092
3092
|
/**
|
|
3093
3093
|
* This field shall indicate the style of progress bar for media playback.
|
|
3094
3094
|
*
|
|
3095
|
-
* @see {@link MatterSpecification.
|
|
3095
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.4
|
|
3096
3096
|
*/
|
|
3097
3097
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3098
3098
|
/**
|
|
@@ -3100,7 +3100,7 @@ export declare namespace ContentLauncher {
|
|
|
3100
3100
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3101
3101
|
* https scheme.
|
|
3102
3102
|
*
|
|
3103
|
-
* @see {@link MatterSpecification.
|
|
3103
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
3104
3104
|
*/
|
|
3105
3105
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3106
3106
|
/**
|
|
@@ -3112,7 +3112,7 @@ export declare namespace ContentLauncher {
|
|
|
3112
3112
|
*
|
|
3113
3113
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3114
3114
|
*
|
|
3115
|
-
* @see {@link MatterSpecification.
|
|
3115
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
3116
3116
|
*/
|
|
3117
3117
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3118
3118
|
/**
|
|
@@ -3120,25 +3120,25 @@ export declare namespace ContentLauncher {
|
|
|
3120
3120
|
*
|
|
3121
3121
|
* Logo, Watermark etc.
|
|
3122
3122
|
*
|
|
3123
|
-
* @see {@link MatterSpecification.
|
|
3123
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
3124
3124
|
*/
|
|
3125
3125
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3126
3126
|
/**
|
|
3127
3127
|
* This field shall indicate the width using the metric defined in Metric
|
|
3128
3128
|
*
|
|
3129
|
-
* @see {@link MatterSpecification.
|
|
3129
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
3130
3130
|
*/
|
|
3131
3131
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3132
3132
|
/**
|
|
3133
3133
|
* This field shall indicate the height using the metric defined in Metric
|
|
3134
3134
|
*
|
|
3135
|
-
* @see {@link MatterSpecification.
|
|
3135
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
3136
3136
|
*/
|
|
3137
3137
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3138
3138
|
/**
|
|
3139
3139
|
* This field shall indicate metric used for defining Height/Width.
|
|
3140
3140
|
*
|
|
3141
|
-
* @see {@link MatterSpecification.
|
|
3141
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
3142
3142
|
*/
|
|
3143
3143
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3144
3144
|
}>>;
|
|
@@ -3147,7 +3147,7 @@ export declare namespace ContentLauncher {
|
|
|
3147
3147
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
3148
3148
|
* populated, the Video Player shall default to logo or the provider name.
|
|
3149
3149
|
*
|
|
3150
|
-
* @see {@link MatterSpecification.
|
|
3150
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.5
|
|
3151
3151
|
*/
|
|
3152
3152
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3153
3153
|
/**
|
|
@@ -3155,7 +3155,7 @@ export declare namespace ContentLauncher {
|
|
|
3155
3155
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3156
3156
|
* https scheme.
|
|
3157
3157
|
*
|
|
3158
|
-
* @see {@link MatterSpecification.
|
|
3158
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
3159
3159
|
*/
|
|
3160
3160
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3161
3161
|
/**
|
|
@@ -3167,7 +3167,7 @@ export declare namespace ContentLauncher {
|
|
|
3167
3167
|
*
|
|
3168
3168
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3169
3169
|
*
|
|
3170
|
-
* @see {@link MatterSpecification.
|
|
3170
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
3171
3171
|
*/
|
|
3172
3172
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3173
3173
|
/**
|
|
@@ -3175,25 +3175,25 @@ export declare namespace ContentLauncher {
|
|
|
3175
3175
|
*
|
|
3176
3176
|
* Logo, Watermark etc.
|
|
3177
3177
|
*
|
|
3178
|
-
* @see {@link MatterSpecification.
|
|
3178
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
3179
3179
|
*/
|
|
3180
3180
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3181
3181
|
/**
|
|
3182
3182
|
* This field shall indicate the width using the metric defined in Metric
|
|
3183
3183
|
*
|
|
3184
|
-
* @see {@link MatterSpecification.
|
|
3184
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
3185
3185
|
*/
|
|
3186
3186
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3187
3187
|
/**
|
|
3188
3188
|
* This field shall indicate the height using the metric defined in Metric
|
|
3189
3189
|
*
|
|
3190
|
-
* @see {@link MatterSpecification.
|
|
3190
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
3191
3191
|
*/
|
|
3192
3192
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3193
3193
|
/**
|
|
3194
3194
|
* This field shall indicate metric used for defining Height/Width.
|
|
3195
3195
|
*
|
|
3196
|
-
* @see {@link MatterSpecification.
|
|
3196
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
3197
3197
|
*/
|
|
3198
3198
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3199
3199
|
}>>;
|
|
@@ -3201,7 +3201,7 @@ export declare namespace ContentLauncher {
|
|
|
3201
3201
|
/**
|
|
3202
3202
|
* This field shall indicate watermark shown when the media is playing.
|
|
3203
3203
|
*
|
|
3204
|
-
* @see {@link MatterSpecification.
|
|
3204
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.6
|
|
3205
3205
|
*/
|
|
3206
3206
|
waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3207
3207
|
/**
|
|
@@ -3209,7 +3209,7 @@ export declare namespace ContentLauncher {
|
|
|
3209
3209
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3210
3210
|
* https scheme.
|
|
3211
3211
|
*
|
|
3212
|
-
* @see {@link MatterSpecification.
|
|
3212
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
3213
3213
|
*/
|
|
3214
3214
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3215
3215
|
/**
|
|
@@ -3221,7 +3221,7 @@ export declare namespace ContentLauncher {
|
|
|
3221
3221
|
*
|
|
3222
3222
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3223
3223
|
*
|
|
3224
|
-
* @see {@link MatterSpecification.
|
|
3224
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
3225
3225
|
*/
|
|
3226
3226
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3227
3227
|
/**
|
|
@@ -3229,25 +3229,25 @@ export declare namespace ContentLauncher {
|
|
|
3229
3229
|
*
|
|
3230
3230
|
* Logo, Watermark etc.
|
|
3231
3231
|
*
|
|
3232
|
-
* @see {@link MatterSpecification.
|
|
3232
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
3233
3233
|
*/
|
|
3234
3234
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3235
3235
|
/**
|
|
3236
3236
|
* This field shall indicate the width using the metric defined in Metric
|
|
3237
3237
|
*
|
|
3238
|
-
* @see {@link MatterSpecification.
|
|
3238
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
3239
3239
|
*/
|
|
3240
3240
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3241
3241
|
/**
|
|
3242
3242
|
* This field shall indicate the height using the metric defined in Metric
|
|
3243
3243
|
*
|
|
3244
|
-
* @see {@link MatterSpecification.
|
|
3244
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
3245
3245
|
*/
|
|
3246
3246
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3247
3247
|
/**
|
|
3248
3248
|
* This field shall indicate metric used for defining Height/Width.
|
|
3249
3249
|
*
|
|
3250
|
-
* @see {@link MatterSpecification.
|
|
3250
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
3251
3251
|
*/
|
|
3252
3252
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3253
3253
|
}>>;
|
|
@@ -3263,7 +3263,7 @@ export declare namespace ContentLauncher {
|
|
|
3263
3263
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
3264
3264
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
3265
3265
|
*
|
|
3266
|
-
* @see {@link MatterSpecification.
|
|
3266
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.4
|
|
3267
3267
|
*/
|
|
3268
3268
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3269
3269
|
/**
|
|
@@ -3273,7 +3273,7 @@ export declare namespace ContentLauncher {
|
|
|
3273
3273
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
3274
3274
|
* Live media with no known duration and where seek is not supported).
|
|
3275
3275
|
*
|
|
3276
|
-
* @see {@link MatterSpecification.
|
|
3276
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.1
|
|
3277
3277
|
*/
|
|
3278
3278
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3279
3279
|
/**
|
|
@@ -3281,14 +3281,14 @@ export declare namespace ContentLauncher {
|
|
|
3281
3281
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
3282
3282
|
* Track is up to the server.
|
|
3283
3283
|
*
|
|
3284
|
-
* @see {@link MatterSpecification.
|
|
3284
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.2
|
|
3285
3285
|
*/
|
|
3286
3286
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3287
3287
|
/**
|
|
3288
3288
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3289
3289
|
* primary language used in the Track.
|
|
3290
3290
|
*
|
|
3291
|
-
* @see {@link MatterSpecification.
|
|
3291
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
3292
3292
|
*/
|
|
3293
3293
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3294
3294
|
/**
|
|
@@ -3296,7 +3296,7 @@ export declare namespace ContentLauncher {
|
|
|
3296
3296
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3297
3297
|
* corresponding to the Track.
|
|
3298
3298
|
*
|
|
3299
|
-
* @see {@link MatterSpecification.
|
|
3299
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
3300
3300
|
*/
|
|
3301
3301
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3302
3302
|
/**
|
|
@@ -3308,7 +3308,7 @@ export declare namespace ContentLauncher {
|
|
|
3308
3308
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3309
3309
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3310
3310
|
*
|
|
3311
|
-
* @see {@link MatterSpecification.
|
|
3311
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
3312
3312
|
*/
|
|
3313
3313
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3314
3314
|
}> | null>;
|
|
@@ -3318,14 +3318,14 @@ export declare namespace ContentLauncher {
|
|
|
3318
3318
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
3319
3319
|
* decision to play and select an Audio Track is up to the server.
|
|
3320
3320
|
*
|
|
3321
|
-
* @see {@link MatterSpecification.
|
|
3321
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.3
|
|
3322
3322
|
*/
|
|
3323
3323
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3324
3324
|
/**
|
|
3325
3325
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3326
3326
|
* primary language used in the Track.
|
|
3327
3327
|
*
|
|
3328
|
-
* @see {@link MatterSpecification.
|
|
3328
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
3329
3329
|
*/
|
|
3330
3330
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3331
3331
|
/**
|
|
@@ -3333,7 +3333,7 @@ export declare namespace ContentLauncher {
|
|
|
3333
3333
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3334
3334
|
* corresponding to the Track.
|
|
3335
3335
|
*
|
|
3336
|
-
* @see {@link MatterSpecification.
|
|
3336
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
3337
3337
|
*/
|
|
3338
3338
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3339
3339
|
/**
|
|
@@ -3345,7 +3345,7 @@ export declare namespace ContentLauncher {
|
|
|
3345
3345
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3346
3346
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3347
3347
|
*
|
|
3348
|
-
* @see {@link MatterSpecification.
|
|
3348
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
3349
3349
|
*/
|
|
3350
3350
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3351
3351
|
}>[] | null>;
|
|
@@ -3354,13 +3354,13 @@ export declare namespace ContentLauncher {
|
|
|
3354
3354
|
/**
|
|
3355
3355
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3356
3356
|
*
|
|
3357
|
-
* @see {@link MatterSpecification.
|
|
3357
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.1
|
|
3358
3358
|
*/
|
|
3359
3359
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3360
3360
|
/**
|
|
3361
3361
|
* This field shall indicate Optional app-specific data.
|
|
3362
3362
|
*
|
|
3363
|
-
* @see {@link MatterSpecification.
|
|
3363
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.2
|
|
3364
3364
|
*/
|
|
3365
3365
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3366
3366
|
}>, any>;
|
|
@@ -3376,13 +3376,13 @@ export declare namespace ContentLauncher {
|
|
|
3376
3376
|
* Upon receipt, this shall launch the specified content with optional search criteria. This command returns
|
|
3377
3377
|
* a Launch Response.
|
|
3378
3378
|
*
|
|
3379
|
-
* @see {@link MatterSpecification.
|
|
3379
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1
|
|
3380
3380
|
*/
|
|
3381
3381
|
readonly launchContent: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3382
3382
|
/**
|
|
3383
3383
|
* This field shall indicate the content to launch.
|
|
3384
3384
|
*
|
|
3385
|
-
* @see {@link MatterSpecification.
|
|
3385
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.1
|
|
3386
3386
|
*/
|
|
3387
3387
|
search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3388
3388
|
/**
|
|
@@ -3390,37 +3390,37 @@ export declare namespace ContentLauncher {
|
|
|
3390
3390
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
3391
3391
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
3392
3392
|
*
|
|
3393
|
-
* @see {@link MatterSpecification.
|
|
3393
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.7.1
|
|
3394
3394
|
*/
|
|
3395
3395
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3396
3396
|
/**
|
|
3397
3397
|
* This field shall indicate the entity type.
|
|
3398
3398
|
*
|
|
3399
|
-
* @see {@link MatterSpecification.
|
|
3399
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.1
|
|
3400
3400
|
*/
|
|
3401
3401
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
3402
3402
|
/**
|
|
3403
3403
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
3404
3404
|
*
|
|
3405
|
-
* @see {@link MatterSpecification.
|
|
3405
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.2
|
|
3406
3406
|
*/
|
|
3407
3407
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3408
3408
|
/**
|
|
3409
3409
|
* This field shall indicate the list of additional external content identifiers.
|
|
3410
3410
|
*
|
|
3411
|
-
* @see {@link MatterSpecification.
|
|
3411
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.3
|
|
3412
3412
|
*/
|
|
3413
3413
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3414
3414
|
/**
|
|
3415
3415
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
3416
3416
|
*
|
|
3417
|
-
* @see {@link MatterSpecification.
|
|
3417
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.1
|
|
3418
3418
|
*/
|
|
3419
3419
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3420
3420
|
/**
|
|
3421
3421
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
3422
3422
|
*
|
|
3423
|
-
* @see {@link MatterSpecification.
|
|
3423
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.2
|
|
3424
3424
|
*/
|
|
3425
3425
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3426
3426
|
}>[]>;
|
|
@@ -3433,13 +3433,13 @@ export declare namespace ContentLauncher {
|
|
|
3433
3433
|
*
|
|
3434
3434
|
* • FALSE means matches should be displayed on screen for user selection.
|
|
3435
3435
|
*
|
|
3436
|
-
* @see {@link MatterSpecification.
|
|
3436
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.2
|
|
3437
3437
|
*/
|
|
3438
3438
|
autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3439
3439
|
/**
|
|
3440
3440
|
* This field, if present, shall indicate app-specific data.
|
|
3441
3441
|
*
|
|
3442
|
-
* @see {@link MatterSpecification.
|
|
3442
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.3
|
|
3443
3443
|
*/
|
|
3444
3444
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3445
3445
|
/**
|
|
@@ -3452,7 +3452,7 @@ export declare namespace ContentLauncher {
|
|
|
3452
3452
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
3453
3453
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
3454
3454
|
*
|
|
3455
|
-
* @see {@link MatterSpecification.
|
|
3455
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.4
|
|
3456
3456
|
*/
|
|
3457
3457
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3458
3458
|
/**
|
|
@@ -3462,7 +3462,7 @@ export declare namespace ContentLauncher {
|
|
|
3462
3462
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
3463
3463
|
* Live media with no known duration and where seek is not supported).
|
|
3464
3464
|
*
|
|
3465
|
-
* @see {@link MatterSpecification.
|
|
3465
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.1
|
|
3466
3466
|
*/
|
|
3467
3467
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3468
3468
|
/**
|
|
@@ -3470,14 +3470,14 @@ export declare namespace ContentLauncher {
|
|
|
3470
3470
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
3471
3471
|
* Track is up to the server.
|
|
3472
3472
|
*
|
|
3473
|
-
* @see {@link MatterSpecification.
|
|
3473
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.2
|
|
3474
3474
|
*/
|
|
3475
3475
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3476
3476
|
/**
|
|
3477
3477
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3478
3478
|
* primary language used in the Track.
|
|
3479
3479
|
*
|
|
3480
|
-
* @see {@link MatterSpecification.
|
|
3480
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
3481
3481
|
*/
|
|
3482
3482
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3483
3483
|
/**
|
|
@@ -3485,7 +3485,7 @@ export declare namespace ContentLauncher {
|
|
|
3485
3485
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3486
3486
|
* corresponding to the Track.
|
|
3487
3487
|
*
|
|
3488
|
-
* @see {@link MatterSpecification.
|
|
3488
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
3489
3489
|
*/
|
|
3490
3490
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3491
3491
|
/**
|
|
@@ -3497,7 +3497,7 @@ export declare namespace ContentLauncher {
|
|
|
3497
3497
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3498
3498
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3499
3499
|
*
|
|
3500
|
-
* @see {@link MatterSpecification.
|
|
3500
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
3501
3501
|
*/
|
|
3502
3502
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3503
3503
|
}> | null>;
|
|
@@ -3507,14 +3507,14 @@ export declare namespace ContentLauncher {
|
|
|
3507
3507
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
3508
3508
|
* decision to play and select an Audio Track is up to the server.
|
|
3509
3509
|
*
|
|
3510
|
-
* @see {@link MatterSpecification.
|
|
3510
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.3
|
|
3511
3511
|
*/
|
|
3512
3512
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3513
3513
|
/**
|
|
3514
3514
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3515
3515
|
* primary language used in the Track.
|
|
3516
3516
|
*
|
|
3517
|
-
* @see {@link MatterSpecification.
|
|
3517
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
3518
3518
|
*/
|
|
3519
3519
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3520
3520
|
/**
|
|
@@ -3522,7 +3522,7 @@ export declare namespace ContentLauncher {
|
|
|
3522
3522
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3523
3523
|
* corresponding to the Track.
|
|
3524
3524
|
*
|
|
3525
|
-
* @see {@link MatterSpecification.
|
|
3525
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
3526
3526
|
*/
|
|
3527
3527
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3528
3528
|
/**
|
|
@@ -3534,7 +3534,7 @@ export declare namespace ContentLauncher {
|
|
|
3534
3534
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3535
3535
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3536
3536
|
*
|
|
3537
|
-
* @see {@link MatterSpecification.
|
|
3537
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
3538
3538
|
*/
|
|
3539
3539
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3540
3540
|
}>[] | null>;
|
|
@@ -3546,20 +3546,20 @@ export declare namespace ContentLauncher {
|
|
|
3546
3546
|
* request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
|
|
3547
3547
|
* context may be considered FALSE means current activity context shall NOT be considered
|
|
3548
3548
|
*
|
|
3549
|
-
* @see {@link MatterSpecification.
|
|
3549
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.5
|
|
3550
3550
|
*/
|
|
3551
3551
|
useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3552
3552
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3553
3553
|
/**
|
|
3554
3554
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3555
3555
|
*
|
|
3556
|
-
* @see {@link MatterSpecification.
|
|
3556
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.1
|
|
3557
3557
|
*/
|
|
3558
3558
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3559
3559
|
/**
|
|
3560
3560
|
* This field shall indicate Optional app-specific data.
|
|
3561
3561
|
*
|
|
3562
|
-
* @see {@link MatterSpecification.
|
|
3562
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.2
|
|
3563
3563
|
*/
|
|
3564
3564
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3565
3565
|
}>, any>;
|
|
@@ -3596,7 +3596,7 @@ export declare namespace ContentLauncher {
|
|
|
3596
3596
|
* ContentLauncherCluster supports optional features that you can enable with the ContentLauncherCluster.with()
|
|
3597
3597
|
* factory method.
|
|
3598
3598
|
*
|
|
3599
|
-
* @see {@link MatterSpecification.
|
|
3599
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7
|
|
3600
3600
|
*/
|
|
3601
3601
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3602
3602
|
}
|
|
@@ -3673,7 +3673,7 @@ export declare namespace ContentLauncher {
|
|
|
3673
3673
|
/**
|
|
3674
3674
|
* This field shall indicate the content to launch.
|
|
3675
3675
|
*
|
|
3676
|
-
* @see {@link MatterSpecification.
|
|
3676
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.1
|
|
3677
3677
|
*/
|
|
3678
3678
|
search: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3679
3679
|
/**
|
|
@@ -3681,37 +3681,37 @@ export declare namespace ContentLauncher {
|
|
|
3681
3681
|
* the search parameters shall be joined with 'AND' logic. e.g. action movies with Tom Cruise will be
|
|
3682
3682
|
* represented as [{Actor: 'Tom Cruise'}, {Type: 'Movie'}, {Genre: 'Action'}]
|
|
3683
3683
|
*
|
|
3684
|
-
* @see {@link MatterSpecification.
|
|
3684
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.7.1
|
|
3685
3685
|
*/
|
|
3686
3686
|
parameterList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3687
3687
|
/**
|
|
3688
3688
|
* This field shall indicate the entity type.
|
|
3689
3689
|
*
|
|
3690
|
-
* @see {@link MatterSpecification.
|
|
3690
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.1
|
|
3691
3691
|
*/
|
|
3692
3692
|
type: import("../tlv/TlvObject.js").FieldType<Parameter>;
|
|
3693
3693
|
/**
|
|
3694
3694
|
* This field shall indicate the entity value, which is a search string, ex. “Manchester by the Sea”.
|
|
3695
3695
|
*
|
|
3696
|
-
* @see {@link MatterSpecification.
|
|
3696
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.2
|
|
3697
3697
|
*/
|
|
3698
3698
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3699
3699
|
/**
|
|
3700
3700
|
* This field shall indicate the list of additional external content identifiers.
|
|
3701
3701
|
*
|
|
3702
|
-
* @see {@link MatterSpecification.
|
|
3702
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.6.3
|
|
3703
3703
|
*/
|
|
3704
3704
|
externalIdList: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3705
3705
|
/**
|
|
3706
3706
|
* This field shall indicate the name of external id, ex. "musicbrainz".
|
|
3707
3707
|
*
|
|
3708
|
-
* @see {@link MatterSpecification.
|
|
3708
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.1
|
|
3709
3709
|
*/
|
|
3710
3710
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3711
3711
|
/**
|
|
3712
3712
|
* This field shall indicate the value for external id, ex. "ST0000000666661".
|
|
3713
3713
|
*
|
|
3714
|
-
* @see {@link MatterSpecification.
|
|
3714
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.5.2
|
|
3715
3715
|
*/
|
|
3716
3716
|
value: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3717
3717
|
}>[]>;
|
|
@@ -3724,13 +3724,13 @@ export declare namespace ContentLauncher {
|
|
|
3724
3724
|
*
|
|
3725
3725
|
* • FALSE means matches should be displayed on screen for user selection.
|
|
3726
3726
|
*
|
|
3727
|
-
* @see {@link MatterSpecification.
|
|
3727
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.2
|
|
3728
3728
|
*/
|
|
3729
3729
|
autoPlay: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3730
3730
|
/**
|
|
3731
3731
|
* This field, if present, shall indicate app-specific data.
|
|
3732
3732
|
*
|
|
3733
|
-
* @see {@link MatterSpecification.
|
|
3733
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.3
|
|
3734
3734
|
*/
|
|
3735
3735
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3736
3736
|
/**
|
|
@@ -3743,7 +3743,7 @@ export declare namespace ContentLauncher {
|
|
|
3743
3743
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
3744
3744
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
3745
3745
|
*
|
|
3746
|
-
* @see {@link MatterSpecification.
|
|
3746
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.4
|
|
3747
3747
|
*/
|
|
3748
3748
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3749
3749
|
/**
|
|
@@ -3753,7 +3753,7 @@ export declare namespace ContentLauncher {
|
|
|
3753
3753
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
3754
3754
|
* Live media with no known duration and where seek is not supported).
|
|
3755
3755
|
*
|
|
3756
|
-
* @see {@link MatterSpecification.
|
|
3756
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.1
|
|
3757
3757
|
*/
|
|
3758
3758
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
3759
3759
|
/**
|
|
@@ -3761,14 +3761,14 @@ export declare namespace ContentLauncher {
|
|
|
3761
3761
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
3762
3762
|
* Track is up to the server.
|
|
3763
3763
|
*
|
|
3764
|
-
* @see {@link MatterSpecification.
|
|
3764
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.2
|
|
3765
3765
|
*/
|
|
3766
3766
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3767
3767
|
/**
|
|
3768
3768
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3769
3769
|
* primary language used in the Track.
|
|
3770
3770
|
*
|
|
3771
|
-
* @see {@link MatterSpecification.
|
|
3771
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
3772
3772
|
*/
|
|
3773
3773
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3774
3774
|
/**
|
|
@@ -3776,7 +3776,7 @@ export declare namespace ContentLauncher {
|
|
|
3776
3776
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3777
3777
|
* corresponding to the Track.
|
|
3778
3778
|
*
|
|
3779
|
-
* @see {@link MatterSpecification.
|
|
3779
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
3780
3780
|
*/
|
|
3781
3781
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3782
3782
|
/**
|
|
@@ -3788,7 +3788,7 @@ export declare namespace ContentLauncher {
|
|
|
3788
3788
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3789
3789
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3790
3790
|
*
|
|
3791
|
-
* @see {@link MatterSpecification.
|
|
3791
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
3792
3792
|
*/
|
|
3793
3793
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3794
3794
|
}> | null>;
|
|
@@ -3798,14 +3798,14 @@ export declare namespace ContentLauncher {
|
|
|
3798
3798
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
3799
3799
|
* decision to play and select an Audio Track is up to the server.
|
|
3800
3800
|
*
|
|
3801
|
-
* @see {@link MatterSpecification.
|
|
3801
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.3
|
|
3802
3802
|
*/
|
|
3803
3803
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3804
3804
|
/**
|
|
3805
3805
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
3806
3806
|
* primary language used in the Track.
|
|
3807
3807
|
*
|
|
3808
|
-
* @see {@link MatterSpecification.
|
|
3808
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
3809
3809
|
*/
|
|
3810
3810
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3811
3811
|
/**
|
|
@@ -3813,7 +3813,7 @@ export declare namespace ContentLauncher {
|
|
|
3813
3813
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
3814
3814
|
* corresponding to the Track.
|
|
3815
3815
|
*
|
|
3816
|
-
* @see {@link MatterSpecification.
|
|
3816
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
3817
3817
|
*/
|
|
3818
3818
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
3819
3819
|
/**
|
|
@@ -3825,7 +3825,7 @@ export declare namespace ContentLauncher {
|
|
|
3825
3825
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
3826
3826
|
* can choose the audio output(s) to play the Audio Track on.
|
|
3827
3827
|
*
|
|
3828
|
-
* @see {@link MatterSpecification.
|
|
3828
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
3829
3829
|
*/
|
|
3830
3830
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3831
3831
|
}>[] | null>;
|
|
@@ -3837,20 +3837,20 @@ export declare namespace ContentLauncher {
|
|
|
3837
3837
|
* request refers to the specific episode of the ongoing season of the TV series. TRUE means current activity
|
|
3838
3838
|
* context may be considered FALSE means current activity context shall NOT be considered
|
|
3839
3839
|
*
|
|
3840
|
-
* @see {@link MatterSpecification.
|
|
3840
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.1.5
|
|
3841
3841
|
*/
|
|
3842
3842
|
useCurrentContext: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3843
3843
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3844
3844
|
/**
|
|
3845
3845
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3846
3846
|
*
|
|
3847
|
-
* @see {@link MatterSpecification.
|
|
3847
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.1
|
|
3848
3848
|
*/
|
|
3849
3849
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3850
3850
|
/**
|
|
3851
3851
|
* This field shall indicate Optional app-specific data.
|
|
3852
3852
|
*
|
|
3853
|
-
* @see {@link MatterSpecification.
|
|
3853
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.2
|
|
3854
3854
|
*/
|
|
3855
3855
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3856
3856
|
}>, any> & {
|
|
@@ -3866,34 +3866,34 @@ export declare namespace ContentLauncher {
|
|
|
3866
3866
|
* This field shall indicate the URL of content to launch. The syntax of this field shall follow the syntax as
|
|
3867
3867
|
* specified in RFC 1738 and shall use the https scheme.
|
|
3868
3868
|
*
|
|
3869
|
-
* @see {@link MatterSpecification.
|
|
3869
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.1
|
|
3870
3870
|
*/
|
|
3871
3871
|
contentUrl: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3872
3872
|
/**
|
|
3873
3873
|
* This field, if present, shall provide a string that may be used to describe the content being accessed at the
|
|
3874
3874
|
* given URL.
|
|
3875
3875
|
*
|
|
3876
|
-
* @see {@link MatterSpecification.
|
|
3876
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.2
|
|
3877
3877
|
*/
|
|
3878
3878
|
displayString: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3879
3879
|
/**
|
|
3880
3880
|
* This field, if present, shall indicate the branding information that may be displayed when playing back the
|
|
3881
3881
|
* given content.
|
|
3882
3882
|
*
|
|
3883
|
-
* @see {@link MatterSpecification.
|
|
3883
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.3
|
|
3884
3884
|
*/
|
|
3885
3885
|
brandingInformation: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3886
3886
|
/**
|
|
3887
3887
|
* This field shall indicate name of the provider for the given content.
|
|
3888
3888
|
*
|
|
3889
|
-
* @see {@link MatterSpecification.
|
|
3889
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.1
|
|
3890
3890
|
*/
|
|
3891
3891
|
providerName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3892
3892
|
/**
|
|
3893
3893
|
* This field shall indicate background of the Video Player while content launch request is being processed by
|
|
3894
3894
|
* it. This background information may also be used by the Video Player when it is in idle state.
|
|
3895
3895
|
*
|
|
3896
|
-
* @see {@link MatterSpecification.
|
|
3896
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.2
|
|
3897
3897
|
*/
|
|
3898
3898
|
background: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3899
3899
|
/**
|
|
@@ -3901,7 +3901,7 @@ export declare namespace ContentLauncher {
|
|
|
3901
3901
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3902
3902
|
* https scheme.
|
|
3903
3903
|
*
|
|
3904
|
-
* @see {@link MatterSpecification.
|
|
3904
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
3905
3905
|
*/
|
|
3906
3906
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3907
3907
|
/**
|
|
@@ -3913,7 +3913,7 @@ export declare namespace ContentLauncher {
|
|
|
3913
3913
|
*
|
|
3914
3914
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3915
3915
|
*
|
|
3916
|
-
* @see {@link MatterSpecification.
|
|
3916
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
3917
3917
|
*/
|
|
3918
3918
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3919
3919
|
/**
|
|
@@ -3921,25 +3921,25 @@ export declare namespace ContentLauncher {
|
|
|
3921
3921
|
*
|
|
3922
3922
|
* Logo, Watermark etc.
|
|
3923
3923
|
*
|
|
3924
|
-
* @see {@link MatterSpecification.
|
|
3924
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
3925
3925
|
*/
|
|
3926
3926
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3927
3927
|
/**
|
|
3928
3928
|
* This field shall indicate the width using the metric defined in Metric
|
|
3929
3929
|
*
|
|
3930
|
-
* @see {@link MatterSpecification.
|
|
3930
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
3931
3931
|
*/
|
|
3932
3932
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3933
3933
|
/**
|
|
3934
3934
|
* This field shall indicate the height using the metric defined in Metric
|
|
3935
3935
|
*
|
|
3936
|
-
* @see {@link MatterSpecification.
|
|
3936
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
3937
3937
|
*/
|
|
3938
3938
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3939
3939
|
/**
|
|
3940
3940
|
* This field shall indicate metric used for defining Height/Width.
|
|
3941
3941
|
*
|
|
3942
|
-
* @see {@link MatterSpecification.
|
|
3942
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
3943
3943
|
*/
|
|
3944
3944
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
3945
3945
|
}>>;
|
|
@@ -3948,7 +3948,7 @@ export declare namespace ContentLauncher {
|
|
|
3948
3948
|
* This field shall indicate the logo shown when the Video Player is launching. This is also used when the Video
|
|
3949
3949
|
* Player is in the idle state and Splash field is not available.
|
|
3950
3950
|
*
|
|
3951
|
-
* @see {@link MatterSpecification.
|
|
3951
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.3
|
|
3952
3952
|
*/
|
|
3953
3953
|
logo: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3954
3954
|
/**
|
|
@@ -3956,7 +3956,7 @@ export declare namespace ContentLauncher {
|
|
|
3956
3956
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
3957
3957
|
* https scheme.
|
|
3958
3958
|
*
|
|
3959
|
-
* @see {@link MatterSpecification.
|
|
3959
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
3960
3960
|
*/
|
|
3961
3961
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3962
3962
|
/**
|
|
@@ -3968,7 +3968,7 @@ export declare namespace ContentLauncher {
|
|
|
3968
3968
|
*
|
|
3969
3969
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
3970
3970
|
*
|
|
3971
|
-
* @see {@link MatterSpecification.
|
|
3971
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
3972
3972
|
*/
|
|
3973
3973
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3974
3974
|
/**
|
|
@@ -3976,25 +3976,25 @@ export declare namespace ContentLauncher {
|
|
|
3976
3976
|
*
|
|
3977
3977
|
* Logo, Watermark etc.
|
|
3978
3978
|
*
|
|
3979
|
-
* @see {@link MatterSpecification.
|
|
3979
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
3980
3980
|
*/
|
|
3981
3981
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3982
3982
|
/**
|
|
3983
3983
|
* This field shall indicate the width using the metric defined in Metric
|
|
3984
3984
|
*
|
|
3985
|
-
* @see {@link MatterSpecification.
|
|
3985
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
3986
3986
|
*/
|
|
3987
3987
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3988
3988
|
/**
|
|
3989
3989
|
* This field shall indicate the height using the metric defined in Metric
|
|
3990
3990
|
*
|
|
3991
|
-
* @see {@link MatterSpecification.
|
|
3991
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
3992
3992
|
*/
|
|
3993
3993
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3994
3994
|
/**
|
|
3995
3995
|
* This field shall indicate metric used for defining Height/Width.
|
|
3996
3996
|
*
|
|
3997
|
-
* @see {@link MatterSpecification.
|
|
3997
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
3998
3998
|
*/
|
|
3999
3999
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
4000
4000
|
}>>;
|
|
@@ -4002,7 +4002,7 @@ export declare namespace ContentLauncher {
|
|
|
4002
4002
|
/**
|
|
4003
4003
|
* This field shall indicate the style of progress bar for media playback.
|
|
4004
4004
|
*
|
|
4005
|
-
* @see {@link MatterSpecification.
|
|
4005
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.4
|
|
4006
4006
|
*/
|
|
4007
4007
|
progressBar: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4008
4008
|
/**
|
|
@@ -4010,7 +4010,7 @@ export declare namespace ContentLauncher {
|
|
|
4010
4010
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
4011
4011
|
* https scheme.
|
|
4012
4012
|
*
|
|
4013
|
-
* @see {@link MatterSpecification.
|
|
4013
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
4014
4014
|
*/
|
|
4015
4015
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4016
4016
|
/**
|
|
@@ -4022,7 +4022,7 @@ export declare namespace ContentLauncher {
|
|
|
4022
4022
|
*
|
|
4023
4023
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
4024
4024
|
*
|
|
4025
|
-
* @see {@link MatterSpecification.
|
|
4025
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
4026
4026
|
*/
|
|
4027
4027
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4028
4028
|
/**
|
|
@@ -4030,25 +4030,25 @@ export declare namespace ContentLauncher {
|
|
|
4030
4030
|
*
|
|
4031
4031
|
* Logo, Watermark etc.
|
|
4032
4032
|
*
|
|
4033
|
-
* @see {@link MatterSpecification.
|
|
4033
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
4034
4034
|
*/
|
|
4035
4035
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4036
4036
|
/**
|
|
4037
4037
|
* This field shall indicate the width using the metric defined in Metric
|
|
4038
4038
|
*
|
|
4039
|
-
* @see {@link MatterSpecification.
|
|
4039
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
4040
4040
|
*/
|
|
4041
4041
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4042
4042
|
/**
|
|
4043
4043
|
* This field shall indicate the height using the metric defined in Metric
|
|
4044
4044
|
*
|
|
4045
|
-
* @see {@link MatterSpecification.
|
|
4045
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
4046
4046
|
*/
|
|
4047
4047
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4048
4048
|
/**
|
|
4049
4049
|
* This field shall indicate metric used for defining Height/Width.
|
|
4050
4050
|
*
|
|
4051
|
-
* @see {@link MatterSpecification.
|
|
4051
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
4052
4052
|
*/
|
|
4053
4053
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
4054
4054
|
}>>;
|
|
@@ -4057,7 +4057,7 @@ export declare namespace ContentLauncher {
|
|
|
4057
4057
|
* This field shall indicate the screen shown when the Video Player is in an idle state. If this property is not
|
|
4058
4058
|
* populated, the Video Player shall default to logo or the provider name.
|
|
4059
4059
|
*
|
|
4060
|
-
* @see {@link MatterSpecification.
|
|
4060
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.5
|
|
4061
4061
|
*/
|
|
4062
4062
|
splash: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4063
4063
|
/**
|
|
@@ -4065,7 +4065,7 @@ export declare namespace ContentLauncher {
|
|
|
4065
4065
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
4066
4066
|
* https scheme.
|
|
4067
4067
|
*
|
|
4068
|
-
* @see {@link MatterSpecification.
|
|
4068
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
4069
4069
|
*/
|
|
4070
4070
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4071
4071
|
/**
|
|
@@ -4077,7 +4077,7 @@ export declare namespace ContentLauncher {
|
|
|
4077
4077
|
*
|
|
4078
4078
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
4079
4079
|
*
|
|
4080
|
-
* @see {@link MatterSpecification.
|
|
4080
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
4081
4081
|
*/
|
|
4082
4082
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4083
4083
|
/**
|
|
@@ -4085,25 +4085,25 @@ export declare namespace ContentLauncher {
|
|
|
4085
4085
|
*
|
|
4086
4086
|
* Logo, Watermark etc.
|
|
4087
4087
|
*
|
|
4088
|
-
* @see {@link MatterSpecification.
|
|
4088
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
4089
4089
|
*/
|
|
4090
4090
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4091
4091
|
/**
|
|
4092
4092
|
* This field shall indicate the width using the metric defined in Metric
|
|
4093
4093
|
*
|
|
4094
|
-
* @see {@link MatterSpecification.
|
|
4094
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
4095
4095
|
*/
|
|
4096
4096
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4097
4097
|
/**
|
|
4098
4098
|
* This field shall indicate the height using the metric defined in Metric
|
|
4099
4099
|
*
|
|
4100
|
-
* @see {@link MatterSpecification.
|
|
4100
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
4101
4101
|
*/
|
|
4102
4102
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4103
4103
|
/**
|
|
4104
4104
|
* This field shall indicate metric used for defining Height/Width.
|
|
4105
4105
|
*
|
|
4106
|
-
* @see {@link MatterSpecification.
|
|
4106
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
4107
4107
|
*/
|
|
4108
4108
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
4109
4109
|
}>>;
|
|
@@ -4111,7 +4111,7 @@ export declare namespace ContentLauncher {
|
|
|
4111
4111
|
/**
|
|
4112
4112
|
* This field shall indicate watermark shown when the media is playing.
|
|
4113
4113
|
*
|
|
4114
|
-
* @see {@link MatterSpecification.
|
|
4114
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.10.6
|
|
4115
4115
|
*/
|
|
4116
4116
|
waterMark: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4117
4117
|
/**
|
|
@@ -4119,7 +4119,7 @@ export declare namespace ContentLauncher {
|
|
|
4119
4119
|
* Watermark etc. The syntax of this field shall follow the syntax as specified in RFC 1738 and shall use the
|
|
4120
4120
|
* https scheme.
|
|
4121
4121
|
*
|
|
4122
|
-
* @see {@link MatterSpecification.
|
|
4122
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.1
|
|
4123
4123
|
*/
|
|
4124
4124
|
imageUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4125
4125
|
/**
|
|
@@ -4131,7 +4131,7 @@ export declare namespace ContentLauncher {
|
|
|
4131
4131
|
*
|
|
4132
4132
|
* • #76DE1980 for R=0x76, G=0xDE, B=0x19, A=0x80
|
|
4133
4133
|
*
|
|
4134
|
-
* @see {@link MatterSpecification.
|
|
4134
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.2
|
|
4135
4135
|
*/
|
|
4136
4136
|
color: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4137
4137
|
/**
|
|
@@ -4139,25 +4139,25 @@ export declare namespace ContentLauncher {
|
|
|
4139
4139
|
*
|
|
4140
4140
|
* Logo, Watermark etc.
|
|
4141
4141
|
*
|
|
4142
|
-
* @see {@link MatterSpecification.
|
|
4142
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.9.3
|
|
4143
4143
|
*/
|
|
4144
4144
|
size: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4145
4145
|
/**
|
|
4146
4146
|
* This field shall indicate the width using the metric defined in Metric
|
|
4147
4147
|
*
|
|
4148
|
-
* @see {@link MatterSpecification.
|
|
4148
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.1
|
|
4149
4149
|
*/
|
|
4150
4150
|
width: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4151
4151
|
/**
|
|
4152
4152
|
* This field shall indicate the height using the metric defined in Metric
|
|
4153
4153
|
*
|
|
4154
|
-
* @see {@link MatterSpecification.
|
|
4154
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.2
|
|
4155
4155
|
*/
|
|
4156
4156
|
height: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4157
4157
|
/**
|
|
4158
4158
|
* This field shall indicate metric used for defining Height/Width.
|
|
4159
4159
|
*
|
|
4160
|
-
* @see {@link MatterSpecification.
|
|
4160
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.8.3
|
|
4161
4161
|
*/
|
|
4162
4162
|
metric: import("../tlv/TlvObject.js").FieldType<MetricType>;
|
|
4163
4163
|
}>>;
|
|
@@ -4173,7 +4173,7 @@ export declare namespace ContentLauncher {
|
|
|
4173
4173
|
* Text/AudioTracks are not available, the server shall return the TextTrackNotAvailable and/or
|
|
4174
4174
|
* AudioTrackNotAvailable Status(es) in the LauncherResponse.
|
|
4175
4175
|
*
|
|
4176
|
-
* @see {@link MatterSpecification.
|
|
4176
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.2.4
|
|
4177
4177
|
*/
|
|
4178
4178
|
playbackPreferences: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4179
4179
|
/**
|
|
@@ -4183,7 +4183,7 @@ export declare namespace ContentLauncher {
|
|
|
4183
4183
|
* indicate that playback position is not applicable for the current state of the media playback. (For example :
|
|
4184
4184
|
* Live media with no known duration and where seek is not supported).
|
|
4185
4185
|
*
|
|
4186
|
-
* @see {@link MatterSpecification.
|
|
4186
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.1
|
|
4187
4187
|
*/
|
|
4188
4188
|
playbackPosition: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
|
|
4189
4189
|
/**
|
|
@@ -4191,14 +4191,14 @@ export declare namespace ContentLauncher {
|
|
|
4191
4191
|
* not specify a preferred Text Track on the client. In such a case, the decision to display and select a Text
|
|
4192
4192
|
* Track is up to the server.
|
|
4193
4193
|
*
|
|
4194
|
-
* @see {@link MatterSpecification.
|
|
4194
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.2
|
|
4195
4195
|
*/
|
|
4196
4196
|
textTrack: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4197
4197
|
/**
|
|
4198
4198
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
4199
4199
|
* primary language used in the Track.
|
|
4200
4200
|
*
|
|
4201
|
-
* @see {@link MatterSpecification.
|
|
4201
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
4202
4202
|
*/
|
|
4203
4203
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
4204
4204
|
/**
|
|
@@ -4206,7 +4206,7 @@ export declare namespace ContentLauncher {
|
|
|
4206
4206
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
4207
4207
|
* corresponding to the Track.
|
|
4208
4208
|
*
|
|
4209
|
-
* @see {@link MatterSpecification.
|
|
4209
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
4210
4210
|
*/
|
|
4211
4211
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
4212
4212
|
/**
|
|
@@ -4218,7 +4218,7 @@ export declare namespace ContentLauncher {
|
|
|
4218
4218
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
4219
4219
|
* can choose the audio output(s) to play the Audio Track on.
|
|
4220
4220
|
*
|
|
4221
|
-
* @see {@link MatterSpecification.
|
|
4221
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
4222
4222
|
*/
|
|
4223
4223
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
4224
4224
|
}> | null>;
|
|
@@ -4228,14 +4228,14 @@ export declare namespace ContentLauncher {
|
|
|
4228
4228
|
* shall indicate that the user did not specify a preferred Audio Track on the client. In such a case, the
|
|
4229
4229
|
* decision to play and select an Audio Track is up to the server.
|
|
4230
4230
|
*
|
|
4231
|
-
* @see {@link MatterSpecification.
|
|
4231
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.11.3
|
|
4232
4232
|
*/
|
|
4233
4233
|
audioTracks: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4234
4234
|
/**
|
|
4235
4235
|
* This field shall contain one of the standard Tags for Identifying Languages RFC 5646, which identifies the
|
|
4236
4236
|
* primary language used in the Track.
|
|
4237
4237
|
*
|
|
4238
|
-
* @see {@link MatterSpecification.
|
|
4238
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.1
|
|
4239
4239
|
*/
|
|
4240
4240
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
4241
4241
|
/**
|
|
@@ -4243,7 +4243,7 @@ export declare namespace ContentLauncher {
|
|
|
4243
4243
|
* feature associated with the Track. A value of null shall indicate that there are no Characteristics
|
|
4244
4244
|
* corresponding to the Track.
|
|
4245
4245
|
*
|
|
4246
|
-
* @see {@link MatterSpecification.
|
|
4246
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.2
|
|
4247
4247
|
*/
|
|
4248
4248
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<MediaPlayback.Characteristic[] | null>;
|
|
4249
4249
|
/**
|
|
@@ -4255,7 +4255,7 @@ export declare namespace ContentLauncher {
|
|
|
4255
4255
|
* If the track is an audio track, this field MUST be present. A value of null shall indicate that the server
|
|
4256
4256
|
* can choose the audio output(s) to play the Audio Track on.
|
|
4257
4257
|
*
|
|
4258
|
-
* @see {@link MatterSpecification.
|
|
4258
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.5.12.3
|
|
4259
4259
|
*/
|
|
4260
4260
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
4261
4261
|
}>[] | null>;
|
|
@@ -4264,13 +4264,13 @@ export declare namespace ContentLauncher {
|
|
|
4264
4264
|
/**
|
|
4265
4265
|
* This field shall indicate the status of the command which resulted in this response.
|
|
4266
4266
|
*
|
|
4267
|
-
* @see {@link MatterSpecification.
|
|
4267
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.1
|
|
4268
4268
|
*/
|
|
4269
4269
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
4270
4270
|
/**
|
|
4271
4271
|
* This field shall indicate Optional app-specific data.
|
|
4272
4272
|
*
|
|
4273
|
-
* @see {@link MatterSpecification.
|
|
4273
|
+
* @see {@link MatterSpecification.v14.Cluster} § 6.7.7.3.2
|
|
4274
4274
|
*/
|
|
4275
4275
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4276
4276
|
}>, any> & {
|