Package org.ocap.shared.dvr

The shared DVR API for scheduling and managing recording requests.

See:
          Description

Interface Summary
LeafRecordingRequest This interface represents information corresponding to a leaf level recording request.
ParentRecordingRequest This interface represents information corresponding to a parent recording request.
RecordedService This interface represents the recorded portion of a service that is being recorded or was recorded for a period of time.
RecordingChangedListener Listener to receive changes in the recording list maintained by the RecordingManager.
RecordingRequest This interface represents information corresponding to a recording request.
SegmentedRecordedService This interface a represents a recorded service that has been segmented.
 

Class Summary
DeletionDetails This class contains details about the deletion of a recorded service.
LocatorRecordingSpec Specifies a recording request in terms of one or more Locators.
RecordedServiceType This class represents the service type value for a RecordedService.
RecordingChangedEvent Event used to notify listeners of changes in the list of recording requests maintained by the RecordingManager.
RecordingManager RecordingManager represents the entity that performs recordings.
RecordingPermission Controls access to recording features by an application.
RecordingProperties Base class for specifying properties defining how a recording is to be made.
RecordingSpec Base class for specifying what to record and how to record it.
RecordingTerminatedEvent An Event Notifying that recording has terminated for the ServiceContext.
ServiceContextRecordingSpec Specifies a recording request in terms of what is being presented on a ServiceContext.
ServiceRecordingSpec Specifies a recording request in terms of a Service.
 

Exception Summary
AccessDeniedException Exception thrown when an application is blocked from operating on a RecordingRequest by security attributes associated with that RecordingRequest.
NoMoreDataEntriesException No more data entries allowed for this recording request.
RecordingFailedException This exception is returned when applications call the getFailedException() for a failed recording request or an incomplete recording request.
 

Package org.ocap.shared.dvr Description

The shared DVR API for scheduling and managing recording requests.