@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
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 +54 -54
- 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 +104 -104
- 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/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- 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 +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- 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 +37 -37
- 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 +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- 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 +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- 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 +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- 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 +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- 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/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 +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- 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 +32 -32
- 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 +514 -514
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- 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 +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- 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/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- 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 +54 -54
- 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 +104 -104
- 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/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- 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 +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- 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 +37 -37
- 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 +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- 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 +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- 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 +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- 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 +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- 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/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 +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- 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 +32 -32
- 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 +514 -514
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- 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 +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- 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/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- 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 +23 -23
- 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 +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- 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 +39 -39
- package/src/clusters/channel.ts +113 -113
- 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 +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- 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 +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- 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-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- 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 +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +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/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 +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- 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 +22 -22
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- 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 +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- 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/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- 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 +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -15,7 +15,7 @@ export declare namespace MediaPlayback {
|
|
|
15
15
|
/**
|
|
16
16
|
* These are optional features supported by MediaPlaybackCluster.
|
|
17
17
|
*
|
|
18
|
-
* @see {@link MatterSpecification.
|
|
18
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4
|
|
19
19
|
*/
|
|
20
20
|
enum Feature {
|
|
21
21
|
/**
|
|
@@ -25,7 +25,7 @@ export declare namespace MediaPlayback {
|
|
|
25
25
|
* to a specific location using time offsets. This enables clients to implement more advanced media seeking
|
|
26
26
|
* behavior in their user interface, for instance a "seek bar".
|
|
27
27
|
*
|
|
28
|
-
* @see {@link MatterSpecification.
|
|
28
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.1
|
|
29
29
|
*/
|
|
30
30
|
AdvancedSeek = "AdvancedSeek",
|
|
31
31
|
/**
|
|
@@ -33,7 +33,7 @@ export declare namespace MediaPlayback {
|
|
|
33
33
|
*
|
|
34
34
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
35
35
|
*
|
|
36
|
-
* @see {@link MatterSpecification.
|
|
36
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.2
|
|
37
37
|
*/
|
|
38
38
|
VariableSpeed = "VariableSpeed",
|
|
39
39
|
/**
|
|
@@ -41,7 +41,7 @@ export declare namespace MediaPlayback {
|
|
|
41
41
|
*
|
|
42
42
|
* This feature is for a device or app that supports Text Tracks.
|
|
43
43
|
*
|
|
44
|
-
* @see {@link MatterSpecification.
|
|
44
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.3
|
|
45
45
|
*/
|
|
46
46
|
TextTracks = "TextTracks",
|
|
47
47
|
/**
|
|
@@ -49,7 +49,7 @@ export declare namespace MediaPlayback {
|
|
|
49
49
|
*
|
|
50
50
|
* This feature is for a device or app that supports Audio Tracks.
|
|
51
51
|
*
|
|
52
|
-
* @see {@link MatterSpecification.
|
|
52
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.4
|
|
53
53
|
*/
|
|
54
54
|
AudioTracks = "AudioTracks",
|
|
55
55
|
/**
|
|
@@ -61,20 +61,20 @@ export declare namespace MediaPlayback {
|
|
|
61
61
|
*
|
|
62
62
|
* A cluster implementing AA shall implement AS.
|
|
63
63
|
*
|
|
64
|
-
* @see {@link MatterSpecification.
|
|
64
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.5
|
|
65
65
|
*/
|
|
66
66
|
AudioAdvance = "AudioAdvance"
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* This structure defines a playback position within a media stream being played.
|
|
70
70
|
*
|
|
71
|
-
* @see {@link MatterSpecification.
|
|
71
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4
|
|
72
72
|
*/
|
|
73
73
|
const TlvPlaybackPosition: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
74
74
|
/**
|
|
75
75
|
* This field shall indicate the time when the position was last updated.
|
|
76
76
|
*
|
|
77
|
-
* @see {@link MatterSpecification.
|
|
77
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.1
|
|
78
78
|
*/
|
|
79
79
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
80
80
|
/**
|
|
@@ -86,21 +86,21 @@ export declare namespace MediaPlayback {
|
|
|
86
86
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
87
87
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
88
88
|
*
|
|
89
|
-
* @see {@link MatterSpecification.
|
|
89
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.2
|
|
90
90
|
*/
|
|
91
91
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
92
92
|
}>;
|
|
93
93
|
/**
|
|
94
94
|
* This structure defines a playback position within a media stream being played.
|
|
95
95
|
*
|
|
96
|
-
* @see {@link MatterSpecification.
|
|
96
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4
|
|
97
97
|
*/
|
|
98
98
|
interface PlaybackPosition extends TypeFromSchema<typeof TlvPlaybackPosition> {
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Input to the MediaPlayback seek command
|
|
102
102
|
*
|
|
103
|
-
* @see {@link MatterSpecification.
|
|
103
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.11
|
|
104
104
|
*/
|
|
105
105
|
const TlvSeekRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
106
106
|
/**
|
|
@@ -111,19 +111,19 @@ export declare namespace MediaPlayback {
|
|
|
111
111
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
112
112
|
* playback.
|
|
113
113
|
*
|
|
114
|
-
* @see {@link MatterSpecification.
|
|
114
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.11.1
|
|
115
115
|
*/
|
|
116
116
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
117
117
|
}>;
|
|
118
118
|
/**
|
|
119
119
|
* Input to the MediaPlayback seek command
|
|
120
120
|
*
|
|
121
|
-
* @see {@link MatterSpecification.
|
|
121
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.11
|
|
122
122
|
*/
|
|
123
123
|
interface SeekRequest extends TypeFromSchema<typeof TlvSeekRequest> {
|
|
124
124
|
}
|
|
125
125
|
/**
|
|
126
|
-
* @see {@link MatterSpecification.
|
|
126
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.2
|
|
127
127
|
*/
|
|
128
128
|
enum Status {
|
|
129
129
|
/**
|
|
@@ -156,7 +156,7 @@ export declare namespace MediaPlayback {
|
|
|
156
156
|
/**
|
|
157
157
|
* Thrown for cluster status code {@link Status.InvalidStateForCommand}.
|
|
158
158
|
*
|
|
159
|
-
* @see {@link MatterSpecification.
|
|
159
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.2
|
|
160
160
|
*/
|
|
161
161
|
class InvalidStateForCommandError extends StatusResponseError {
|
|
162
162
|
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
@@ -164,7 +164,7 @@ export declare namespace MediaPlayback {
|
|
|
164
164
|
/**
|
|
165
165
|
* Thrown for cluster status code {@link Status.NotAllowed}.
|
|
166
166
|
*
|
|
167
|
-
* @see {@link MatterSpecification.
|
|
167
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.2
|
|
168
168
|
*/
|
|
169
169
|
class NotAllowedError extends StatusResponseError {
|
|
170
170
|
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
@@ -172,7 +172,7 @@ export declare namespace MediaPlayback {
|
|
|
172
172
|
/**
|
|
173
173
|
* Thrown for cluster status code {@link Status.NotActive}.
|
|
174
174
|
*
|
|
175
|
-
* @see {@link MatterSpecification.
|
|
175
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.2
|
|
176
176
|
*/
|
|
177
177
|
class NotActiveError extends StatusResponseError {
|
|
178
178
|
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
@@ -180,7 +180,7 @@ export declare namespace MediaPlayback {
|
|
|
180
180
|
/**
|
|
181
181
|
* Thrown for cluster status code {@link Status.SpeedOutOfRange}.
|
|
182
182
|
*
|
|
183
|
-
* @see {@link MatterSpecification.
|
|
183
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.2
|
|
184
184
|
*/
|
|
185
185
|
class SpeedOutOfRangeError extends StatusResponseError {
|
|
186
186
|
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
@@ -188,7 +188,7 @@ export declare namespace MediaPlayback {
|
|
|
188
188
|
/**
|
|
189
189
|
* Thrown for cluster status code {@link Status.SeekOutOfRange}.
|
|
190
190
|
*
|
|
191
|
-
* @see {@link MatterSpecification.
|
|
191
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.2
|
|
192
192
|
*/
|
|
193
193
|
class SeekOutOfRangeError extends StatusResponseError {
|
|
194
194
|
constructor(message?: string, code?: GlobalStatus, clusterCode?: Status);
|
|
@@ -198,19 +198,19 @@ export declare namespace MediaPlayback {
|
|
|
198
198
|
*
|
|
199
199
|
* This command shall be generated in response to various Playback Commands.
|
|
200
200
|
*
|
|
201
|
-
* @see {@link MatterSpecification.
|
|
201
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12
|
|
202
202
|
*/
|
|
203
203
|
const TlvPlaybackResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
204
204
|
/**
|
|
205
205
|
* This field shall indicate the status of the command which resulted in this response.
|
|
206
206
|
*
|
|
207
|
-
* @see {@link MatterSpecification.
|
|
207
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
208
208
|
*/
|
|
209
209
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
210
210
|
/**
|
|
211
211
|
* This field shall indicate Optional app-specific data.
|
|
212
212
|
*
|
|
213
|
-
* @see {@link MatterSpecification.
|
|
213
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
214
214
|
*/
|
|
215
215
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
216
216
|
}>;
|
|
@@ -219,12 +219,12 @@ export declare namespace MediaPlayback {
|
|
|
219
219
|
*
|
|
220
220
|
* This command shall be generated in response to various Playback Commands.
|
|
221
221
|
*
|
|
222
|
-
* @see {@link MatterSpecification.
|
|
222
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12
|
|
223
223
|
*/
|
|
224
224
|
interface PlaybackResponse extends TypeFromSchema<typeof TlvPlaybackResponse> {
|
|
225
225
|
}
|
|
226
226
|
/**
|
|
227
|
-
* @see {@link MatterSpecification.
|
|
227
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.3
|
|
228
228
|
*/
|
|
229
229
|
enum Characteristic {
|
|
230
230
|
/**
|
|
@@ -315,76 +315,76 @@ export declare namespace MediaPlayback {
|
|
|
315
315
|
/**
|
|
316
316
|
* This structure includes the attributes associated with a Text/Audio Track
|
|
317
317
|
*
|
|
318
|
-
* @see {@link MatterSpecification.
|
|
318
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6
|
|
319
319
|
*/
|
|
320
320
|
const TlvTrackAttributes: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
321
321
|
/**
|
|
322
322
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
323
323
|
* identifies the primary language used in the Track.
|
|
324
324
|
*
|
|
325
|
-
* @see {@link MatterSpecification.
|
|
325
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
326
326
|
*/
|
|
327
327
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
328
328
|
/**
|
|
329
329
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
330
330
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
331
331
|
*
|
|
332
|
-
* @see {@link MatterSpecification.
|
|
332
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
333
333
|
*/
|
|
334
334
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
335
335
|
/**
|
|
336
336
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
337
337
|
* there is no DisplayName corresponding to the Track.
|
|
338
338
|
*
|
|
339
|
-
* @see {@link MatterSpecification.
|
|
339
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
340
340
|
*/
|
|
341
341
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
342
342
|
}>;
|
|
343
343
|
/**
|
|
344
344
|
* This structure includes the attributes associated with a Text/Audio Track
|
|
345
345
|
*
|
|
346
|
-
* @see {@link MatterSpecification.
|
|
346
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6
|
|
347
347
|
*/
|
|
348
348
|
interface TrackAttributes extends TypeFromSchema<typeof TlvTrackAttributes> {
|
|
349
349
|
}
|
|
350
350
|
/**
|
|
351
351
|
* This structure defines a uniquely identifiable Text Track or Audio Track.
|
|
352
352
|
*
|
|
353
|
-
* @see {@link MatterSpecification.
|
|
353
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5
|
|
354
354
|
*/
|
|
355
355
|
const TlvTrack: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
356
356
|
/**
|
|
357
357
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
358
358
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
359
359
|
*
|
|
360
|
-
* @see {@link MatterSpecification.
|
|
360
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
361
361
|
*/
|
|
362
362
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
363
363
|
/**
|
|
364
364
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
365
365
|
*
|
|
366
|
-
* @see {@link MatterSpecification.
|
|
366
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
367
367
|
*/
|
|
368
368
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
369
369
|
/**
|
|
370
370
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
371
371
|
* identifies the primary language used in the Track.
|
|
372
372
|
*
|
|
373
|
-
* @see {@link MatterSpecification.
|
|
373
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
374
374
|
*/
|
|
375
375
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
376
376
|
/**
|
|
377
377
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
378
378
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
379
379
|
*
|
|
380
|
-
* @see {@link MatterSpecification.
|
|
380
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
381
381
|
*/
|
|
382
382
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
383
383
|
/**
|
|
384
384
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
385
385
|
* there is no DisplayName corresponding to the Track.
|
|
386
386
|
*
|
|
387
|
-
* @see {@link MatterSpecification.
|
|
387
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
388
388
|
*/
|
|
389
389
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
390
390
|
}>>;
|
|
@@ -392,20 +392,20 @@ export declare namespace MediaPlayback {
|
|
|
392
392
|
/**
|
|
393
393
|
* This structure defines a uniquely identifiable Text Track or Audio Track.
|
|
394
394
|
*
|
|
395
|
-
* @see {@link MatterSpecification.
|
|
395
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5
|
|
396
396
|
*/
|
|
397
397
|
interface Track extends TypeFromSchema<typeof TlvTrack> {
|
|
398
398
|
}
|
|
399
399
|
/**
|
|
400
400
|
* Input to the MediaPlayback activateAudioTrack command
|
|
401
401
|
*
|
|
402
|
-
* @see {@link MatterSpecification.
|
|
402
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13
|
|
403
403
|
*/
|
|
404
404
|
const TlvActivateAudioTrackRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
405
405
|
/**
|
|
406
406
|
* This field shall indicate the Audio Track to activate.
|
|
407
407
|
*
|
|
408
|
-
* @see {@link MatterSpecification.
|
|
408
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13.1
|
|
409
409
|
*/
|
|
410
410
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
411
411
|
/**
|
|
@@ -414,41 +414,41 @@ export declare namespace MediaPlayback {
|
|
|
414
414
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
415
415
|
* output(s) to play the Audio Track on.
|
|
416
416
|
*
|
|
417
|
-
* @see {@link MatterSpecification.
|
|
417
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13.2
|
|
418
418
|
*/
|
|
419
419
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
420
420
|
}>;
|
|
421
421
|
/**
|
|
422
422
|
* Input to the MediaPlayback activateAudioTrack command
|
|
423
423
|
*
|
|
424
|
-
* @see {@link MatterSpecification.
|
|
424
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13
|
|
425
425
|
*/
|
|
426
426
|
interface ActivateAudioTrackRequest extends TypeFromSchema<typeof TlvActivateAudioTrackRequest> {
|
|
427
427
|
}
|
|
428
428
|
/**
|
|
429
429
|
* Input to the MediaPlayback activateTextTrack command
|
|
430
430
|
*
|
|
431
|
-
* @see {@link MatterSpecification.
|
|
431
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.14
|
|
432
432
|
*/
|
|
433
433
|
const TlvActivateTextTrackRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
434
434
|
/**
|
|
435
435
|
* This field shall indicate the Text Track to activate.
|
|
436
436
|
*
|
|
437
|
-
* @see {@link MatterSpecification.
|
|
437
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.14.1
|
|
438
438
|
*/
|
|
439
439
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
440
440
|
}>;
|
|
441
441
|
/**
|
|
442
442
|
* Input to the MediaPlayback activateTextTrack command
|
|
443
443
|
*
|
|
444
|
-
* @see {@link MatterSpecification.
|
|
444
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.14
|
|
445
445
|
*/
|
|
446
446
|
interface ActivateTextTrackRequest extends TypeFromSchema<typeof TlvActivateTextTrackRequest> {
|
|
447
447
|
}
|
|
448
448
|
/**
|
|
449
449
|
* Input to the MediaPlayback rewind command
|
|
450
450
|
*
|
|
451
|
-
* @see {@link MatterSpecification.
|
|
451
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.7
|
|
452
452
|
*/
|
|
453
453
|
const TlvRewindRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
454
454
|
/**
|
|
@@ -457,21 +457,21 @@ export declare namespace MediaPlayback {
|
|
|
457
457
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
458
458
|
* down to a low level and/or unplugged.
|
|
459
459
|
*
|
|
460
|
-
* @see {@link MatterSpecification.
|
|
460
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.7.1
|
|
461
461
|
*/
|
|
462
462
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
463
463
|
}>;
|
|
464
464
|
/**
|
|
465
465
|
* Input to the MediaPlayback rewind command
|
|
466
466
|
*
|
|
467
|
-
* @see {@link MatterSpecification.
|
|
467
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.7
|
|
468
468
|
*/
|
|
469
469
|
interface RewindRequest extends TypeFromSchema<typeof TlvRewindRequest> {
|
|
470
470
|
}
|
|
471
471
|
/**
|
|
472
472
|
* Input to the MediaPlayback fastForward command
|
|
473
473
|
*
|
|
474
|
-
* @see {@link MatterSpecification.
|
|
474
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.8
|
|
475
475
|
*/
|
|
476
476
|
const TlvFastForwardRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
477
477
|
/**
|
|
@@ -480,19 +480,19 @@ export declare namespace MediaPlayback {
|
|
|
480
480
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
481
481
|
* down to a low level and/or unplugged.
|
|
482
482
|
*
|
|
483
|
-
* @see {@link MatterSpecification.
|
|
483
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.8.1
|
|
484
484
|
*/
|
|
485
485
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
486
486
|
}>;
|
|
487
487
|
/**
|
|
488
488
|
* Input to the MediaPlayback fastForward command
|
|
489
489
|
*
|
|
490
|
-
* @see {@link MatterSpecification.
|
|
490
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.8
|
|
491
491
|
*/
|
|
492
492
|
interface FastForwardRequest extends TypeFromSchema<typeof TlvFastForwardRequest> {
|
|
493
493
|
}
|
|
494
494
|
/**
|
|
495
|
-
* @see {@link MatterSpecification.
|
|
495
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.1
|
|
496
496
|
*/
|
|
497
497
|
enum PlaybackState {
|
|
498
498
|
/**
|
|
@@ -515,7 +515,7 @@ export declare namespace MediaPlayback {
|
|
|
515
515
|
/**
|
|
516
516
|
* Input to the MediaPlayback skipForward command
|
|
517
517
|
*
|
|
518
|
-
* @see {@link MatterSpecification.
|
|
518
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.9
|
|
519
519
|
*/
|
|
520
520
|
const TlvSkipForwardRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
521
521
|
/**
|
|
@@ -526,21 +526,21 @@ export declare namespace MediaPlayback {
|
|
|
526
526
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
527
527
|
* updated on the cluster accordingly.
|
|
528
528
|
*
|
|
529
|
-
* @see {@link MatterSpecification.
|
|
529
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.9.1
|
|
530
530
|
*/
|
|
531
531
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
532
532
|
}>;
|
|
533
533
|
/**
|
|
534
534
|
* Input to the MediaPlayback skipForward command
|
|
535
535
|
*
|
|
536
|
-
* @see {@link MatterSpecification.
|
|
536
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.9
|
|
537
537
|
*/
|
|
538
538
|
interface SkipForwardRequest extends TypeFromSchema<typeof TlvSkipForwardRequest> {
|
|
539
539
|
}
|
|
540
540
|
/**
|
|
541
541
|
* Input to the MediaPlayback skipBackward command
|
|
542
542
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
543
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.10
|
|
544
544
|
*/
|
|
545
545
|
const TlvSkipBackwardRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
546
546
|
/**
|
|
@@ -551,28 +551,28 @@ export declare namespace MediaPlayback {
|
|
|
551
551
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
552
552
|
* cluster accordingly.
|
|
553
553
|
*
|
|
554
|
-
* @see {@link MatterSpecification.
|
|
554
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.10.1
|
|
555
555
|
*/
|
|
556
556
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
557
557
|
}>;
|
|
558
558
|
/**
|
|
559
559
|
* Input to the MediaPlayback skipBackward command
|
|
560
560
|
*
|
|
561
|
-
* @see {@link MatterSpecification.
|
|
561
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.10
|
|
562
562
|
*/
|
|
563
563
|
interface SkipBackwardRequest extends TypeFromSchema<typeof TlvSkipBackwardRequest> {
|
|
564
564
|
}
|
|
565
565
|
/**
|
|
566
566
|
* Body of the MediaPlayback stateChanged event
|
|
567
567
|
*
|
|
568
|
-
* @see {@link MatterSpecification.
|
|
568
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1
|
|
569
569
|
*/
|
|
570
570
|
const TlvStateChangedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
571
571
|
/**
|
|
572
572
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
573
573
|
* same constraint as that attribute.
|
|
574
574
|
*
|
|
575
|
-
* @see {@link MatterSpecification.
|
|
575
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.1
|
|
576
576
|
*/
|
|
577
577
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
578
578
|
/**
|
|
@@ -581,7 +581,7 @@ export declare namespace MediaPlayback {
|
|
|
581
581
|
*
|
|
582
582
|
* This field value shall be 0 when the value of the StartTime attribute is NULL.
|
|
583
583
|
*
|
|
584
|
-
* @see {@link MatterSpecification.
|
|
584
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.2
|
|
585
585
|
*/
|
|
586
586
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
587
587
|
/**
|
|
@@ -590,7 +590,7 @@ export declare namespace MediaPlayback {
|
|
|
590
590
|
*
|
|
591
591
|
* This field value shall be 0 when the value of the Duration attribute is NULL.
|
|
592
592
|
*
|
|
593
|
-
* @see {@link MatterSpecification.
|
|
593
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.3
|
|
594
594
|
*/
|
|
595
595
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
596
596
|
/**
|
|
@@ -600,13 +600,13 @@ export declare namespace MediaPlayback {
|
|
|
600
600
|
* The UpdatedAt field value of the PlaybackPositionStruct shall be 0, and the Position field value of the
|
|
601
601
|
* PlaybackPositionStruct shall be NULL, when the value of the SampledPosition attribute is NULL.
|
|
602
602
|
*
|
|
603
|
-
* @see {@link MatterSpecification.
|
|
603
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.4
|
|
604
604
|
*/
|
|
605
605
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
606
606
|
/**
|
|
607
607
|
* This field shall indicate the time when the position was last updated.
|
|
608
608
|
*
|
|
609
|
-
* @see {@link MatterSpecification.
|
|
609
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.1
|
|
610
610
|
*/
|
|
611
611
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
612
612
|
/**
|
|
@@ -618,7 +618,7 @@ export declare namespace MediaPlayback {
|
|
|
618
618
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
619
619
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
620
620
|
*
|
|
621
|
-
* @see {@link MatterSpecification.
|
|
621
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.2
|
|
622
622
|
*/
|
|
623
623
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
624
624
|
}>>;
|
|
@@ -626,7 +626,7 @@ export declare namespace MediaPlayback {
|
|
|
626
626
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
627
627
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
628
628
|
*
|
|
629
|
-
* @see {@link MatterSpecification.
|
|
629
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.5
|
|
630
630
|
*/
|
|
631
631
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
632
632
|
/**
|
|
@@ -635,7 +635,7 @@ export declare namespace MediaPlayback {
|
|
|
635
635
|
*
|
|
636
636
|
* This field value shall be 0 when the value of the SeekRangeEnd attribute is NULL.
|
|
637
637
|
*
|
|
638
|
-
* @see {@link MatterSpecification.
|
|
638
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.7
|
|
639
639
|
*/
|
|
640
640
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
641
641
|
/**
|
|
@@ -644,13 +644,13 @@ export declare namespace MediaPlayback {
|
|
|
644
644
|
*
|
|
645
645
|
* This field value shall be 0 when the value of the SeekRangeStart attribute is NULL.
|
|
646
646
|
*
|
|
647
|
-
* @see {@link MatterSpecification.
|
|
647
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.6
|
|
648
648
|
*/
|
|
649
649
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
650
650
|
/**
|
|
651
651
|
* This field shall indicate Optional app-specific data.
|
|
652
652
|
*
|
|
653
|
-
* @see {@link MatterSpecification.
|
|
653
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.8
|
|
654
654
|
*/
|
|
655
655
|
data: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
656
656
|
/**
|
|
@@ -662,14 +662,14 @@ export declare namespace MediaPlayback {
|
|
|
662
662
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
663
663
|
* down to a low level and/or unplugged.
|
|
664
664
|
*
|
|
665
|
-
* @see {@link MatterSpecification.
|
|
665
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.9
|
|
666
666
|
*/
|
|
667
667
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
668
668
|
}>;
|
|
669
669
|
/**
|
|
670
670
|
* Body of the MediaPlayback stateChanged event
|
|
671
671
|
*
|
|
672
|
-
* @see {@link MatterSpecification.
|
|
672
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1
|
|
673
673
|
*/
|
|
674
674
|
interface StateChangedEvent extends TypeFromSchema<typeof TlvStateChangedEvent> {
|
|
675
675
|
}
|
|
@@ -684,7 +684,7 @@ export declare namespace MediaPlayback {
|
|
|
684
684
|
* video-on-demand). This time is a UTC time. The client needs to handle conversion to local time, as
|
|
685
685
|
* required, taking in account time zone and possible local DST offset.
|
|
686
686
|
*
|
|
687
|
-
* @see {@link MatterSpecification.
|
|
687
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.2
|
|
688
688
|
*/
|
|
689
689
|
readonly startTime: Attribute<number | bigint | null, any>;
|
|
690
690
|
/**
|
|
@@ -692,7 +692,7 @@ export declare namespace MediaPlayback {
|
|
|
692
692
|
* not applicable (for example, in live streaming content with no known duration). This attribute shall
|
|
693
693
|
* never be 0.
|
|
694
694
|
*
|
|
695
|
-
* @see {@link MatterSpecification.
|
|
695
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.3
|
|
696
696
|
*/
|
|
697
697
|
readonly duration: Attribute<number | bigint | null, any>;
|
|
698
698
|
/**
|
|
@@ -713,13 +713,13 @@ export declare namespace MediaPlayback {
|
|
|
713
713
|
*
|
|
714
714
|
* • Updating of playback speed as a result of explicit request, or as a result of buffering events
|
|
715
715
|
*
|
|
716
|
-
* @see {@link MatterSpecification.
|
|
716
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.4
|
|
717
717
|
*/
|
|
718
718
|
readonly sampledPosition: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
719
719
|
/**
|
|
720
720
|
* This field shall indicate the time when the position was last updated.
|
|
721
721
|
*
|
|
722
|
-
* @see {@link MatterSpecification.
|
|
722
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.1
|
|
723
723
|
*/
|
|
724
724
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
725
725
|
/**
|
|
@@ -731,7 +731,7 @@ export declare namespace MediaPlayback {
|
|
|
731
731
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
732
732
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
733
733
|
*
|
|
734
|
-
* @see {@link MatterSpecification.
|
|
734
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.2
|
|
735
735
|
*/
|
|
736
736
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
737
737
|
}> | null, any>;
|
|
@@ -766,7 +766,7 @@ export declare namespace MediaPlayback {
|
|
|
766
766
|
*
|
|
767
767
|
* Following examples illustrate the PlaybackSpeed attribute values in various conditions.
|
|
768
768
|
*
|
|
769
|
-
* @see {@link MatterSpecification.
|
|
769
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.5
|
|
770
770
|
*/
|
|
771
771
|
readonly playbackSpeed: Attribute<number, any>;
|
|
772
772
|
/**
|
|
@@ -777,14 +777,14 @@ export declare namespace MediaPlayback {
|
|
|
777
777
|
* truncating fractional milliseconds towards 0. A value of NULL when StartTime is not specified shall
|
|
778
778
|
* indicate that seeking forward is not allowed.
|
|
779
779
|
*
|
|
780
|
-
* @see {@link MatterSpecification.
|
|
780
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.7
|
|
781
781
|
*/
|
|
782
782
|
readonly seekRangeEnd: Attribute<number | bigint | null, any>;
|
|
783
783
|
/**
|
|
784
784
|
* Indicates the earliest valid position to which a client may seek back, in milliseconds from start of the
|
|
785
785
|
* media. A value of NULL shall indicate that seeking backwards is not allowed.
|
|
786
786
|
*
|
|
787
|
-
* @see {@link MatterSpecification.
|
|
787
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.6
|
|
788
788
|
*/
|
|
789
789
|
readonly seekRangeStart: Attribute<number | bigint | null, any>;
|
|
790
790
|
};
|
|
@@ -794,7 +794,7 @@ export declare namespace MediaPlayback {
|
|
|
794
794
|
*
|
|
795
795
|
* Upon receipt, this shall change the playback position in the media to the given position.
|
|
796
796
|
*
|
|
797
|
-
* @see {@link MatterSpecification.
|
|
797
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.11
|
|
798
798
|
*/
|
|
799
799
|
readonly seek: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
800
800
|
/**
|
|
@@ -805,20 +805,20 @@ export declare namespace MediaPlayback {
|
|
|
805
805
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
806
806
|
* playback.
|
|
807
807
|
*
|
|
808
|
-
* @see {@link MatterSpecification.
|
|
808
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.11.1
|
|
809
809
|
*/
|
|
810
810
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
811
811
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
812
812
|
/**
|
|
813
813
|
* This field shall indicate the status of the command which resulted in this response.
|
|
814
814
|
*
|
|
815
|
-
* @see {@link MatterSpecification.
|
|
815
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
816
816
|
*/
|
|
817
817
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
818
818
|
/**
|
|
819
819
|
* This field shall indicate Optional app-specific data.
|
|
820
820
|
*
|
|
821
|
-
* @see {@link MatterSpecification.
|
|
821
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
822
822
|
*/
|
|
823
823
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
824
824
|
}>, any>;
|
|
@@ -833,41 +833,41 @@ export declare namespace MediaPlayback {
|
|
|
833
833
|
* ActiveTrack refers to the Audio track currently set and being used for the streaming media. A value of
|
|
834
834
|
* null shall indicate that no Audio Track corresponding to the current media is currently being played.
|
|
835
835
|
*
|
|
836
|
-
* @see {@link MatterSpecification.
|
|
836
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.8
|
|
837
837
|
*/
|
|
838
838
|
readonly activeAudioTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
839
839
|
/**
|
|
840
840
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
841
841
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
842
842
|
*
|
|
843
|
-
* @see {@link MatterSpecification.
|
|
843
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
844
844
|
*/
|
|
845
845
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
846
846
|
/**
|
|
847
847
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
848
848
|
*
|
|
849
|
-
* @see {@link MatterSpecification.
|
|
849
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
850
850
|
*/
|
|
851
851
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
852
852
|
/**
|
|
853
853
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
854
854
|
* identifies the primary language used in the Track.
|
|
855
855
|
*
|
|
856
|
-
* @see {@link MatterSpecification.
|
|
856
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
857
857
|
*/
|
|
858
858
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
859
859
|
/**
|
|
860
860
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
861
861
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
862
862
|
*
|
|
863
|
-
* @see {@link MatterSpecification.
|
|
863
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
864
864
|
*/
|
|
865
865
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
866
866
|
/**
|
|
867
867
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
868
868
|
* there is no DisplayName corresponding to the Track.
|
|
869
869
|
*
|
|
870
|
-
* @see {@link MatterSpecification.
|
|
870
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
871
871
|
*/
|
|
872
872
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
873
873
|
}>>;
|
|
@@ -877,41 +877,41 @@ export declare namespace MediaPlayback {
|
|
|
877
877
|
* value of null shall indicate that no Audio Tracks corresponding to the current media are selectable by
|
|
878
878
|
* the client.
|
|
879
879
|
*
|
|
880
|
-
* @see {@link MatterSpecification.
|
|
880
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.9
|
|
881
881
|
*/
|
|
882
882
|
readonly availableAudioTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
883
883
|
/**
|
|
884
884
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
885
885
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
886
886
|
*
|
|
887
|
-
* @see {@link MatterSpecification.
|
|
887
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
888
888
|
*/
|
|
889
889
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
890
890
|
/**
|
|
891
891
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
892
892
|
*
|
|
893
|
-
* @see {@link MatterSpecification.
|
|
893
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
894
894
|
*/
|
|
895
895
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
896
896
|
/**
|
|
897
897
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
898
898
|
* identifies the primary language used in the Track.
|
|
899
899
|
*
|
|
900
|
-
* @see {@link MatterSpecification.
|
|
900
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
901
901
|
*/
|
|
902
902
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
903
903
|
/**
|
|
904
904
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
905
905
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
906
906
|
*
|
|
907
|
-
* @see {@link MatterSpecification.
|
|
907
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
908
908
|
*/
|
|
909
909
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
910
910
|
/**
|
|
911
911
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
912
912
|
* there is no DisplayName corresponding to the Track.
|
|
913
913
|
*
|
|
914
|
-
* @see {@link MatterSpecification.
|
|
914
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
915
915
|
*/
|
|
916
916
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
917
917
|
}>>;
|
|
@@ -926,13 +926,13 @@ export declare namespace MediaPlayback {
|
|
|
926
926
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
927
927
|
* the server will return an error status of INVALID_ARGUMENT.
|
|
928
928
|
*
|
|
929
|
-
* @see {@link MatterSpecification.
|
|
929
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13
|
|
930
930
|
*/
|
|
931
931
|
readonly activateAudioTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
932
932
|
/**
|
|
933
933
|
* This field shall indicate the Audio Track to activate.
|
|
934
934
|
*
|
|
935
|
-
* @see {@link MatterSpecification.
|
|
935
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13.1
|
|
936
936
|
*/
|
|
937
937
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
938
938
|
/**
|
|
@@ -941,7 +941,7 @@ export declare namespace MediaPlayback {
|
|
|
941
941
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
942
942
|
* output(s) to play the Audio Track on.
|
|
943
943
|
*
|
|
944
|
-
* @see {@link MatterSpecification.
|
|
944
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13.2
|
|
945
945
|
*/
|
|
946
946
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
947
947
|
}>, void, any>;
|
|
@@ -957,41 +957,41 @@ export declare namespace MediaPlayback {
|
|
|
957
957
|
* nil. A value of null shall indicate that no Text Track corresponding to the current media is currently
|
|
958
958
|
* being displayed.
|
|
959
959
|
*
|
|
960
|
-
* @see {@link MatterSpecification.
|
|
960
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.10
|
|
961
961
|
*/
|
|
962
962
|
readonly activeTextTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
963
963
|
/**
|
|
964
964
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
965
965
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
966
966
|
*
|
|
967
|
-
* @see {@link MatterSpecification.
|
|
967
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
968
968
|
*/
|
|
969
969
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
970
970
|
/**
|
|
971
971
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
972
972
|
*
|
|
973
|
-
* @see {@link MatterSpecification.
|
|
973
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
974
974
|
*/
|
|
975
975
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
976
976
|
/**
|
|
977
977
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
978
978
|
* identifies the primary language used in the Track.
|
|
979
979
|
*
|
|
980
|
-
* @see {@link MatterSpecification.
|
|
980
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
981
981
|
*/
|
|
982
982
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
983
983
|
/**
|
|
984
984
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
985
985
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
986
986
|
*
|
|
987
|
-
* @see {@link MatterSpecification.
|
|
987
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
988
988
|
*/
|
|
989
989
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
990
990
|
/**
|
|
991
991
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
992
992
|
* there is no DisplayName corresponding to the Track.
|
|
993
993
|
*
|
|
994
|
-
* @see {@link MatterSpecification.
|
|
994
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
995
995
|
*/
|
|
996
996
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
997
997
|
}>>;
|
|
@@ -1001,41 +1001,41 @@ export declare namespace MediaPlayback {
|
|
|
1001
1001
|
* can be an empty list. A value of null shall indicate that no Text Tracks corresponding to the current
|
|
1002
1002
|
* media are selectable by the client.
|
|
1003
1003
|
*
|
|
1004
|
-
* @see {@link MatterSpecification.
|
|
1004
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.11
|
|
1005
1005
|
*/
|
|
1006
1006
|
readonly availableTextTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1007
1007
|
/**
|
|
1008
1008
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1009
1009
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1010
1010
|
*
|
|
1011
|
-
* @see {@link MatterSpecification.
|
|
1011
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
1012
1012
|
*/
|
|
1013
1013
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1014
1014
|
/**
|
|
1015
1015
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1016
1016
|
*
|
|
1017
|
-
* @see {@link MatterSpecification.
|
|
1017
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
1018
1018
|
*/
|
|
1019
1019
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1020
1020
|
/**
|
|
1021
1021
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1022
1022
|
* identifies the primary language used in the Track.
|
|
1023
1023
|
*
|
|
1024
|
-
* @see {@link MatterSpecification.
|
|
1024
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
1025
1025
|
*/
|
|
1026
1026
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1027
1027
|
/**
|
|
1028
1028
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1029
1029
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1030
1030
|
*
|
|
1031
|
-
* @see {@link MatterSpecification.
|
|
1031
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
1032
1032
|
*/
|
|
1033
1033
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1034
1034
|
/**
|
|
1035
1035
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1036
1036
|
* there is no DisplayName corresponding to the Track.
|
|
1037
1037
|
*
|
|
1038
|
-
* @see {@link MatterSpecification.
|
|
1038
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
1039
1039
|
*/
|
|
1040
1040
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1041
1041
|
}>>;
|
|
@@ -1050,13 +1050,13 @@ export declare namespace MediaPlayback {
|
|
|
1050
1050
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
1051
1051
|
* the server shall return an error status of INVALID_ARGUMENT.
|
|
1052
1052
|
*
|
|
1053
|
-
* @see {@link MatterSpecification.
|
|
1053
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.14
|
|
1054
1054
|
*/
|
|
1055
1055
|
readonly activateTextTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1056
1056
|
/**
|
|
1057
1057
|
* This field shall indicate the Text Track to activate.
|
|
1058
1058
|
*
|
|
1059
|
-
* @see {@link MatterSpecification.
|
|
1059
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.14.1
|
|
1060
1060
|
*/
|
|
1061
1061
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1062
1062
|
}>, void, any>;
|
|
@@ -1066,7 +1066,7 @@ export declare namespace MediaPlayback {
|
|
|
1066
1066
|
* If a Text Track is active (i.e. being displayed), upon receipt of this command, the server shall stop
|
|
1067
1067
|
* displaying it.
|
|
1068
1068
|
*
|
|
1069
|
-
* @see {@link MatterSpecification.
|
|
1069
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.15
|
|
1070
1070
|
*/
|
|
1071
1071
|
readonly deactivateTextTrack: Command<void, void, any>;
|
|
1072
1072
|
};
|
|
@@ -1091,7 +1091,7 @@ export declare namespace MediaPlayback {
|
|
|
1091
1091
|
* returned. If the playback speed has reached the maximum supported speed for media playing backwards, the
|
|
1092
1092
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1093
1093
|
*
|
|
1094
|
-
* @see {@link MatterSpecification.
|
|
1094
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.7
|
|
1095
1095
|
*/
|
|
1096
1096
|
readonly rewind: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1097
1097
|
/**
|
|
@@ -1100,20 +1100,20 @@ export declare namespace MediaPlayback {
|
|
|
1100
1100
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1101
1101
|
* down to a low level and/or unplugged.
|
|
1102
1102
|
*
|
|
1103
|
-
* @see {@link MatterSpecification.
|
|
1103
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.7.1
|
|
1104
1104
|
*/
|
|
1105
1105
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1106
1106
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1107
1107
|
/**
|
|
1108
1108
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1109
1109
|
*
|
|
1110
|
-
* @see {@link MatterSpecification.
|
|
1110
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1111
1111
|
*/
|
|
1112
1112
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1113
1113
|
/**
|
|
1114
1114
|
* This field shall indicate Optional app-specific data.
|
|
1115
1115
|
*
|
|
1116
|
-
* @see {@link MatterSpecification.
|
|
1116
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1117
1117
|
*/
|
|
1118
1118
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1119
1119
|
}>, any>;
|
|
@@ -1132,7 +1132,7 @@ export declare namespace MediaPlayback {
|
|
|
1132
1132
|
* returned. If the playback speed has reached the maximum supported speed for media playing forward, the
|
|
1133
1133
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1134
1134
|
*
|
|
1135
|
-
* @see {@link MatterSpecification.
|
|
1135
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.8
|
|
1136
1136
|
*/
|
|
1137
1137
|
readonly fastForward: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1138
1138
|
/**
|
|
@@ -1141,20 +1141,20 @@ export declare namespace MediaPlayback {
|
|
|
1141
1141
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1142
1142
|
* down to a low level and/or unplugged.
|
|
1143
1143
|
*
|
|
1144
|
-
* @see {@link MatterSpecification.
|
|
1144
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.8.1
|
|
1145
1145
|
*/
|
|
1146
1146
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1147
1147
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1148
1148
|
/**
|
|
1149
1149
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1150
1150
|
*
|
|
1151
|
-
* @see {@link MatterSpecification.
|
|
1151
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1152
1152
|
*/
|
|
1153
1153
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1154
1154
|
/**
|
|
1155
1155
|
* This field shall indicate Optional app-specific data.
|
|
1156
1156
|
*
|
|
1157
|
-
* @see {@link MatterSpecification.
|
|
1157
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1158
1158
|
*/
|
|
1159
1159
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1160
1160
|
}>, any>;
|
|
@@ -1173,25 +1173,25 @@ export declare namespace MediaPlayback {
|
|
|
1173
1173
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
1174
1174
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
1175
1175
|
*
|
|
1176
|
-
* @see {@link MatterSpecification.
|
|
1176
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.1
|
|
1177
1177
|
*/
|
|
1178
1178
|
readonly advancedSeek: BitFlag;
|
|
1179
1179
|
/**
|
|
1180
1180
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
1181
1181
|
*
|
|
1182
|
-
* @see {@link MatterSpecification.
|
|
1182
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.2
|
|
1183
1183
|
*/
|
|
1184
1184
|
readonly variableSpeed: BitFlag;
|
|
1185
1185
|
/**
|
|
1186
1186
|
* This feature is for a device or app that supports Text Tracks.
|
|
1187
1187
|
*
|
|
1188
|
-
* @see {@link MatterSpecification.
|
|
1188
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.3
|
|
1189
1189
|
*/
|
|
1190
1190
|
readonly textTracks: BitFlag;
|
|
1191
1191
|
/**
|
|
1192
1192
|
* This feature is for a device or app that supports Audio Tracks.
|
|
1193
1193
|
*
|
|
1194
|
-
* @see {@link MatterSpecification.
|
|
1194
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.4
|
|
1195
1195
|
*/
|
|
1196
1196
|
readonly audioTracks: BitFlag;
|
|
1197
1197
|
/**
|
|
@@ -1201,7 +1201,7 @@ export declare namespace MediaPlayback {
|
|
|
1201
1201
|
*
|
|
1202
1202
|
* A cluster implementing AA shall implement AS.
|
|
1203
1203
|
*
|
|
1204
|
-
* @see {@link MatterSpecification.
|
|
1204
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.5
|
|
1205
1205
|
*/
|
|
1206
1206
|
readonly audioAdvance: BitFlag;
|
|
1207
1207
|
};
|
|
@@ -1211,7 +1211,7 @@ export declare namespace MediaPlayback {
|
|
|
1211
1211
|
*
|
|
1212
1212
|
* During fast-forward, rewind, and other seek operations; this attribute shall be set to PLAYING.
|
|
1213
1213
|
*
|
|
1214
|
-
* @see {@link MatterSpecification.
|
|
1214
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.1
|
|
1215
1215
|
*/
|
|
1216
1216
|
readonly currentState: Attribute<PlaybackState, any>;
|
|
1217
1217
|
};
|
|
@@ -1222,19 +1222,19 @@ export declare namespace MediaPlayback {
|
|
|
1222
1222
|
* Upon receipt, this shall play media. If content is currently in a FastForward or Rewind state. Play shall
|
|
1223
1223
|
* return media to normal playback speed.
|
|
1224
1224
|
*
|
|
1225
|
-
* @see {@link MatterSpecification.
|
|
1225
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.1
|
|
1226
1226
|
*/
|
|
1227
1227
|
readonly play: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1228
1228
|
/**
|
|
1229
1229
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1230
1230
|
*
|
|
1231
|
-
* @see {@link MatterSpecification.
|
|
1231
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1232
1232
|
*/
|
|
1233
1233
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1234
1234
|
/**
|
|
1235
1235
|
* This field shall indicate Optional app-specific data.
|
|
1236
1236
|
*
|
|
1237
|
-
* @see {@link MatterSpecification.
|
|
1237
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1238
1238
|
*/
|
|
1239
1239
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1240
1240
|
}>, any>;
|
|
@@ -1242,19 +1242,19 @@ export declare namespace MediaPlayback {
|
|
|
1242
1242
|
* This command is used to pause playback of the media. Upon receipt, this shall pause playback of the
|
|
1243
1243
|
* media.
|
|
1244
1244
|
*
|
|
1245
|
-
* @see {@link MatterSpecification.
|
|
1245
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.2
|
|
1246
1246
|
*/
|
|
1247
1247
|
readonly pause: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1248
1248
|
/**
|
|
1249
1249
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1250
1250
|
*
|
|
1251
|
-
* @see {@link MatterSpecification.
|
|
1251
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1252
1252
|
*/
|
|
1253
1253
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1254
1254
|
/**
|
|
1255
1255
|
* This field shall indicate Optional app-specific data.
|
|
1256
1256
|
*
|
|
1257
|
-
* @see {@link MatterSpecification.
|
|
1257
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1258
1258
|
*/
|
|
1259
1259
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1260
1260
|
}>, any>;
|
|
@@ -1264,19 +1264,19 @@ export declare namespace MediaPlayback {
|
|
|
1264
1264
|
* Upon receipt, this shall stop playback of the media. User-visible outcome is context-specific. This may
|
|
1265
1265
|
* navigate the user back to the location from where the media was originally launched.
|
|
1266
1266
|
*
|
|
1267
|
-
* @see {@link MatterSpecification.
|
|
1267
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.3
|
|
1268
1268
|
*/
|
|
1269
1269
|
readonly stop: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1270
1270
|
/**
|
|
1271
1271
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1272
1272
|
*
|
|
1273
|
-
* @see {@link MatterSpecification.
|
|
1273
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1274
1274
|
*/
|
|
1275
1275
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1276
1276
|
/**
|
|
1277
1277
|
* This field shall indicate Optional app-specific data.
|
|
1278
1278
|
*
|
|
1279
|
-
* @see {@link MatterSpecification.
|
|
1279
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1280
1280
|
*/
|
|
1281
1281
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1282
1282
|
}>, any>;
|
|
@@ -1284,19 +1284,19 @@ export declare namespace MediaPlayback {
|
|
|
1284
1284
|
* This command is used to start playback of the media from the beginning. Upon receipt, this shall Start
|
|
1285
1285
|
* Over with the current media playback item.
|
|
1286
1286
|
*
|
|
1287
|
-
* @see {@link MatterSpecification.
|
|
1287
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.4
|
|
1288
1288
|
*/
|
|
1289
1289
|
readonly startOver: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1290
1290
|
/**
|
|
1291
1291
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1292
1292
|
*
|
|
1293
|
-
* @see {@link MatterSpecification.
|
|
1293
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1294
1294
|
*/
|
|
1295
1295
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1296
1296
|
/**
|
|
1297
1297
|
* This field shall indicate Optional app-specific data.
|
|
1298
1298
|
*
|
|
1299
|
-
* @see {@link MatterSpecification.
|
|
1299
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1300
1300
|
*/
|
|
1301
1301
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1302
1302
|
}>, any>;
|
|
@@ -1306,19 +1306,19 @@ export declare namespace MediaPlayback {
|
|
|
1306
1306
|
* Upon receipt, this shall cause the handler to be invoked for "Previous". User experience is
|
|
1307
1307
|
* context-specific. This will often Go back to the previous media playback item.
|
|
1308
1308
|
*
|
|
1309
|
-
* @see {@link MatterSpecification.
|
|
1309
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.5
|
|
1310
1310
|
*/
|
|
1311
1311
|
readonly previous: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1312
1312
|
/**
|
|
1313
1313
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1314
1314
|
*
|
|
1315
|
-
* @see {@link MatterSpecification.
|
|
1315
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1316
1316
|
*/
|
|
1317
1317
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1318
1318
|
/**
|
|
1319
1319
|
* This field shall indicate Optional app-specific data.
|
|
1320
1320
|
*
|
|
1321
|
-
* @see {@link MatterSpecification.
|
|
1321
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1322
1322
|
*/
|
|
1323
1323
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1324
1324
|
}>, any>;
|
|
@@ -1328,19 +1328,19 @@ export declare namespace MediaPlayback {
|
|
|
1328
1328
|
* Upon receipt, this shall cause the handler to be invoked for "Next". User experience is context-specific.
|
|
1329
1329
|
* This will often Go forward to the next media playback item.
|
|
1330
1330
|
*
|
|
1331
|
-
* @see {@link MatterSpecification.
|
|
1331
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.6
|
|
1332
1332
|
*/
|
|
1333
1333
|
readonly next: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1334
1334
|
/**
|
|
1335
1335
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1336
1336
|
*
|
|
1337
|
-
* @see {@link MatterSpecification.
|
|
1337
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1338
1338
|
*/
|
|
1339
1339
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1340
1340
|
/**
|
|
1341
1341
|
* This field shall indicate Optional app-specific data.
|
|
1342
1342
|
*
|
|
1343
|
-
* @see {@link MatterSpecification.
|
|
1343
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1344
1344
|
*/
|
|
1345
1345
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1346
1346
|
}>, any>;
|
|
@@ -1349,7 +1349,7 @@ export declare namespace MediaPlayback {
|
|
|
1349
1349
|
*
|
|
1350
1350
|
* Upon receipt, this shall Skip forward in the media by the given number of milliseconds.
|
|
1351
1351
|
*
|
|
1352
|
-
* @see {@link MatterSpecification.
|
|
1352
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.9
|
|
1353
1353
|
*/
|
|
1354
1354
|
readonly skipForward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1355
1355
|
/**
|
|
@@ -1360,20 +1360,20 @@ export declare namespace MediaPlayback {
|
|
|
1360
1360
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
1361
1361
|
* updated on the cluster accordingly.
|
|
1362
1362
|
*
|
|
1363
|
-
* @see {@link MatterSpecification.
|
|
1363
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.9.1
|
|
1364
1364
|
*/
|
|
1365
1365
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1366
1366
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1367
1367
|
/**
|
|
1368
1368
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1369
1369
|
*
|
|
1370
|
-
* @see {@link MatterSpecification.
|
|
1370
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1371
1371
|
*/
|
|
1372
1372
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1373
1373
|
/**
|
|
1374
1374
|
* This field shall indicate Optional app-specific data.
|
|
1375
1375
|
*
|
|
1376
|
-
* @see {@link MatterSpecification.
|
|
1376
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1377
1377
|
*/
|
|
1378
1378
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1379
1379
|
}>, any>;
|
|
@@ -1382,7 +1382,7 @@ export declare namespace MediaPlayback {
|
|
|
1382
1382
|
*
|
|
1383
1383
|
* Upon receipt, this shall Skip backward in the media by the given number of milliseconds.
|
|
1384
1384
|
*
|
|
1385
|
-
* @see {@link MatterSpecification.
|
|
1385
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.10
|
|
1386
1386
|
*/
|
|
1387
1387
|
readonly skipBackward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1388
1388
|
/**
|
|
@@ -1393,20 +1393,20 @@ export declare namespace MediaPlayback {
|
|
|
1393
1393
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
1394
1394
|
* cluster accordingly.
|
|
1395
1395
|
*
|
|
1396
|
-
* @see {@link MatterSpecification.
|
|
1396
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.10.1
|
|
1397
1397
|
*/
|
|
1398
1398
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1399
1399
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1400
1400
|
/**
|
|
1401
1401
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1402
1402
|
*
|
|
1403
|
-
* @see {@link MatterSpecification.
|
|
1403
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1404
1404
|
*/
|
|
1405
1405
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1406
1406
|
/**
|
|
1407
1407
|
* This field shall indicate Optional app-specific data.
|
|
1408
1408
|
*
|
|
1409
|
-
* @see {@link MatterSpecification.
|
|
1409
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1410
1410
|
*/
|
|
1411
1411
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1412
1412
|
}>, any>;
|
|
@@ -1416,14 +1416,14 @@ export declare namespace MediaPlayback {
|
|
|
1416
1416
|
* If supported, this event shall be generated when there is a change in any of the supported attributes of
|
|
1417
1417
|
* the Media Playback cluster.
|
|
1418
1418
|
*
|
|
1419
|
-
* @see {@link MatterSpecification.
|
|
1419
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1
|
|
1420
1420
|
*/
|
|
1421
1421
|
readonly stateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1422
1422
|
/**
|
|
1423
1423
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
1424
1424
|
* same constraint as that attribute.
|
|
1425
1425
|
*
|
|
1426
|
-
* @see {@link MatterSpecification.
|
|
1426
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.1
|
|
1427
1427
|
*/
|
|
1428
1428
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
1429
1429
|
/**
|
|
@@ -1432,7 +1432,7 @@ export declare namespace MediaPlayback {
|
|
|
1432
1432
|
*
|
|
1433
1433
|
* This field value shall be 0 when the value of the StartTime attribute is NULL.
|
|
1434
1434
|
*
|
|
1435
|
-
* @see {@link MatterSpecification.
|
|
1435
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.2
|
|
1436
1436
|
*/
|
|
1437
1437
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1438
1438
|
/**
|
|
@@ -1441,7 +1441,7 @@ export declare namespace MediaPlayback {
|
|
|
1441
1441
|
*
|
|
1442
1442
|
* This field value shall be 0 when the value of the Duration attribute is NULL.
|
|
1443
1443
|
*
|
|
1444
|
-
* @see {@link MatterSpecification.
|
|
1444
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.3
|
|
1445
1445
|
*/
|
|
1446
1446
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1447
1447
|
/**
|
|
@@ -1451,13 +1451,13 @@ export declare namespace MediaPlayback {
|
|
|
1451
1451
|
* The UpdatedAt field value of the PlaybackPositionStruct shall be 0, and the Position field value of the
|
|
1452
1452
|
* PlaybackPositionStruct shall be NULL, when the value of the SampledPosition attribute is NULL.
|
|
1453
1453
|
*
|
|
1454
|
-
* @see {@link MatterSpecification.
|
|
1454
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.4
|
|
1455
1455
|
*/
|
|
1456
1456
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1457
1457
|
/**
|
|
1458
1458
|
* This field shall indicate the time when the position was last updated.
|
|
1459
1459
|
*
|
|
1460
|
-
* @see {@link MatterSpecification.
|
|
1460
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.1
|
|
1461
1461
|
*/
|
|
1462
1462
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1463
1463
|
/**
|
|
@@ -1469,7 +1469,7 @@ export declare namespace MediaPlayback {
|
|
|
1469
1469
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
1470
1470
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
1471
1471
|
*
|
|
1472
|
-
* @see {@link MatterSpecification.
|
|
1472
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.2
|
|
1473
1473
|
*/
|
|
1474
1474
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1475
1475
|
}>>;
|
|
@@ -1477,7 +1477,7 @@ export declare namespace MediaPlayback {
|
|
|
1477
1477
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
1478
1478
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
1479
1479
|
*
|
|
1480
|
-
* @see {@link MatterSpecification.
|
|
1480
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.5
|
|
1481
1481
|
*/
|
|
1482
1482
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1483
1483
|
/**
|
|
@@ -1486,7 +1486,7 @@ export declare namespace MediaPlayback {
|
|
|
1486
1486
|
*
|
|
1487
1487
|
* This field value shall be 0 when the value of the SeekRangeEnd attribute is NULL.
|
|
1488
1488
|
*
|
|
1489
|
-
* @see {@link MatterSpecification.
|
|
1489
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.7
|
|
1490
1490
|
*/
|
|
1491
1491
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1492
1492
|
/**
|
|
@@ -1495,13 +1495,13 @@ export declare namespace MediaPlayback {
|
|
|
1495
1495
|
*
|
|
1496
1496
|
* This field value shall be 0 when the value of the SeekRangeStart attribute is NULL.
|
|
1497
1497
|
*
|
|
1498
|
-
* @see {@link MatterSpecification.
|
|
1498
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.6
|
|
1499
1499
|
*/
|
|
1500
1500
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1501
1501
|
/**
|
|
1502
1502
|
* This field shall indicate Optional app-specific data.
|
|
1503
1503
|
*
|
|
1504
|
-
* @see {@link MatterSpecification.
|
|
1504
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.8
|
|
1505
1505
|
*/
|
|
1506
1506
|
data: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1507
1507
|
/**
|
|
@@ -1513,7 +1513,7 @@ export declare namespace MediaPlayback {
|
|
|
1513
1513
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1514
1514
|
* down to a low level and/or unplugged.
|
|
1515
1515
|
*
|
|
1516
|
-
* @see {@link MatterSpecification.
|
|
1516
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.9
|
|
1517
1517
|
*/
|
|
1518
1518
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1519
1519
|
}>, any>;
|
|
@@ -1534,7 +1534,7 @@ export declare namespace MediaPlayback {
|
|
|
1534
1534
|
* video-on-demand). This time is a UTC time. The client needs to handle conversion to local time, as
|
|
1535
1535
|
* required, taking in account time zone and possible local DST offset.
|
|
1536
1536
|
*
|
|
1537
|
-
* @see {@link MatterSpecification.
|
|
1537
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.2
|
|
1538
1538
|
*/
|
|
1539
1539
|
readonly startTime: Attribute<number | bigint | null, any>;
|
|
1540
1540
|
/**
|
|
@@ -1542,7 +1542,7 @@ export declare namespace MediaPlayback {
|
|
|
1542
1542
|
* not applicable (for example, in live streaming content with no known duration). This attribute shall
|
|
1543
1543
|
* never be 0.
|
|
1544
1544
|
*
|
|
1545
|
-
* @see {@link MatterSpecification.
|
|
1545
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.3
|
|
1546
1546
|
*/
|
|
1547
1547
|
readonly duration: Attribute<number | bigint | null, any>;
|
|
1548
1548
|
/**
|
|
@@ -1563,13 +1563,13 @@ export declare namespace MediaPlayback {
|
|
|
1563
1563
|
*
|
|
1564
1564
|
* • Updating of playback speed as a result of explicit request, or as a result of buffering events
|
|
1565
1565
|
*
|
|
1566
|
-
* @see {@link MatterSpecification.
|
|
1566
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.4
|
|
1567
1567
|
*/
|
|
1568
1568
|
readonly sampledPosition: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1569
1569
|
/**
|
|
1570
1570
|
* This field shall indicate the time when the position was last updated.
|
|
1571
1571
|
*
|
|
1572
|
-
* @see {@link MatterSpecification.
|
|
1572
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.1
|
|
1573
1573
|
*/
|
|
1574
1574
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1575
1575
|
/**
|
|
@@ -1581,7 +1581,7 @@ export declare namespace MediaPlayback {
|
|
|
1581
1581
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
1582
1582
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
1583
1583
|
*
|
|
1584
|
-
* @see {@link MatterSpecification.
|
|
1584
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.2
|
|
1585
1585
|
*/
|
|
1586
1586
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1587
1587
|
}> | null, any>;
|
|
@@ -1616,7 +1616,7 @@ export declare namespace MediaPlayback {
|
|
|
1616
1616
|
*
|
|
1617
1617
|
* Following examples illustrate the PlaybackSpeed attribute values in various conditions.
|
|
1618
1618
|
*
|
|
1619
|
-
* @see {@link MatterSpecification.
|
|
1619
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.5
|
|
1620
1620
|
*/
|
|
1621
1621
|
readonly playbackSpeed: Attribute<number, any>;
|
|
1622
1622
|
/**
|
|
@@ -1627,14 +1627,14 @@ export declare namespace MediaPlayback {
|
|
|
1627
1627
|
* truncating fractional milliseconds towards 0. A value of NULL when StartTime is not specified shall
|
|
1628
1628
|
* indicate that seeking forward is not allowed.
|
|
1629
1629
|
*
|
|
1630
|
-
* @see {@link MatterSpecification.
|
|
1630
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.7
|
|
1631
1631
|
*/
|
|
1632
1632
|
readonly seekRangeEnd: Attribute<number | bigint | null, any>;
|
|
1633
1633
|
/**
|
|
1634
1634
|
* Indicates the earliest valid position to which a client may seek back, in milliseconds from start of the
|
|
1635
1635
|
* media. A value of NULL shall indicate that seeking backwards is not allowed.
|
|
1636
1636
|
*
|
|
1637
|
-
* @see {@link MatterSpecification.
|
|
1637
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.6
|
|
1638
1638
|
*/
|
|
1639
1639
|
readonly seekRangeStart: Attribute<number | bigint | null, any>;
|
|
1640
1640
|
};
|
|
@@ -1644,7 +1644,7 @@ export declare namespace MediaPlayback {
|
|
|
1644
1644
|
*
|
|
1645
1645
|
* Upon receipt, this shall change the playback position in the media to the given position.
|
|
1646
1646
|
*
|
|
1647
|
-
* @see {@link MatterSpecification.
|
|
1647
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.11
|
|
1648
1648
|
*/
|
|
1649
1649
|
readonly seek: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1650
1650
|
/**
|
|
@@ -1655,20 +1655,20 @@ export declare namespace MediaPlayback {
|
|
|
1655
1655
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
1656
1656
|
* playback.
|
|
1657
1657
|
*
|
|
1658
|
-
* @see {@link MatterSpecification.
|
|
1658
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.11.1
|
|
1659
1659
|
*/
|
|
1660
1660
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1661
1661
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1662
1662
|
/**
|
|
1663
1663
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1664
1664
|
*
|
|
1665
|
-
* @see {@link MatterSpecification.
|
|
1665
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1666
1666
|
*/
|
|
1667
1667
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1668
1668
|
/**
|
|
1669
1669
|
* This field shall indicate Optional app-specific data.
|
|
1670
1670
|
*
|
|
1671
|
-
* @see {@link MatterSpecification.
|
|
1671
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1672
1672
|
*/
|
|
1673
1673
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1674
1674
|
}>, any>;
|
|
@@ -1684,41 +1684,41 @@ export declare namespace MediaPlayback {
|
|
|
1684
1684
|
* ActiveTrack refers to the Audio track currently set and being used for the streaming media. A value of
|
|
1685
1685
|
* null shall indicate that no Audio Track corresponding to the current media is currently being played.
|
|
1686
1686
|
*
|
|
1687
|
-
* @see {@link MatterSpecification.
|
|
1687
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.8
|
|
1688
1688
|
*/
|
|
1689
1689
|
readonly activeAudioTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1690
1690
|
/**
|
|
1691
1691
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1692
1692
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1693
1693
|
*
|
|
1694
|
-
* @see {@link MatterSpecification.
|
|
1694
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
1695
1695
|
*/
|
|
1696
1696
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1697
1697
|
/**
|
|
1698
1698
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1699
1699
|
*
|
|
1700
|
-
* @see {@link MatterSpecification.
|
|
1700
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
1701
1701
|
*/
|
|
1702
1702
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1703
1703
|
/**
|
|
1704
1704
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1705
1705
|
* identifies the primary language used in the Track.
|
|
1706
1706
|
*
|
|
1707
|
-
* @see {@link MatterSpecification.
|
|
1707
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
1708
1708
|
*/
|
|
1709
1709
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1710
1710
|
/**
|
|
1711
1711
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1712
1712
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1713
1713
|
*
|
|
1714
|
-
* @see {@link MatterSpecification.
|
|
1714
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
1715
1715
|
*/
|
|
1716
1716
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1717
1717
|
/**
|
|
1718
1718
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1719
1719
|
* there is no DisplayName corresponding to the Track.
|
|
1720
1720
|
*
|
|
1721
|
-
* @see {@link MatterSpecification.
|
|
1721
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
1722
1722
|
*/
|
|
1723
1723
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1724
1724
|
}>>;
|
|
@@ -1728,41 +1728,41 @@ export declare namespace MediaPlayback {
|
|
|
1728
1728
|
* value of null shall indicate that no Audio Tracks corresponding to the current media are selectable by
|
|
1729
1729
|
* the client.
|
|
1730
1730
|
*
|
|
1731
|
-
* @see {@link MatterSpecification.
|
|
1731
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.9
|
|
1732
1732
|
*/
|
|
1733
1733
|
readonly availableAudioTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1734
1734
|
/**
|
|
1735
1735
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1736
1736
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1737
1737
|
*
|
|
1738
|
-
* @see {@link MatterSpecification.
|
|
1738
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
1739
1739
|
*/
|
|
1740
1740
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1741
1741
|
/**
|
|
1742
1742
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1743
1743
|
*
|
|
1744
|
-
* @see {@link MatterSpecification.
|
|
1744
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
1745
1745
|
*/
|
|
1746
1746
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1747
1747
|
/**
|
|
1748
1748
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1749
1749
|
* identifies the primary language used in the Track.
|
|
1750
1750
|
*
|
|
1751
|
-
* @see {@link MatterSpecification.
|
|
1751
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
1752
1752
|
*/
|
|
1753
1753
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1754
1754
|
/**
|
|
1755
1755
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1756
1756
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1757
1757
|
*
|
|
1758
|
-
* @see {@link MatterSpecification.
|
|
1758
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
1759
1759
|
*/
|
|
1760
1760
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1761
1761
|
/**
|
|
1762
1762
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1763
1763
|
* there is no DisplayName corresponding to the Track.
|
|
1764
1764
|
*
|
|
1765
|
-
* @see {@link MatterSpecification.
|
|
1765
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
1766
1766
|
*/
|
|
1767
1767
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1768
1768
|
}>>;
|
|
@@ -1777,13 +1777,13 @@ export declare namespace MediaPlayback {
|
|
|
1777
1777
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
1778
1778
|
* the server will return an error status of INVALID_ARGUMENT.
|
|
1779
1779
|
*
|
|
1780
|
-
* @see {@link MatterSpecification.
|
|
1780
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13
|
|
1781
1781
|
*/
|
|
1782
1782
|
readonly activateAudioTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1783
1783
|
/**
|
|
1784
1784
|
* This field shall indicate the Audio Track to activate.
|
|
1785
1785
|
*
|
|
1786
|
-
* @see {@link MatterSpecification.
|
|
1786
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13.1
|
|
1787
1787
|
*/
|
|
1788
1788
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1789
1789
|
/**
|
|
@@ -1792,7 +1792,7 @@ export declare namespace MediaPlayback {
|
|
|
1792
1792
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
1793
1793
|
* output(s) to play the Audio Track on.
|
|
1794
1794
|
*
|
|
1795
|
-
* @see {@link MatterSpecification.
|
|
1795
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13.2
|
|
1796
1796
|
*/
|
|
1797
1797
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1798
1798
|
}>, void, any>;
|
|
@@ -1809,41 +1809,41 @@ export declare namespace MediaPlayback {
|
|
|
1809
1809
|
* nil. A value of null shall indicate that no Text Track corresponding to the current media is currently
|
|
1810
1810
|
* being displayed.
|
|
1811
1811
|
*
|
|
1812
|
-
* @see {@link MatterSpecification.
|
|
1812
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.10
|
|
1813
1813
|
*/
|
|
1814
1814
|
readonly activeTextTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1815
1815
|
/**
|
|
1816
1816
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1817
1817
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1818
1818
|
*
|
|
1819
|
-
* @see {@link MatterSpecification.
|
|
1819
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
1820
1820
|
*/
|
|
1821
1821
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1822
1822
|
/**
|
|
1823
1823
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1824
1824
|
*
|
|
1825
|
-
* @see {@link MatterSpecification.
|
|
1825
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
1826
1826
|
*/
|
|
1827
1827
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1828
1828
|
/**
|
|
1829
1829
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1830
1830
|
* identifies the primary language used in the Track.
|
|
1831
1831
|
*
|
|
1832
|
-
* @see {@link MatterSpecification.
|
|
1832
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
1833
1833
|
*/
|
|
1834
1834
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1835
1835
|
/**
|
|
1836
1836
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1837
1837
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1838
1838
|
*
|
|
1839
|
-
* @see {@link MatterSpecification.
|
|
1839
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
1840
1840
|
*/
|
|
1841
1841
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1842
1842
|
/**
|
|
1843
1843
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1844
1844
|
* there is no DisplayName corresponding to the Track.
|
|
1845
1845
|
*
|
|
1846
|
-
* @see {@link MatterSpecification.
|
|
1846
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
1847
1847
|
*/
|
|
1848
1848
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1849
1849
|
}>>;
|
|
@@ -1853,41 +1853,41 @@ export declare namespace MediaPlayback {
|
|
|
1853
1853
|
* can be an empty list. A value of null shall indicate that no Text Tracks corresponding to the current
|
|
1854
1854
|
* media are selectable by the client.
|
|
1855
1855
|
*
|
|
1856
|
-
* @see {@link MatterSpecification.
|
|
1856
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.11
|
|
1857
1857
|
*/
|
|
1858
1858
|
readonly availableTextTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1859
1859
|
/**
|
|
1860
1860
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
1861
1861
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
1862
1862
|
*
|
|
1863
|
-
* @see {@link MatterSpecification.
|
|
1863
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
1864
1864
|
*/
|
|
1865
1865
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1866
1866
|
/**
|
|
1867
1867
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
1868
1868
|
*
|
|
1869
|
-
* @see {@link MatterSpecification.
|
|
1869
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
1870
1870
|
*/
|
|
1871
1871
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1872
1872
|
/**
|
|
1873
1873
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
1874
1874
|
* identifies the primary language used in the Track.
|
|
1875
1875
|
*
|
|
1876
|
-
* @see {@link MatterSpecification.
|
|
1876
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
1877
1877
|
*/
|
|
1878
1878
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1879
1879
|
/**
|
|
1880
1880
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
1881
1881
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
1882
1882
|
*
|
|
1883
|
-
* @see {@link MatterSpecification.
|
|
1883
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
1884
1884
|
*/
|
|
1885
1885
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
1886
1886
|
/**
|
|
1887
1887
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
1888
1888
|
* there is no DisplayName corresponding to the Track.
|
|
1889
1889
|
*
|
|
1890
|
-
* @see {@link MatterSpecification.
|
|
1890
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
1891
1891
|
*/
|
|
1892
1892
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
1893
1893
|
}>>;
|
|
@@ -1902,13 +1902,13 @@ export declare namespace MediaPlayback {
|
|
|
1902
1902
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
1903
1903
|
* the server shall return an error status of INVALID_ARGUMENT.
|
|
1904
1904
|
*
|
|
1905
|
-
* @see {@link MatterSpecification.
|
|
1905
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.14
|
|
1906
1906
|
*/
|
|
1907
1907
|
readonly activateTextTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1908
1908
|
/**
|
|
1909
1909
|
* This field shall indicate the Text Track to activate.
|
|
1910
1910
|
*
|
|
1911
|
-
* @see {@link MatterSpecification.
|
|
1911
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.14.1
|
|
1912
1912
|
*/
|
|
1913
1913
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1914
1914
|
}>, void, any>;
|
|
@@ -1918,7 +1918,7 @@ export declare namespace MediaPlayback {
|
|
|
1918
1918
|
* If a Text Track is active (i.e. being displayed), upon receipt of this command, the server shall stop
|
|
1919
1919
|
* displaying it.
|
|
1920
1920
|
*
|
|
1921
|
-
* @see {@link MatterSpecification.
|
|
1921
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.15
|
|
1922
1922
|
*/
|
|
1923
1923
|
readonly deactivateTextTrack: Command<void, void, any>;
|
|
1924
1924
|
};
|
|
@@ -1944,7 +1944,7 @@ export declare namespace MediaPlayback {
|
|
|
1944
1944
|
* returned. If the playback speed has reached the maximum supported speed for media playing backwards, the
|
|
1945
1945
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1946
1946
|
*
|
|
1947
|
-
* @see {@link MatterSpecification.
|
|
1947
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.7
|
|
1948
1948
|
*/
|
|
1949
1949
|
readonly rewind: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1950
1950
|
/**
|
|
@@ -1953,20 +1953,20 @@ export declare namespace MediaPlayback {
|
|
|
1953
1953
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1954
1954
|
* down to a low level and/or unplugged.
|
|
1955
1955
|
*
|
|
1956
|
-
* @see {@link MatterSpecification.
|
|
1956
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.7.1
|
|
1957
1957
|
*/
|
|
1958
1958
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
1959
1959
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1960
1960
|
/**
|
|
1961
1961
|
* This field shall indicate the status of the command which resulted in this response.
|
|
1962
1962
|
*
|
|
1963
|
-
* @see {@link MatterSpecification.
|
|
1963
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
1964
1964
|
*/
|
|
1965
1965
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1966
1966
|
/**
|
|
1967
1967
|
* This field shall indicate Optional app-specific data.
|
|
1968
1968
|
*
|
|
1969
|
-
* @see {@link MatterSpecification.
|
|
1969
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
1970
1970
|
*/
|
|
1971
1971
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1972
1972
|
}>, any>;
|
|
@@ -1985,7 +1985,7 @@ export declare namespace MediaPlayback {
|
|
|
1985
1985
|
* returned. If the playback speed has reached the maximum supported speed for media playing forward, the
|
|
1986
1986
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
1987
1987
|
*
|
|
1988
|
-
* @see {@link MatterSpecification.
|
|
1988
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.8
|
|
1989
1989
|
*/
|
|
1990
1990
|
readonly fastForward: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1991
1991
|
/**
|
|
@@ -1994,20 +1994,20 @@ export declare namespace MediaPlayback {
|
|
|
1994
1994
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
1995
1995
|
* down to a low level and/or unplugged.
|
|
1996
1996
|
*
|
|
1997
|
-
* @see {@link MatterSpecification.
|
|
1997
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.8.1
|
|
1998
1998
|
*/
|
|
1999
1999
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2000
2000
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2001
2001
|
/**
|
|
2002
2002
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2003
2003
|
*
|
|
2004
|
-
* @see {@link MatterSpecification.
|
|
2004
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2005
2005
|
*/
|
|
2006
2006
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2007
2007
|
/**
|
|
2008
2008
|
* This field shall indicate Optional app-specific data.
|
|
2009
2009
|
*
|
|
2010
|
-
* @see {@link MatterSpecification.
|
|
2010
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2011
2011
|
*/
|
|
2012
2012
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2013
2013
|
}>, any>;
|
|
@@ -2028,25 +2028,25 @@ export declare namespace MediaPlayback {
|
|
|
2028
2028
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
2029
2029
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
2030
2030
|
*
|
|
2031
|
-
* @see {@link MatterSpecification.
|
|
2031
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.1
|
|
2032
2032
|
*/
|
|
2033
2033
|
readonly advancedSeek: BitFlag;
|
|
2034
2034
|
/**
|
|
2035
2035
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
2036
2036
|
*
|
|
2037
|
-
* @see {@link MatterSpecification.
|
|
2037
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.2
|
|
2038
2038
|
*/
|
|
2039
2039
|
readonly variableSpeed: BitFlag;
|
|
2040
2040
|
/**
|
|
2041
2041
|
* This feature is for a device or app that supports Text Tracks.
|
|
2042
2042
|
*
|
|
2043
|
-
* @see {@link MatterSpecification.
|
|
2043
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.3
|
|
2044
2044
|
*/
|
|
2045
2045
|
readonly textTracks: BitFlag;
|
|
2046
2046
|
/**
|
|
2047
2047
|
* This feature is for a device or app that supports Audio Tracks.
|
|
2048
2048
|
*
|
|
2049
|
-
* @see {@link MatterSpecification.
|
|
2049
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.4
|
|
2050
2050
|
*/
|
|
2051
2051
|
readonly audioTracks: BitFlag;
|
|
2052
2052
|
/**
|
|
@@ -2056,7 +2056,7 @@ export declare namespace MediaPlayback {
|
|
|
2056
2056
|
*
|
|
2057
2057
|
* A cluster implementing AA shall implement AS.
|
|
2058
2058
|
*
|
|
2059
|
-
* @see {@link MatterSpecification.
|
|
2059
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.5
|
|
2060
2060
|
*/
|
|
2061
2061
|
readonly audioAdvance: BitFlag;
|
|
2062
2062
|
};
|
|
@@ -2066,7 +2066,7 @@ export declare namespace MediaPlayback {
|
|
|
2066
2066
|
*
|
|
2067
2067
|
* During fast-forward, rewind, and other seek operations; this attribute shall be set to PLAYING.
|
|
2068
2068
|
*
|
|
2069
|
-
* @see {@link MatterSpecification.
|
|
2069
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.1
|
|
2070
2070
|
*/
|
|
2071
2071
|
readonly currentState: Attribute<PlaybackState, any>;
|
|
2072
2072
|
};
|
|
@@ -2077,19 +2077,19 @@ export declare namespace MediaPlayback {
|
|
|
2077
2077
|
* Upon receipt, this shall play media. If content is currently in a FastForward or Rewind state. Play shall
|
|
2078
2078
|
* return media to normal playback speed.
|
|
2079
2079
|
*
|
|
2080
|
-
* @see {@link MatterSpecification.
|
|
2080
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.1
|
|
2081
2081
|
*/
|
|
2082
2082
|
readonly play: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2083
2083
|
/**
|
|
2084
2084
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2085
2085
|
*
|
|
2086
|
-
* @see {@link MatterSpecification.
|
|
2086
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2087
2087
|
*/
|
|
2088
2088
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2089
2089
|
/**
|
|
2090
2090
|
* This field shall indicate Optional app-specific data.
|
|
2091
2091
|
*
|
|
2092
|
-
* @see {@link MatterSpecification.
|
|
2092
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2093
2093
|
*/
|
|
2094
2094
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2095
2095
|
}>, any>;
|
|
@@ -2097,19 +2097,19 @@ export declare namespace MediaPlayback {
|
|
|
2097
2097
|
* This command is used to pause playback of the media. Upon receipt, this shall pause playback of the
|
|
2098
2098
|
* media.
|
|
2099
2099
|
*
|
|
2100
|
-
* @see {@link MatterSpecification.
|
|
2100
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.2
|
|
2101
2101
|
*/
|
|
2102
2102
|
readonly pause: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2103
2103
|
/**
|
|
2104
2104
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2105
2105
|
*
|
|
2106
|
-
* @see {@link MatterSpecification.
|
|
2106
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2107
2107
|
*/
|
|
2108
2108
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2109
2109
|
/**
|
|
2110
2110
|
* This field shall indicate Optional app-specific data.
|
|
2111
2111
|
*
|
|
2112
|
-
* @see {@link MatterSpecification.
|
|
2112
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2113
2113
|
*/
|
|
2114
2114
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2115
2115
|
}>, any>;
|
|
@@ -2119,19 +2119,19 @@ export declare namespace MediaPlayback {
|
|
|
2119
2119
|
* Upon receipt, this shall stop playback of the media. User-visible outcome is context-specific. This may
|
|
2120
2120
|
* navigate the user back to the location from where the media was originally launched.
|
|
2121
2121
|
*
|
|
2122
|
-
* @see {@link MatterSpecification.
|
|
2122
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.3
|
|
2123
2123
|
*/
|
|
2124
2124
|
readonly stop: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2125
2125
|
/**
|
|
2126
2126
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2127
2127
|
*
|
|
2128
|
-
* @see {@link MatterSpecification.
|
|
2128
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2129
2129
|
*/
|
|
2130
2130
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2131
2131
|
/**
|
|
2132
2132
|
* This field shall indicate Optional app-specific data.
|
|
2133
2133
|
*
|
|
2134
|
-
* @see {@link MatterSpecification.
|
|
2134
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2135
2135
|
*/
|
|
2136
2136
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2137
2137
|
}>, any>;
|
|
@@ -2139,19 +2139,19 @@ export declare namespace MediaPlayback {
|
|
|
2139
2139
|
* This command is used to start playback of the media from the beginning. Upon receipt, this shall Start
|
|
2140
2140
|
* Over with the current media playback item.
|
|
2141
2141
|
*
|
|
2142
|
-
* @see {@link MatterSpecification.
|
|
2142
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.4
|
|
2143
2143
|
*/
|
|
2144
2144
|
readonly startOver: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2145
2145
|
/**
|
|
2146
2146
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2147
2147
|
*
|
|
2148
|
-
* @see {@link MatterSpecification.
|
|
2148
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2149
2149
|
*/
|
|
2150
2150
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2151
2151
|
/**
|
|
2152
2152
|
* This field shall indicate Optional app-specific data.
|
|
2153
2153
|
*
|
|
2154
|
-
* @see {@link MatterSpecification.
|
|
2154
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2155
2155
|
*/
|
|
2156
2156
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2157
2157
|
}>, any>;
|
|
@@ -2161,19 +2161,19 @@ export declare namespace MediaPlayback {
|
|
|
2161
2161
|
* Upon receipt, this shall cause the handler to be invoked for "Previous". User experience is
|
|
2162
2162
|
* context-specific. This will often Go back to the previous media playback item.
|
|
2163
2163
|
*
|
|
2164
|
-
* @see {@link MatterSpecification.
|
|
2164
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.5
|
|
2165
2165
|
*/
|
|
2166
2166
|
readonly previous: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2167
2167
|
/**
|
|
2168
2168
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2169
2169
|
*
|
|
2170
|
-
* @see {@link MatterSpecification.
|
|
2170
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2171
2171
|
*/
|
|
2172
2172
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2173
2173
|
/**
|
|
2174
2174
|
* This field shall indicate Optional app-specific data.
|
|
2175
2175
|
*
|
|
2176
|
-
* @see {@link MatterSpecification.
|
|
2176
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2177
2177
|
*/
|
|
2178
2178
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2179
2179
|
}>, any>;
|
|
@@ -2183,19 +2183,19 @@ export declare namespace MediaPlayback {
|
|
|
2183
2183
|
* Upon receipt, this shall cause the handler to be invoked for "Next". User experience is context-specific.
|
|
2184
2184
|
* This will often Go forward to the next media playback item.
|
|
2185
2185
|
*
|
|
2186
|
-
* @see {@link MatterSpecification.
|
|
2186
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.6
|
|
2187
2187
|
*/
|
|
2188
2188
|
readonly next: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2189
2189
|
/**
|
|
2190
2190
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2191
2191
|
*
|
|
2192
|
-
* @see {@link MatterSpecification.
|
|
2192
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2193
2193
|
*/
|
|
2194
2194
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2195
2195
|
/**
|
|
2196
2196
|
* This field shall indicate Optional app-specific data.
|
|
2197
2197
|
*
|
|
2198
|
-
* @see {@link MatterSpecification.
|
|
2198
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2199
2199
|
*/
|
|
2200
2200
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2201
2201
|
}>, any>;
|
|
@@ -2204,7 +2204,7 @@ export declare namespace MediaPlayback {
|
|
|
2204
2204
|
*
|
|
2205
2205
|
* Upon receipt, this shall Skip forward in the media by the given number of milliseconds.
|
|
2206
2206
|
*
|
|
2207
|
-
* @see {@link MatterSpecification.
|
|
2207
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.9
|
|
2208
2208
|
*/
|
|
2209
2209
|
readonly skipForward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2210
2210
|
/**
|
|
@@ -2215,20 +2215,20 @@ export declare namespace MediaPlayback {
|
|
|
2215
2215
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
2216
2216
|
* updated on the cluster accordingly.
|
|
2217
2217
|
*
|
|
2218
|
-
* @see {@link MatterSpecification.
|
|
2218
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.9.1
|
|
2219
2219
|
*/
|
|
2220
2220
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2221
2221
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2222
2222
|
/**
|
|
2223
2223
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2224
2224
|
*
|
|
2225
|
-
* @see {@link MatterSpecification.
|
|
2225
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2226
2226
|
*/
|
|
2227
2227
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2228
2228
|
/**
|
|
2229
2229
|
* This field shall indicate Optional app-specific data.
|
|
2230
2230
|
*
|
|
2231
|
-
* @see {@link MatterSpecification.
|
|
2231
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2232
2232
|
*/
|
|
2233
2233
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2234
2234
|
}>, any>;
|
|
@@ -2237,7 +2237,7 @@ export declare namespace MediaPlayback {
|
|
|
2237
2237
|
*
|
|
2238
2238
|
* Upon receipt, this shall Skip backward in the media by the given number of milliseconds.
|
|
2239
2239
|
*
|
|
2240
|
-
* @see {@link MatterSpecification.
|
|
2240
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.10
|
|
2241
2241
|
*/
|
|
2242
2242
|
readonly skipBackward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2243
2243
|
/**
|
|
@@ -2248,20 +2248,20 @@ export declare namespace MediaPlayback {
|
|
|
2248
2248
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
2249
2249
|
* cluster accordingly.
|
|
2250
2250
|
*
|
|
2251
|
-
* @see {@link MatterSpecification.
|
|
2251
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.10.1
|
|
2252
2252
|
*/
|
|
2253
2253
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2254
2254
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2255
2255
|
/**
|
|
2256
2256
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2257
2257
|
*
|
|
2258
|
-
* @see {@link MatterSpecification.
|
|
2258
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2259
2259
|
*/
|
|
2260
2260
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2261
2261
|
/**
|
|
2262
2262
|
* This field shall indicate Optional app-specific data.
|
|
2263
2263
|
*
|
|
2264
|
-
* @see {@link MatterSpecification.
|
|
2264
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2265
2265
|
*/
|
|
2266
2266
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2267
2267
|
}>, any>;
|
|
@@ -2271,14 +2271,14 @@ export declare namespace MediaPlayback {
|
|
|
2271
2271
|
* If supported, this event shall be generated when there is a change in any of the supported attributes of
|
|
2272
2272
|
* the Media Playback cluster.
|
|
2273
2273
|
*
|
|
2274
|
-
* @see {@link MatterSpecification.
|
|
2274
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1
|
|
2275
2275
|
*/
|
|
2276
2276
|
readonly stateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2277
2277
|
/**
|
|
2278
2278
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
2279
2279
|
* same constraint as that attribute.
|
|
2280
2280
|
*
|
|
2281
|
-
* @see {@link MatterSpecification.
|
|
2281
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.1
|
|
2282
2282
|
*/
|
|
2283
2283
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
2284
2284
|
/**
|
|
@@ -2287,7 +2287,7 @@ export declare namespace MediaPlayback {
|
|
|
2287
2287
|
*
|
|
2288
2288
|
* This field value shall be 0 when the value of the StartTime attribute is NULL.
|
|
2289
2289
|
*
|
|
2290
|
-
* @see {@link MatterSpecification.
|
|
2290
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.2
|
|
2291
2291
|
*/
|
|
2292
2292
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2293
2293
|
/**
|
|
@@ -2296,7 +2296,7 @@ export declare namespace MediaPlayback {
|
|
|
2296
2296
|
*
|
|
2297
2297
|
* This field value shall be 0 when the value of the Duration attribute is NULL.
|
|
2298
2298
|
*
|
|
2299
|
-
* @see {@link MatterSpecification.
|
|
2299
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.3
|
|
2300
2300
|
*/
|
|
2301
2301
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2302
2302
|
/**
|
|
@@ -2306,13 +2306,13 @@ export declare namespace MediaPlayback {
|
|
|
2306
2306
|
* The UpdatedAt field value of the PlaybackPositionStruct shall be 0, and the Position field value of the
|
|
2307
2307
|
* PlaybackPositionStruct shall be NULL, when the value of the SampledPosition attribute is NULL.
|
|
2308
2308
|
*
|
|
2309
|
-
* @see {@link MatterSpecification.
|
|
2309
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.4
|
|
2310
2310
|
*/
|
|
2311
2311
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2312
2312
|
/**
|
|
2313
2313
|
* This field shall indicate the time when the position was last updated.
|
|
2314
2314
|
*
|
|
2315
|
-
* @see {@link MatterSpecification.
|
|
2315
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.1
|
|
2316
2316
|
*/
|
|
2317
2317
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2318
2318
|
/**
|
|
@@ -2324,7 +2324,7 @@ export declare namespace MediaPlayback {
|
|
|
2324
2324
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
2325
2325
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
2326
2326
|
*
|
|
2327
|
-
* @see {@link MatterSpecification.
|
|
2327
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.2
|
|
2328
2328
|
*/
|
|
2329
2329
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2330
2330
|
}>>;
|
|
@@ -2332,7 +2332,7 @@ export declare namespace MediaPlayback {
|
|
|
2332
2332
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
2333
2333
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
2334
2334
|
*
|
|
2335
|
-
* @see {@link MatterSpecification.
|
|
2335
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.5
|
|
2336
2336
|
*/
|
|
2337
2337
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2338
2338
|
/**
|
|
@@ -2341,7 +2341,7 @@ export declare namespace MediaPlayback {
|
|
|
2341
2341
|
*
|
|
2342
2342
|
* This field value shall be 0 when the value of the SeekRangeEnd attribute is NULL.
|
|
2343
2343
|
*
|
|
2344
|
-
* @see {@link MatterSpecification.
|
|
2344
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.7
|
|
2345
2345
|
*/
|
|
2346
2346
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2347
2347
|
/**
|
|
@@ -2350,13 +2350,13 @@ export declare namespace MediaPlayback {
|
|
|
2350
2350
|
*
|
|
2351
2351
|
* This field value shall be 0 when the value of the SeekRangeStart attribute is NULL.
|
|
2352
2352
|
*
|
|
2353
|
-
* @see {@link MatterSpecification.
|
|
2353
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.6
|
|
2354
2354
|
*/
|
|
2355
2355
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2356
2356
|
/**
|
|
2357
2357
|
* This field shall indicate Optional app-specific data.
|
|
2358
2358
|
*
|
|
2359
|
-
* @see {@link MatterSpecification.
|
|
2359
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.8
|
|
2360
2360
|
*/
|
|
2361
2361
|
data: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
2362
2362
|
/**
|
|
@@ -2368,7 +2368,7 @@ export declare namespace MediaPlayback {
|
|
|
2368
2368
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
2369
2369
|
* down to a low level and/or unplugged.
|
|
2370
2370
|
*
|
|
2371
|
-
* @see {@link MatterSpecification.
|
|
2371
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.9
|
|
2372
2372
|
*/
|
|
2373
2373
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2374
2374
|
}>, any>;
|
|
@@ -2389,7 +2389,7 @@ export declare namespace MediaPlayback {
|
|
|
2389
2389
|
* video-on-demand). This time is a UTC time. The client needs to handle conversion to local time, as
|
|
2390
2390
|
* required, taking in account time zone and possible local DST offset.
|
|
2391
2391
|
*
|
|
2392
|
-
* @see {@link MatterSpecification.
|
|
2392
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.2
|
|
2393
2393
|
*/
|
|
2394
2394
|
readonly startTime: Attribute<number | bigint | null, any>;
|
|
2395
2395
|
/**
|
|
@@ -2397,7 +2397,7 @@ export declare namespace MediaPlayback {
|
|
|
2397
2397
|
* not applicable (for example, in live streaming content with no known duration). This attribute shall
|
|
2398
2398
|
* never be 0.
|
|
2399
2399
|
*
|
|
2400
|
-
* @see {@link MatterSpecification.
|
|
2400
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.3
|
|
2401
2401
|
*/
|
|
2402
2402
|
readonly duration: Attribute<number | bigint | null, any>;
|
|
2403
2403
|
/**
|
|
@@ -2418,13 +2418,13 @@ export declare namespace MediaPlayback {
|
|
|
2418
2418
|
*
|
|
2419
2419
|
* • Updating of playback speed as a result of explicit request, or as a result of buffering events
|
|
2420
2420
|
*
|
|
2421
|
-
* @see {@link MatterSpecification.
|
|
2421
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.4
|
|
2422
2422
|
*/
|
|
2423
2423
|
readonly sampledPosition: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2424
2424
|
/**
|
|
2425
2425
|
* This field shall indicate the time when the position was last updated.
|
|
2426
2426
|
*
|
|
2427
|
-
* @see {@link MatterSpecification.
|
|
2427
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.1
|
|
2428
2428
|
*/
|
|
2429
2429
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2430
2430
|
/**
|
|
@@ -2436,7 +2436,7 @@ export declare namespace MediaPlayback {
|
|
|
2436
2436
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
2437
2437
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
2438
2438
|
*
|
|
2439
|
-
* @see {@link MatterSpecification.
|
|
2439
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.2
|
|
2440
2440
|
*/
|
|
2441
2441
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2442
2442
|
}> | null, any>;
|
|
@@ -2471,7 +2471,7 @@ export declare namespace MediaPlayback {
|
|
|
2471
2471
|
*
|
|
2472
2472
|
* Following examples illustrate the PlaybackSpeed attribute values in various conditions.
|
|
2473
2473
|
*
|
|
2474
|
-
* @see {@link MatterSpecification.
|
|
2474
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.5
|
|
2475
2475
|
*/
|
|
2476
2476
|
readonly playbackSpeed: Attribute<number, any>;
|
|
2477
2477
|
/**
|
|
@@ -2482,14 +2482,14 @@ export declare namespace MediaPlayback {
|
|
|
2482
2482
|
* truncating fractional milliseconds towards 0. A value of NULL when StartTime is not specified shall
|
|
2483
2483
|
* indicate that seeking forward is not allowed.
|
|
2484
2484
|
*
|
|
2485
|
-
* @see {@link MatterSpecification.
|
|
2485
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.7
|
|
2486
2486
|
*/
|
|
2487
2487
|
readonly seekRangeEnd: Attribute<number | bigint | null, any>;
|
|
2488
2488
|
/**
|
|
2489
2489
|
* Indicates the earliest valid position to which a client may seek back, in milliseconds from start of the
|
|
2490
2490
|
* media. A value of NULL shall indicate that seeking backwards is not allowed.
|
|
2491
2491
|
*
|
|
2492
|
-
* @see {@link MatterSpecification.
|
|
2492
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.6
|
|
2493
2493
|
*/
|
|
2494
2494
|
readonly seekRangeStart: Attribute<number | bigint | null, any>;
|
|
2495
2495
|
};
|
|
@@ -2499,7 +2499,7 @@ export declare namespace MediaPlayback {
|
|
|
2499
2499
|
*
|
|
2500
2500
|
* Upon receipt, this shall change the playback position in the media to the given position.
|
|
2501
2501
|
*
|
|
2502
|
-
* @see {@link MatterSpecification.
|
|
2502
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.11
|
|
2503
2503
|
*/
|
|
2504
2504
|
readonly seek: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2505
2505
|
/**
|
|
@@ -2510,20 +2510,20 @@ export declare namespace MediaPlayback {
|
|
|
2510
2510
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
2511
2511
|
* playback.
|
|
2512
2512
|
*
|
|
2513
|
-
* @see {@link MatterSpecification.
|
|
2513
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.11.1
|
|
2514
2514
|
*/
|
|
2515
2515
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2516
2516
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2517
2517
|
/**
|
|
2518
2518
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2519
2519
|
*
|
|
2520
|
-
* @see {@link MatterSpecification.
|
|
2520
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2521
2521
|
*/
|
|
2522
2522
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2523
2523
|
/**
|
|
2524
2524
|
* This field shall indicate Optional app-specific data.
|
|
2525
2525
|
*
|
|
2526
|
-
* @see {@link MatterSpecification.
|
|
2526
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2527
2527
|
*/
|
|
2528
2528
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2529
2529
|
}>, any>;
|
|
@@ -2539,41 +2539,41 @@ export declare namespace MediaPlayback {
|
|
|
2539
2539
|
* ActiveTrack refers to the Audio track currently set and being used for the streaming media. A value of
|
|
2540
2540
|
* null shall indicate that no Audio Track corresponding to the current media is currently being played.
|
|
2541
2541
|
*
|
|
2542
|
-
* @see {@link MatterSpecification.
|
|
2542
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.8
|
|
2543
2543
|
*/
|
|
2544
2544
|
readonly activeAudioTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2545
2545
|
/**
|
|
2546
2546
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2547
2547
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2548
2548
|
*
|
|
2549
|
-
* @see {@link MatterSpecification.
|
|
2549
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
2550
2550
|
*/
|
|
2551
2551
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2552
2552
|
/**
|
|
2553
2553
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2554
2554
|
*
|
|
2555
|
-
* @see {@link MatterSpecification.
|
|
2555
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
2556
2556
|
*/
|
|
2557
2557
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2558
2558
|
/**
|
|
2559
2559
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2560
2560
|
* identifies the primary language used in the Track.
|
|
2561
2561
|
*
|
|
2562
|
-
* @see {@link MatterSpecification.
|
|
2562
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
2563
2563
|
*/
|
|
2564
2564
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2565
2565
|
/**
|
|
2566
2566
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2567
2567
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2568
2568
|
*
|
|
2569
|
-
* @see {@link MatterSpecification.
|
|
2569
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
2570
2570
|
*/
|
|
2571
2571
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2572
2572
|
/**
|
|
2573
2573
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2574
2574
|
* there is no DisplayName corresponding to the Track.
|
|
2575
2575
|
*
|
|
2576
|
-
* @see {@link MatterSpecification.
|
|
2576
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
2577
2577
|
*/
|
|
2578
2578
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2579
2579
|
}>>;
|
|
@@ -2583,41 +2583,41 @@ export declare namespace MediaPlayback {
|
|
|
2583
2583
|
* value of null shall indicate that no Audio Tracks corresponding to the current media are selectable by
|
|
2584
2584
|
* the client.
|
|
2585
2585
|
*
|
|
2586
|
-
* @see {@link MatterSpecification.
|
|
2586
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.9
|
|
2587
2587
|
*/
|
|
2588
2588
|
readonly availableAudioTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2589
2589
|
/**
|
|
2590
2590
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2591
2591
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2592
2592
|
*
|
|
2593
|
-
* @see {@link MatterSpecification.
|
|
2593
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
2594
2594
|
*/
|
|
2595
2595
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2596
2596
|
/**
|
|
2597
2597
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2598
2598
|
*
|
|
2599
|
-
* @see {@link MatterSpecification.
|
|
2599
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
2600
2600
|
*/
|
|
2601
2601
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2602
2602
|
/**
|
|
2603
2603
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2604
2604
|
* identifies the primary language used in the Track.
|
|
2605
2605
|
*
|
|
2606
|
-
* @see {@link MatterSpecification.
|
|
2606
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
2607
2607
|
*/
|
|
2608
2608
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2609
2609
|
/**
|
|
2610
2610
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2611
2611
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2612
2612
|
*
|
|
2613
|
-
* @see {@link MatterSpecification.
|
|
2613
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
2614
2614
|
*/
|
|
2615
2615
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2616
2616
|
/**
|
|
2617
2617
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2618
2618
|
* there is no DisplayName corresponding to the Track.
|
|
2619
2619
|
*
|
|
2620
|
-
* @see {@link MatterSpecification.
|
|
2620
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
2621
2621
|
*/
|
|
2622
2622
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2623
2623
|
}>>;
|
|
@@ -2632,13 +2632,13 @@ export declare namespace MediaPlayback {
|
|
|
2632
2632
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
2633
2633
|
* the server will return an error status of INVALID_ARGUMENT.
|
|
2634
2634
|
*
|
|
2635
|
-
* @see {@link MatterSpecification.
|
|
2635
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13
|
|
2636
2636
|
*/
|
|
2637
2637
|
readonly activateAudioTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2638
2638
|
/**
|
|
2639
2639
|
* This field shall indicate the Audio Track to activate.
|
|
2640
2640
|
*
|
|
2641
|
-
* @see {@link MatterSpecification.
|
|
2641
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13.1
|
|
2642
2642
|
*/
|
|
2643
2643
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2644
2644
|
/**
|
|
@@ -2647,7 +2647,7 @@ export declare namespace MediaPlayback {
|
|
|
2647
2647
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
2648
2648
|
* output(s) to play the Audio Track on.
|
|
2649
2649
|
*
|
|
2650
|
-
* @see {@link MatterSpecification.
|
|
2650
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13.2
|
|
2651
2651
|
*/
|
|
2652
2652
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
2653
2653
|
}>, void, any>;
|
|
@@ -2664,41 +2664,41 @@ export declare namespace MediaPlayback {
|
|
|
2664
2664
|
* nil. A value of null shall indicate that no Text Track corresponding to the current media is currently
|
|
2665
2665
|
* being displayed.
|
|
2666
2666
|
*
|
|
2667
|
-
* @see {@link MatterSpecification.
|
|
2667
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.10
|
|
2668
2668
|
*/
|
|
2669
2669
|
readonly activeTextTrack: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2670
2670
|
/**
|
|
2671
2671
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2672
2672
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2673
2673
|
*
|
|
2674
|
-
* @see {@link MatterSpecification.
|
|
2674
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
2675
2675
|
*/
|
|
2676
2676
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2677
2677
|
/**
|
|
2678
2678
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2679
2679
|
*
|
|
2680
|
-
* @see {@link MatterSpecification.
|
|
2680
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
2681
2681
|
*/
|
|
2682
2682
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2683
2683
|
/**
|
|
2684
2684
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2685
2685
|
* identifies the primary language used in the Track.
|
|
2686
2686
|
*
|
|
2687
|
-
* @see {@link MatterSpecification.
|
|
2687
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
2688
2688
|
*/
|
|
2689
2689
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2690
2690
|
/**
|
|
2691
2691
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2692
2692
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2693
2693
|
*
|
|
2694
|
-
* @see {@link MatterSpecification.
|
|
2694
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
2695
2695
|
*/
|
|
2696
2696
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2697
2697
|
/**
|
|
2698
2698
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2699
2699
|
* there is no DisplayName corresponding to the Track.
|
|
2700
2700
|
*
|
|
2701
|
-
* @see {@link MatterSpecification.
|
|
2701
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
2702
2702
|
*/
|
|
2703
2703
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2704
2704
|
}>>;
|
|
@@ -2708,41 +2708,41 @@ export declare namespace MediaPlayback {
|
|
|
2708
2708
|
* can be an empty list. A value of null shall indicate that no Text Tracks corresponding to the current
|
|
2709
2709
|
* media are selectable by the client.
|
|
2710
2710
|
*
|
|
2711
|
-
* @see {@link MatterSpecification.
|
|
2711
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.6.11
|
|
2712
2712
|
*/
|
|
2713
2713
|
readonly availableTextTracks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2714
2714
|
/**
|
|
2715
2715
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
2716
2716
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
2717
2717
|
*
|
|
2718
|
-
* @see {@link MatterSpecification.
|
|
2718
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
2719
2719
|
*/
|
|
2720
2720
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2721
2721
|
/**
|
|
2722
2722
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
2723
2723
|
*
|
|
2724
|
-
* @see {@link MatterSpecification.
|
|
2724
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
2725
2725
|
*/
|
|
2726
2726
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2727
2727
|
/**
|
|
2728
2728
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
2729
2729
|
* identifies the primary language used in the Track.
|
|
2730
2730
|
*
|
|
2731
|
-
* @see {@link MatterSpecification.
|
|
2731
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
2732
2732
|
*/
|
|
2733
2733
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2734
2734
|
/**
|
|
2735
2735
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
2736
2736
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
2737
2737
|
*
|
|
2738
|
-
* @see {@link MatterSpecification.
|
|
2738
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
2739
2739
|
*/
|
|
2740
2740
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
2741
2741
|
/**
|
|
2742
2742
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
2743
2743
|
* there is no DisplayName corresponding to the Track.
|
|
2744
2744
|
*
|
|
2745
|
-
* @see {@link MatterSpecification.
|
|
2745
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
2746
2746
|
*/
|
|
2747
2747
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2748
2748
|
}>>;
|
|
@@ -2757,13 +2757,13 @@ export declare namespace MediaPlayback {
|
|
|
2757
2757
|
* correspond to the streaming media OR no media is being streamed at the time of receipt of this command,
|
|
2758
2758
|
* the server shall return an error status of INVALID_ARGUMENT.
|
|
2759
2759
|
*
|
|
2760
|
-
* @see {@link MatterSpecification.
|
|
2760
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.14
|
|
2761
2761
|
*/
|
|
2762
2762
|
readonly activateTextTrack: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2763
2763
|
/**
|
|
2764
2764
|
* This field shall indicate the Text Track to activate.
|
|
2765
2765
|
*
|
|
2766
|
-
* @see {@link MatterSpecification.
|
|
2766
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.14.1
|
|
2767
2767
|
*/
|
|
2768
2768
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
2769
2769
|
}>, void, any>;
|
|
@@ -2773,7 +2773,7 @@ export declare namespace MediaPlayback {
|
|
|
2773
2773
|
* If a Text Track is active (i.e. being displayed), upon receipt of this command, the server shall stop
|
|
2774
2774
|
* displaying it.
|
|
2775
2775
|
*
|
|
2776
|
-
* @see {@link MatterSpecification.
|
|
2776
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.15
|
|
2777
2777
|
*/
|
|
2778
2778
|
readonly deactivateTextTrack: Command<void, void, any>;
|
|
2779
2779
|
};
|
|
@@ -2799,7 +2799,7 @@ export declare namespace MediaPlayback {
|
|
|
2799
2799
|
* returned. If the playback speed has reached the maximum supported speed for media playing backwards, the
|
|
2800
2800
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
2801
2801
|
*
|
|
2802
|
-
* @see {@link MatterSpecification.
|
|
2802
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.7
|
|
2803
2803
|
*/
|
|
2804
2804
|
readonly rewind: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2805
2805
|
/**
|
|
@@ -2808,20 +2808,20 @@ export declare namespace MediaPlayback {
|
|
|
2808
2808
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
2809
2809
|
* down to a low level and/or unplugged.
|
|
2810
2810
|
*
|
|
2811
|
-
* @see {@link MatterSpecification.
|
|
2811
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.7.1
|
|
2812
2812
|
*/
|
|
2813
2813
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2814
2814
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2815
2815
|
/**
|
|
2816
2816
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2817
2817
|
*
|
|
2818
|
-
* @see {@link MatterSpecification.
|
|
2818
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2819
2819
|
*/
|
|
2820
2820
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2821
2821
|
/**
|
|
2822
2822
|
* This field shall indicate Optional app-specific data.
|
|
2823
2823
|
*
|
|
2824
|
-
* @see {@link MatterSpecification.
|
|
2824
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2825
2825
|
*/
|
|
2826
2826
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2827
2827
|
}>, any>;
|
|
@@ -2840,7 +2840,7 @@ export declare namespace MediaPlayback {
|
|
|
2840
2840
|
* returned. If the playback speed has reached the maximum supported speed for media playing forward, the
|
|
2841
2841
|
* status of SPEED_OUT_OF_RANGE shall be returned.
|
|
2842
2842
|
*
|
|
2843
|
-
* @see {@link MatterSpecification.
|
|
2843
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.8
|
|
2844
2844
|
*/
|
|
2845
2845
|
readonly fastForward: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2846
2846
|
/**
|
|
@@ -2849,20 +2849,20 @@ export declare namespace MediaPlayback {
|
|
|
2849
2849
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
2850
2850
|
* down to a low level and/or unplugged.
|
|
2851
2851
|
*
|
|
2852
|
-
* @see {@link MatterSpecification.
|
|
2852
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.8.1
|
|
2853
2853
|
*/
|
|
2854
2854
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
2855
2855
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2856
2856
|
/**
|
|
2857
2857
|
* This field shall indicate the status of the command which resulted in this response.
|
|
2858
2858
|
*
|
|
2859
|
-
* @see {@link MatterSpecification.
|
|
2859
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
2860
2860
|
*/
|
|
2861
2861
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
2862
2862
|
/**
|
|
2863
2863
|
* This field shall indicate Optional app-specific data.
|
|
2864
2864
|
*
|
|
2865
|
-
* @see {@link MatterSpecification.
|
|
2865
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
2866
2866
|
*/
|
|
2867
2867
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2868
2868
|
}>, any>;
|
|
@@ -2880,7 +2880,7 @@ export declare namespace MediaPlayback {
|
|
|
2880
2880
|
* MediaPlaybackCluster supports optional features that you can enable with the MediaPlaybackCluster.with() factory
|
|
2881
2881
|
* method.
|
|
2882
2882
|
*
|
|
2883
|
-
* @see {@link MatterSpecification.
|
|
2883
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10
|
|
2884
2884
|
*/
|
|
2885
2885
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2886
2886
|
}
|
|
@@ -2898,25 +2898,25 @@ export declare namespace MediaPlayback {
|
|
|
2898
2898
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
2899
2899
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
2900
2900
|
*
|
|
2901
|
-
* @see {@link MatterSpecification.
|
|
2901
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.1
|
|
2902
2902
|
*/
|
|
2903
2903
|
readonly advancedSeek: BitFlag;
|
|
2904
2904
|
/**
|
|
2905
2905
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
2906
2906
|
*
|
|
2907
|
-
* @see {@link MatterSpecification.
|
|
2907
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.2
|
|
2908
2908
|
*/
|
|
2909
2909
|
readonly variableSpeed: BitFlag;
|
|
2910
2910
|
/**
|
|
2911
2911
|
* This feature is for a device or app that supports Text Tracks.
|
|
2912
2912
|
*
|
|
2913
|
-
* @see {@link MatterSpecification.
|
|
2913
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.3
|
|
2914
2914
|
*/
|
|
2915
2915
|
readonly textTracks: BitFlag;
|
|
2916
2916
|
/**
|
|
2917
2917
|
* This feature is for a device or app that supports Audio Tracks.
|
|
2918
2918
|
*
|
|
2919
|
-
* @see {@link MatterSpecification.
|
|
2919
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.4
|
|
2920
2920
|
*/
|
|
2921
2921
|
readonly audioTracks: BitFlag;
|
|
2922
2922
|
/**
|
|
@@ -2926,7 +2926,7 @@ export declare namespace MediaPlayback {
|
|
|
2926
2926
|
*
|
|
2927
2927
|
* A cluster implementing AA shall implement AS.
|
|
2928
2928
|
*
|
|
2929
|
-
* @see {@link MatterSpecification.
|
|
2929
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.5
|
|
2930
2930
|
*/
|
|
2931
2931
|
readonly audioAdvance: BitFlag;
|
|
2932
2932
|
};
|
|
@@ -2951,7 +2951,7 @@ export declare namespace MediaPlayback {
|
|
|
2951
2951
|
/**
|
|
2952
2952
|
* This field shall indicate the time when the position was last updated.
|
|
2953
2953
|
*
|
|
2954
|
-
* @see {@link MatterSpecification.
|
|
2954
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.1
|
|
2955
2955
|
*/
|
|
2956
2956
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2957
2957
|
/**
|
|
@@ -2963,7 +2963,7 @@ export declare namespace MediaPlayback {
|
|
|
2963
2963
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
2964
2964
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
2965
2965
|
*
|
|
2966
|
-
* @see {@link MatterSpecification.
|
|
2966
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.2
|
|
2967
2967
|
*/
|
|
2968
2968
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
2969
2969
|
}> | null, any> & {
|
|
@@ -3003,34 +3003,34 @@ export declare namespace MediaPlayback {
|
|
|
3003
3003
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
3004
3004
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
3005
3005
|
*
|
|
3006
|
-
* @see {@link MatterSpecification.
|
|
3006
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
3007
3007
|
*/
|
|
3008
3008
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3009
3009
|
/**
|
|
3010
3010
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
3011
3011
|
*
|
|
3012
|
-
* @see {@link MatterSpecification.
|
|
3012
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
3013
3013
|
*/
|
|
3014
3014
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3015
3015
|
/**
|
|
3016
3016
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
3017
3017
|
* identifies the primary language used in the Track.
|
|
3018
3018
|
*
|
|
3019
|
-
* @see {@link MatterSpecification.
|
|
3019
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
3020
3020
|
*/
|
|
3021
3021
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3022
3022
|
/**
|
|
3023
3023
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
3024
3024
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
3025
3025
|
*
|
|
3026
|
-
* @see {@link MatterSpecification.
|
|
3026
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
3027
3027
|
*/
|
|
3028
3028
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
3029
3029
|
/**
|
|
3030
3030
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
3031
3031
|
* there is no DisplayName corresponding to the Track.
|
|
3032
3032
|
*
|
|
3033
|
-
* @see {@link MatterSpecification.
|
|
3033
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
3034
3034
|
*/
|
|
3035
3035
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
3036
3036
|
}>>;
|
|
@@ -3047,34 +3047,34 @@ export declare namespace MediaPlayback {
|
|
|
3047
3047
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
3048
3048
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
3049
3049
|
*
|
|
3050
|
-
* @see {@link MatterSpecification.
|
|
3050
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
3051
3051
|
*/
|
|
3052
3052
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3053
3053
|
/**
|
|
3054
3054
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
3055
3055
|
*
|
|
3056
|
-
* @see {@link MatterSpecification.
|
|
3056
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
3057
3057
|
*/
|
|
3058
3058
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3059
3059
|
/**
|
|
3060
3060
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
3061
3061
|
* identifies the primary language used in the Track.
|
|
3062
3062
|
*
|
|
3063
|
-
* @see {@link MatterSpecification.
|
|
3063
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
3064
3064
|
*/
|
|
3065
3065
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3066
3066
|
/**
|
|
3067
3067
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
3068
3068
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
3069
3069
|
*
|
|
3070
|
-
* @see {@link MatterSpecification.
|
|
3070
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
3071
3071
|
*/
|
|
3072
3072
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
3073
3073
|
/**
|
|
3074
3074
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
3075
3075
|
* there is no DisplayName corresponding to the Track.
|
|
3076
3076
|
*
|
|
3077
|
-
* @see {@link MatterSpecification.
|
|
3077
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
3078
3078
|
*/
|
|
3079
3079
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
3080
3080
|
}>>;
|
|
@@ -3091,34 +3091,34 @@ export declare namespace MediaPlayback {
|
|
|
3091
3091
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
3092
3092
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
3093
3093
|
*
|
|
3094
|
-
* @see {@link MatterSpecification.
|
|
3094
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
3095
3095
|
*/
|
|
3096
3096
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3097
3097
|
/**
|
|
3098
3098
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
3099
3099
|
*
|
|
3100
|
-
* @see {@link MatterSpecification.
|
|
3100
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
3101
3101
|
*/
|
|
3102
3102
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3103
3103
|
/**
|
|
3104
3104
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
3105
3105
|
* identifies the primary language used in the Track.
|
|
3106
3106
|
*
|
|
3107
|
-
* @see {@link MatterSpecification.
|
|
3107
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
3108
3108
|
*/
|
|
3109
3109
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3110
3110
|
/**
|
|
3111
3111
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
3112
3112
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
3113
3113
|
*
|
|
3114
|
-
* @see {@link MatterSpecification.
|
|
3114
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
3115
3115
|
*/
|
|
3116
3116
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
3117
3117
|
/**
|
|
3118
3118
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
3119
3119
|
* there is no DisplayName corresponding to the Track.
|
|
3120
3120
|
*
|
|
3121
|
-
* @see {@link MatterSpecification.
|
|
3121
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
3122
3122
|
*/
|
|
3123
3123
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
3124
3124
|
}>>;
|
|
@@ -3135,34 +3135,34 @@ export declare namespace MediaPlayback {
|
|
|
3135
3135
|
* This field shall indicate the Identifier for the Track which is unique within the Track catalog. The Track
|
|
3136
3136
|
* catalog contains all the Text/Audio tracks corresponding to the main media content.
|
|
3137
3137
|
*
|
|
3138
|
-
* @see {@link MatterSpecification.
|
|
3138
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.1
|
|
3139
3139
|
*/
|
|
3140
3140
|
id: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3141
3141
|
/**
|
|
3142
3142
|
* This field shall indicate the Attributes associated to the Track, like languageCode.
|
|
3143
3143
|
*
|
|
3144
|
-
* @see {@link MatterSpecification.
|
|
3144
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.5.2
|
|
3145
3145
|
*/
|
|
3146
3146
|
trackAttributes: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3147
3147
|
/**
|
|
3148
3148
|
* The value is a String containing one of the standard Tags for Identifying Languages RFC 5646, which
|
|
3149
3149
|
* identifies the primary language used in the Track.
|
|
3150
3150
|
*
|
|
3151
|
-
* @see {@link MatterSpecification.
|
|
3151
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.1
|
|
3152
3152
|
*/
|
|
3153
3153
|
languageCode: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3154
3154
|
/**
|
|
3155
3155
|
* This is a list of enumerated CharacteristicEnum values that indicate a purpose, trait or feature associated
|
|
3156
3156
|
* with the Track. A value of null shall indicate that there are no Characteristics corresponding to the Track.
|
|
3157
3157
|
*
|
|
3158
|
-
* @see {@link MatterSpecification.
|
|
3158
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.2
|
|
3159
3159
|
*/
|
|
3160
3160
|
characteristics: import("../tlv/TlvObject.js").OptionalFieldType<Characteristic[] | null>;
|
|
3161
3161
|
/**
|
|
3162
3162
|
* The value is a String containing a user displayable name for the Track. A value of null shall indicate that
|
|
3163
3163
|
* there is no DisplayName corresponding to the Track.
|
|
3164
3164
|
*
|
|
3165
|
-
* @see {@link MatterSpecification.
|
|
3165
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.6.3
|
|
3166
3166
|
*/
|
|
3167
3167
|
displayName: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
3168
3168
|
}>>;
|
|
@@ -3182,25 +3182,25 @@ export declare namespace MediaPlayback {
|
|
|
3182
3182
|
* jumping to a specific location using time offsets. This enables clients to implement more advanced media
|
|
3183
3183
|
* seeking behavior in their user interface, for instance a "seek bar".
|
|
3184
3184
|
*
|
|
3185
|
-
* @see {@link MatterSpecification.
|
|
3185
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.1
|
|
3186
3186
|
*/
|
|
3187
3187
|
readonly advancedSeek: BitFlag;
|
|
3188
3188
|
/**
|
|
3189
3189
|
* This feature is for a device which supports variable speed playback on media that supports it.
|
|
3190
3190
|
*
|
|
3191
|
-
* @see {@link MatterSpecification.
|
|
3191
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.2
|
|
3192
3192
|
*/
|
|
3193
3193
|
readonly variableSpeed: BitFlag;
|
|
3194
3194
|
/**
|
|
3195
3195
|
* This feature is for a device or app that supports Text Tracks.
|
|
3196
3196
|
*
|
|
3197
|
-
* @see {@link MatterSpecification.
|
|
3197
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.3
|
|
3198
3198
|
*/
|
|
3199
3199
|
readonly textTracks: BitFlag;
|
|
3200
3200
|
/**
|
|
3201
3201
|
* This feature is for a device or app that supports Audio Tracks.
|
|
3202
3202
|
*
|
|
3203
|
-
* @see {@link MatterSpecification.
|
|
3203
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.4
|
|
3204
3204
|
*/
|
|
3205
3205
|
readonly audioTracks: BitFlag;
|
|
3206
3206
|
/**
|
|
@@ -3210,7 +3210,7 @@ export declare namespace MediaPlayback {
|
|
|
3210
3210
|
*
|
|
3211
3211
|
* A cluster implementing AA shall implement AS.
|
|
3212
3212
|
*
|
|
3213
|
-
* @see {@link MatterSpecification.
|
|
3213
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.4.5
|
|
3214
3214
|
*/
|
|
3215
3215
|
readonly audioAdvance: BitFlag;
|
|
3216
3216
|
}>, never>;
|
|
@@ -3226,20 +3226,20 @@ export declare namespace MediaPlayback {
|
|
|
3226
3226
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
3227
3227
|
* down to a low level and/or unplugged.
|
|
3228
3228
|
*
|
|
3229
|
-
* @see {@link MatterSpecification.
|
|
3229
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.7.1
|
|
3230
3230
|
*/
|
|
3231
3231
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3232
3232
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3233
3233
|
/**
|
|
3234
3234
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3235
3235
|
*
|
|
3236
|
-
* @see {@link MatterSpecification.
|
|
3236
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
3237
3237
|
*/
|
|
3238
3238
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3239
3239
|
/**
|
|
3240
3240
|
* This field shall indicate Optional app-specific data.
|
|
3241
3241
|
*
|
|
3242
|
-
* @see {@link MatterSpecification.
|
|
3242
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
3243
3243
|
*/
|
|
3244
3244
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3245
3245
|
}>, any> & {
|
|
@@ -3257,20 +3257,20 @@ export declare namespace MediaPlayback {
|
|
|
3257
3257
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
3258
3258
|
* down to a low level and/or unplugged.
|
|
3259
3259
|
*
|
|
3260
|
-
* @see {@link MatterSpecification.
|
|
3260
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.8.1
|
|
3261
3261
|
*/
|
|
3262
3262
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3263
3263
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3264
3264
|
/**
|
|
3265
3265
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3266
3266
|
*
|
|
3267
|
-
* @see {@link MatterSpecification.
|
|
3267
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
3268
3268
|
*/
|
|
3269
3269
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3270
3270
|
/**
|
|
3271
3271
|
* This field shall indicate Optional app-specific data.
|
|
3272
3272
|
*
|
|
3273
|
-
* @see {@link MatterSpecification.
|
|
3273
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
3274
3274
|
*/
|
|
3275
3275
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3276
3276
|
}>, any> & {
|
|
@@ -3290,20 +3290,20 @@ export declare namespace MediaPlayback {
|
|
|
3290
3290
|
* the status of SEEK_OUT_OF_RANGE shall be returned and no change shall be made to the position of the
|
|
3291
3291
|
* playback.
|
|
3292
3292
|
*
|
|
3293
|
-
* @see {@link MatterSpecification.
|
|
3293
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.11.1
|
|
3294
3294
|
*/
|
|
3295
3295
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3296
3296
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3297
3297
|
/**
|
|
3298
3298
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3299
3299
|
*
|
|
3300
|
-
* @see {@link MatterSpecification.
|
|
3300
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
3301
3301
|
*/
|
|
3302
3302
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3303
3303
|
/**
|
|
3304
3304
|
* This field shall indicate Optional app-specific data.
|
|
3305
3305
|
*
|
|
3306
|
-
* @see {@link MatterSpecification.
|
|
3306
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
3307
3307
|
*/
|
|
3308
3308
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3309
3309
|
}>, any> & {
|
|
@@ -3318,7 +3318,7 @@ export declare namespace MediaPlayback {
|
|
|
3318
3318
|
/**
|
|
3319
3319
|
* This field shall indicate the Audio Track to activate.
|
|
3320
3320
|
*
|
|
3321
|
-
* @see {@link MatterSpecification.
|
|
3321
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13.1
|
|
3322
3322
|
*/
|
|
3323
3323
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3324
3324
|
/**
|
|
@@ -3327,7 +3327,7 @@ export declare namespace MediaPlayback {
|
|
|
3327
3327
|
* Tracks and only present for Audio Tracks. A value of null shall indicate that the server can choose the audio
|
|
3328
3328
|
* output(s) to play the Audio Track on.
|
|
3329
3329
|
*
|
|
3330
|
-
* @see {@link MatterSpecification.
|
|
3330
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.13.2
|
|
3331
3331
|
*/
|
|
3332
3332
|
audioOutputIndex: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
3333
3333
|
}>, void, any> & {
|
|
@@ -3342,7 +3342,7 @@ export declare namespace MediaPlayback {
|
|
|
3342
3342
|
/**
|
|
3343
3343
|
* This field shall indicate the Text Track to activate.
|
|
3344
3344
|
*
|
|
3345
|
-
* @see {@link MatterSpecification.
|
|
3345
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.14.1
|
|
3346
3346
|
*/
|
|
3347
3347
|
trackId: import("../tlv/TlvObject.js").FieldType<string>;
|
|
3348
3348
|
}>, void, any> & {
|
|
@@ -3367,19 +3367,19 @@ export declare namespace MediaPlayback {
|
|
|
3367
3367
|
* Upon receipt, this shall play media. If content is currently in a FastForward or Rewind state. Play shall
|
|
3368
3368
|
* return media to normal playback speed.
|
|
3369
3369
|
*
|
|
3370
|
-
* @see {@link MatterSpecification.
|
|
3370
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.1
|
|
3371
3371
|
*/
|
|
3372
3372
|
readonly play: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3373
3373
|
/**
|
|
3374
3374
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3375
3375
|
*
|
|
3376
|
-
* @see {@link MatterSpecification.
|
|
3376
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
3377
3377
|
*/
|
|
3378
3378
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3379
3379
|
/**
|
|
3380
3380
|
* This field shall indicate Optional app-specific data.
|
|
3381
3381
|
*
|
|
3382
|
-
* @see {@link MatterSpecification.
|
|
3382
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
3383
3383
|
*/
|
|
3384
3384
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3385
3385
|
}>, any>;
|
|
@@ -3387,19 +3387,19 @@ export declare namespace MediaPlayback {
|
|
|
3387
3387
|
* This command is used to pause playback of the media. Upon receipt, this shall pause playback of the
|
|
3388
3388
|
* media.
|
|
3389
3389
|
*
|
|
3390
|
-
* @see {@link MatterSpecification.
|
|
3390
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.2
|
|
3391
3391
|
*/
|
|
3392
3392
|
readonly pause: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3393
3393
|
/**
|
|
3394
3394
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3395
3395
|
*
|
|
3396
|
-
* @see {@link MatterSpecification.
|
|
3396
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
3397
3397
|
*/
|
|
3398
3398
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3399
3399
|
/**
|
|
3400
3400
|
* This field shall indicate Optional app-specific data.
|
|
3401
3401
|
*
|
|
3402
|
-
* @see {@link MatterSpecification.
|
|
3402
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
3403
3403
|
*/
|
|
3404
3404
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3405
3405
|
}>, any>;
|
|
@@ -3409,19 +3409,19 @@ export declare namespace MediaPlayback {
|
|
|
3409
3409
|
* Upon receipt, this shall stop playback of the media. User-visible outcome is context-specific. This may
|
|
3410
3410
|
* navigate the user back to the location from where the media was originally launched.
|
|
3411
3411
|
*
|
|
3412
|
-
* @see {@link MatterSpecification.
|
|
3412
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.3
|
|
3413
3413
|
*/
|
|
3414
3414
|
readonly stop: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3415
3415
|
/**
|
|
3416
3416
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3417
3417
|
*
|
|
3418
|
-
* @see {@link MatterSpecification.
|
|
3418
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
3419
3419
|
*/
|
|
3420
3420
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3421
3421
|
/**
|
|
3422
3422
|
* This field shall indicate Optional app-specific data.
|
|
3423
3423
|
*
|
|
3424
|
-
* @see {@link MatterSpecification.
|
|
3424
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
3425
3425
|
*/
|
|
3426
3426
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3427
3427
|
}>, any>;
|
|
@@ -3429,19 +3429,19 @@ export declare namespace MediaPlayback {
|
|
|
3429
3429
|
* This command is used to start playback of the media from the beginning. Upon receipt, this shall Start
|
|
3430
3430
|
* Over with the current media playback item.
|
|
3431
3431
|
*
|
|
3432
|
-
* @see {@link MatterSpecification.
|
|
3432
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.4
|
|
3433
3433
|
*/
|
|
3434
3434
|
readonly startOver: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3435
3435
|
/**
|
|
3436
3436
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3437
3437
|
*
|
|
3438
|
-
* @see {@link MatterSpecification.
|
|
3438
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
3439
3439
|
*/
|
|
3440
3440
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3441
3441
|
/**
|
|
3442
3442
|
* This field shall indicate Optional app-specific data.
|
|
3443
3443
|
*
|
|
3444
|
-
* @see {@link MatterSpecification.
|
|
3444
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
3445
3445
|
*/
|
|
3446
3446
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3447
3447
|
}>, any>;
|
|
@@ -3451,19 +3451,19 @@ export declare namespace MediaPlayback {
|
|
|
3451
3451
|
* Upon receipt, this shall cause the handler to be invoked for "Previous". User experience is
|
|
3452
3452
|
* context-specific. This will often Go back to the previous media playback item.
|
|
3453
3453
|
*
|
|
3454
|
-
* @see {@link MatterSpecification.
|
|
3454
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.5
|
|
3455
3455
|
*/
|
|
3456
3456
|
readonly previous: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3457
3457
|
/**
|
|
3458
3458
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3459
3459
|
*
|
|
3460
|
-
* @see {@link MatterSpecification.
|
|
3460
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
3461
3461
|
*/
|
|
3462
3462
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3463
3463
|
/**
|
|
3464
3464
|
* This field shall indicate Optional app-specific data.
|
|
3465
3465
|
*
|
|
3466
|
-
* @see {@link MatterSpecification.
|
|
3466
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
3467
3467
|
*/
|
|
3468
3468
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3469
3469
|
}>, any>;
|
|
@@ -3473,19 +3473,19 @@ export declare namespace MediaPlayback {
|
|
|
3473
3473
|
* Upon receipt, this shall cause the handler to be invoked for "Next". User experience is context-specific.
|
|
3474
3474
|
* This will often Go forward to the next media playback item.
|
|
3475
3475
|
*
|
|
3476
|
-
* @see {@link MatterSpecification.
|
|
3476
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.6
|
|
3477
3477
|
*/
|
|
3478
3478
|
readonly next: OptionalCommand<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3479
3479
|
/**
|
|
3480
3480
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3481
3481
|
*
|
|
3482
|
-
* @see {@link MatterSpecification.
|
|
3482
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
3483
3483
|
*/
|
|
3484
3484
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3485
3485
|
/**
|
|
3486
3486
|
* This field shall indicate Optional app-specific data.
|
|
3487
3487
|
*
|
|
3488
|
-
* @see {@link MatterSpecification.
|
|
3488
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
3489
3489
|
*/
|
|
3490
3490
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3491
3491
|
}>, any>;
|
|
@@ -3494,7 +3494,7 @@ export declare namespace MediaPlayback {
|
|
|
3494
3494
|
*
|
|
3495
3495
|
* Upon receipt, this shall Skip forward in the media by the given number of milliseconds.
|
|
3496
3496
|
*
|
|
3497
|
-
* @see {@link MatterSpecification.
|
|
3497
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.9
|
|
3498
3498
|
*/
|
|
3499
3499
|
readonly skipForward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3500
3500
|
/**
|
|
@@ -3505,20 +3505,20 @@ export declare namespace MediaPlayback {
|
|
|
3505
3505
|
* should be set to that furthest valid position. If the SampledPosition attribute is supported it shall be
|
|
3506
3506
|
* updated on the cluster accordingly.
|
|
3507
3507
|
*
|
|
3508
|
-
* @see {@link MatterSpecification.
|
|
3508
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.9.1
|
|
3509
3509
|
*/
|
|
3510
3510
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3511
3511
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3512
3512
|
/**
|
|
3513
3513
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3514
3514
|
*
|
|
3515
|
-
* @see {@link MatterSpecification.
|
|
3515
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
3516
3516
|
*/
|
|
3517
3517
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3518
3518
|
/**
|
|
3519
3519
|
* This field shall indicate Optional app-specific data.
|
|
3520
3520
|
*
|
|
3521
|
-
* @see {@link MatterSpecification.
|
|
3521
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
3522
3522
|
*/
|
|
3523
3523
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3524
3524
|
}>, any>;
|
|
@@ -3527,7 +3527,7 @@ export declare namespace MediaPlayback {
|
|
|
3527
3527
|
*
|
|
3528
3528
|
* Upon receipt, this shall Skip backward in the media by the given number of milliseconds.
|
|
3529
3529
|
*
|
|
3530
|
-
* @see {@link MatterSpecification.
|
|
3530
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.10
|
|
3531
3531
|
*/
|
|
3532
3532
|
readonly skipBackward: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3533
3533
|
/**
|
|
@@ -3538,20 +3538,20 @@ export declare namespace MediaPlayback {
|
|
|
3538
3538
|
* set to that earliest valid position. If the SampledPosition attribute is supported it shall be updated on the
|
|
3539
3539
|
* cluster accordingly.
|
|
3540
3540
|
*
|
|
3541
|
-
* @see {@link MatterSpecification.
|
|
3541
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.10.1
|
|
3542
3542
|
*/
|
|
3543
3543
|
deltaPositionMilliseconds: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3544
3544
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3545
3545
|
/**
|
|
3546
3546
|
* This field shall indicate the status of the command which resulted in this response.
|
|
3547
3547
|
*
|
|
3548
|
-
* @see {@link MatterSpecification.
|
|
3548
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.1
|
|
3549
3549
|
*/
|
|
3550
3550
|
status: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
3551
3551
|
/**
|
|
3552
3552
|
* This field shall indicate Optional app-specific data.
|
|
3553
3553
|
*
|
|
3554
|
-
* @see {@link MatterSpecification.
|
|
3554
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.7.12.2
|
|
3555
3555
|
*/
|
|
3556
3556
|
data: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3557
3557
|
}>, any>;
|
|
@@ -3561,14 +3561,14 @@ export declare namespace MediaPlayback {
|
|
|
3561
3561
|
* If supported, this event shall be generated when there is a change in any of the supported attributes of
|
|
3562
3562
|
* the Media Playback cluster.
|
|
3563
3563
|
*
|
|
3564
|
-
* @see {@link MatterSpecification.
|
|
3564
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1
|
|
3565
3565
|
*/
|
|
3566
3566
|
readonly stateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3567
3567
|
/**
|
|
3568
3568
|
* This field shall indicate the updated playback state as defined by the CurrentState attribute, and has the
|
|
3569
3569
|
* same constraint as that attribute.
|
|
3570
3570
|
*
|
|
3571
|
-
* @see {@link MatterSpecification.
|
|
3571
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.1
|
|
3572
3572
|
*/
|
|
3573
3573
|
currentState: import("../tlv/TlvObject.js").FieldType<PlaybackState>;
|
|
3574
3574
|
/**
|
|
@@ -3577,7 +3577,7 @@ export declare namespace MediaPlayback {
|
|
|
3577
3577
|
*
|
|
3578
3578
|
* This field value shall be 0 when the value of the StartTime attribute is NULL.
|
|
3579
3579
|
*
|
|
3580
|
-
* @see {@link MatterSpecification.
|
|
3580
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.2
|
|
3581
3581
|
*/
|
|
3582
3582
|
startTime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3583
3583
|
/**
|
|
@@ -3586,7 +3586,7 @@ export declare namespace MediaPlayback {
|
|
|
3586
3586
|
*
|
|
3587
3587
|
* This field value shall be 0 when the value of the Duration attribute is NULL.
|
|
3588
3588
|
*
|
|
3589
|
-
* @see {@link MatterSpecification.
|
|
3589
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.3
|
|
3590
3590
|
*/
|
|
3591
3591
|
duration: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3592
3592
|
/**
|
|
@@ -3596,13 +3596,13 @@ export declare namespace MediaPlayback {
|
|
|
3596
3596
|
* The UpdatedAt field value of the PlaybackPositionStruct shall be 0, and the Position field value of the
|
|
3597
3597
|
* PlaybackPositionStruct shall be NULL, when the value of the SampledPosition attribute is NULL.
|
|
3598
3598
|
*
|
|
3599
|
-
* @see {@link MatterSpecification.
|
|
3599
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.4
|
|
3600
3600
|
*/
|
|
3601
3601
|
sampledPosition: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3602
3602
|
/**
|
|
3603
3603
|
* This field shall indicate the time when the position was last updated.
|
|
3604
3604
|
*
|
|
3605
|
-
* @see {@link MatterSpecification.
|
|
3605
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.1
|
|
3606
3606
|
*/
|
|
3607
3607
|
updatedAt: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3608
3608
|
/**
|
|
@@ -3614,7 +3614,7 @@ export declare namespace MediaPlayback {
|
|
|
3614
3614
|
* A value of null shall indicate that playback position is not applicable for the current state of the media
|
|
3615
3615
|
* playback (For example : Live media with no known duration and where seek is not supported).
|
|
3616
3616
|
*
|
|
3617
|
-
* @see {@link MatterSpecification.
|
|
3617
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.5.4.2
|
|
3618
3618
|
*/
|
|
3619
3619
|
position: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
3620
3620
|
}>>;
|
|
@@ -3622,7 +3622,7 @@ export declare namespace MediaPlayback {
|
|
|
3622
3622
|
* This field shall indicate the updated speed at which the current media is being played as defined by the
|
|
3623
3623
|
* PlaybackSpeed attribute, and has the same constraint as that attribute.
|
|
3624
3624
|
*
|
|
3625
|
-
* @see {@link MatterSpecification.
|
|
3625
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.5
|
|
3626
3626
|
*/
|
|
3627
3627
|
playbackSpeed: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3628
3628
|
/**
|
|
@@ -3631,7 +3631,7 @@ export declare namespace MediaPlayback {
|
|
|
3631
3631
|
*
|
|
3632
3632
|
* This field value shall be 0 when the value of the SeekRangeEnd attribute is NULL.
|
|
3633
3633
|
*
|
|
3634
|
-
* @see {@link MatterSpecification.
|
|
3634
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.7
|
|
3635
3635
|
*/
|
|
3636
3636
|
seekRangeEnd: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3637
3637
|
/**
|
|
@@ -3640,13 +3640,13 @@ export declare namespace MediaPlayback {
|
|
|
3640
3640
|
*
|
|
3641
3641
|
* This field value shall be 0 when the value of the SeekRangeStart attribute is NULL.
|
|
3642
3642
|
*
|
|
3643
|
-
* @see {@link MatterSpecification.
|
|
3643
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.6
|
|
3644
3644
|
*/
|
|
3645
3645
|
seekRangeStart: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3646
3646
|
/**
|
|
3647
3647
|
* This field shall indicate Optional app-specific data.
|
|
3648
3648
|
*
|
|
3649
|
-
* @see {@link MatterSpecification.
|
|
3649
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.8
|
|
3650
3650
|
*/
|
|
3651
3651
|
data: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
3652
3652
|
/**
|
|
@@ -3658,7 +3658,7 @@ export declare namespace MediaPlayback {
|
|
|
3658
3658
|
* A value of true does not guarantee that audio can be heard by the user since the speaker may be muted, turned
|
|
3659
3659
|
* down to a low level and/or unplugged.
|
|
3660
3660
|
*
|
|
3661
|
-
* @see {@link MatterSpecification.
|
|
3661
|
+
* @see {@link MatterSpecification.v142.Cluster} § 6.10.8.1.9
|
|
3662
3662
|
*/
|
|
3663
3663
|
audioAdvanceUnmuted: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
|
|
3664
3664
|
}>, any>;
|