Difference between revisions of "RecordingScheduleState"

From Gvp-public
Jump to navigation Jump to search
(Created page with "{{Api_Enum_Spec| Description=Enumeration that represents the different states for a Recording Schedule (basic object of the [[UNIAPI_Specification#Network_Pvr_Service|UNIAPI_Spec...")
 
 
(8 intermediate revisions by 3 users not shown)
Line 12: Line 12:
  
 
! 0
 
! 0
 +
{{!}} Undefined
 +
{{!}} Returns all user's recordings regardless of its status.Only valid in OP
 +
{{!}}- valign="top"
 +
 +
! 1
 
{{!}} Scheduled
 
{{!}} Scheduled
 
{{!}} The recording is scheduled on the external platform.
 
{{!}} The recording is scheduled on the external platform.
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
! 1
+
! 2
 
{{!}} Running  
 
{{!}} Running  
 
{{!}} The recording is being made right now. Recording Schedules returned by GetAllRecordingSchedules method can have this state if they are being recorded by the platform during the execution of the method.
 
{{!}} The recording is being made right now. Recording Schedules returned by GetAllRecordingSchedules method can have this state if they are being recorded by the platform during the execution of the method.
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
! 2
+
! 3
{{!}} Recorded
+
{{!}} Finished
 
{{!}} The recording is completed.
 
{{!}} The recording is completed.
{{!}}- valign="top"
 
 
! 3
 
{{!}} Canceled
 
{{!}} The Recording Schedule was canceled and erased from the external platform. CancelRecordingSchedules must be used to move a recordingSchedule from scheduled or running to canceled status.
 
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! 4
 
! 4
{{!}} Deleted
+
{{!}} Cancelled
{{!}} The Recording was successfully deleted from the platform.
+
{{!}} The recording was cancelled.
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
 
! 5
 
! 5
{{!}} Conflicted
+
{{!}} Notified
{{!}} The recording could not be scheduled because it generated a conflict. A Recording Schedule returned by the AddRecordingSchedule method may assume this state if the platform couldn't schedule a recording due to a conflict. This is only of applicability in case of recordings in DVR STB.
+
{{!}} bgcolor="green" {{!}} "New in 7.1" The recording was notified to be scheduled from a Go Device to the STB (only for rPVR service)
 
{{!}}- valign="top"
 
{{!}}- valign="top"
 
! 6
 
{{!}} NotFound
 
{{!}} The Recording Schedule was not found on the platform.
 
{{!}}- valign="top"
 
 
 
{{!}}}
 
{{!}}}
  
Line 61: Line 55:
 
{{!}} Initial implementation
 
{{!}} Initial implementation
 
{{!}}  
 
{{!}}  
 +
{{!}}- valign="top"
 +
! 7.1
 +
{{!}} Add status modified for OpenPlatform RPVR
 +
{{!}} José Manuel Escartín
 
{{!}}}
 
{{!}}}
  

Latest revision as of 14:28, 2 July 2019

Enumeration that represents the different states for a Recording Schedule (basic object of the UNIAPI_Specification#Network_Pvr_Service service.

Values

Value Name Details
0 Undefined Returns all user's recordings regardless of its status.Only valid in OP
1 Scheduled The recording is scheduled on the external platform.
2 Running The recording is being made right now. Recording Schedules returned by GetAllRecordingSchedules method can have this state if they are being recorded by the platform during the execution of the method.
3 Finished The recording is completed.
4 Cancelled The recording was cancelled.
5 Notified "New in 7.1" The recording was notified to be scheduled from a Go Device to the STB (only for rPVR service)


Known issues

None


Version history

API Version Number Change description Changes author
2.4 Initial implementation
7.1 Add status modified for OpenPlatform RPVR José Manuel Escartín


See also