AbstractRecordingEntity
On this page
AbstractRecordingEntity ⇐ AbstractEntity
Kind: global abstract class
Extends: AbstractEntity
Entity:
Properties
| Name | Type | Description |
|---|---|---|
| TABLE | string | number | Mandatory |
| PRIMARY_KEY | Object | |
| startPadding | number | Time in ms the recording should begin before it's start date (ie the recording will be started at start-paddingStart) Use an undefined or null value to use the predefined padding start value defined at application level |
| endPadding | number | Time in ms the recording should stop after it's end date (ie the recording will be stop at stop+paddingStop) Use an undefined or null value to use the predefined padding end value defined at application level |
| taskId | string | number | |
| url | string | |
| blocked | boolean | true if current recording is blocked (parental control) |
| protected | boolean | true if current recording is protected (protected from deletion) |
| serieId | string | Id of the series if periodicity is SERIES |
| start | string | Recording start time |
| duration | string | The duration of the recording |
| programs | Array.<AbstractProgramEntity> |