RecordingSchedule
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 | Schedule 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 |
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
- EpgLiveSchedule object
- ReducedLiveSchedule object
- LiveSchedule object
- LiveProgram object
- EpgLiveProgram object
- RecordingScheduleState enum
- Network_Pvr_Service for Network PVR Service