AbstractRecordingEntity

AbstractRecordingEntity ⇐ AbstractEntity

Kind: global abstract class
Extends: AbstractEntity
Entity:
Properties

NameTypeDescription
TABLEstring | number

Mandatory

PRIMARY_KEYObject
startPaddingnumber

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

endPaddingnumber

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

taskIdstring | number
urlstring
blockedboolean

true if current recording is blocked (parental control)

protectedboolean

true if current recording is protected (protected from deletion)

serieIdstring

Id of the series if periodicity is SERIES

startstring

Recording start time

durationstring

The duration of the recording

programsArray.<AbstractProgramEntity>