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 (internal GVP ID) |
| ChannelName | String | Channel Name |
| EndTime | long int | Schedule ending time |
| ID | string | RecordingSchedule unique ID |
| ProgramId | int | ID of program associated to schedule (internal GVP ID) |
| 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": "5221344",
- "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,
- "Type": 1
}
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