RecordingSchedule

From Gvp-public
Revision as of 08:26, 17 September 2014 by Id01213 (talk | contribs)
Jump to navigation Jump to search

Represents a Schedule object, associated with the managing of recordings in the Network PVR service.

Members

Field Data Type Description
ChannelId int Channel ID
ChannelName String Channel Name
EndTime long int Schedule ending time
ID int RecordingSchedule unique ID
ProgramId int ID of program associated to schedule
ProgramName String Program Name
RecordingDuration long int Duration of the recording
RecordingEndTime long int Recording end time (may not coincide with schedule ending time)
RecordingStartTime long int Recording start time (may not coincide with schedule starting time)
RecordingState RecordingScheduleState enum Status of recording
ScheduleId int Schedule unique ID
SeriesId int Series ID (in case of schedule part of a series)
StartTime long int Schedule starting time
Type RecordingScheduleType enum Recording type (entire series or individual episodes)


Example

{

"ID": 312312,
"ChannelId": 235,
"ChannelName": "La1",
"ScheduleId": 5221344,
"ProgramId": 141230462,
"ProgramName": "Telediario-1",
"StartTime": 1341898121,
"EndTime": 1341894239,
"RecordingDuration": 900,
"RecordingStartTime": 1341898121,
"RecordingEndTime": 1341891547,
"RecordingState": 1,
"SeriesId": 0,

}


Known issues

None


Version history

API Version Number Change description Changes author
2.4 Initial data type implementation


See also