Uses of Class
org.ocap.shared.dvr.RecordingSpec

Packages that use RecordingSpec
org.ocap.dvr Provides extension classes and interfaces to the shared DVR APIs. 
org.ocap.shared.dvr The shared DVR API for scheduling and managing recording requests. 
 

Uses of RecordingSpec in org.ocap.dvr
 

Subclasses of RecordingSpec in org.ocap.dvr
 class PrivateRecordingSpec
          Specifies a recording request that can be resolved only by an application defined request resolution handler.
 

Methods in org.ocap.dvr with parameters of type RecordingSpec
abstract  RecordingRequest OcapRecordingManager.record(RecordingSpec source, String[] keys, Serializable[] appData)
          Records the stream or streams according to the source parameter.
abstract  RecordingRequest OcapRecordingManager.resolve(RecordingRequest request, RecordingSpec spec, int resolutionState)
          Schedule a child recording request corresponding to an unresolved or partially resolved recording request.
 

Uses of RecordingSpec in org.ocap.shared.dvr
 

Subclasses of RecordingSpec in org.ocap.shared.dvr
 class LocatorRecordingSpec
          Specifies a recording request in terms of one or more Locators.
 class ServiceContextRecordingSpec
          Specifies a recording request in terms of what is being presented on a ServiceContext.
 class ServiceRecordingSpec
          Specifies a recording request in terms of a Service.
 

Methods in org.ocap.shared.dvr that return RecordingSpec
 RecordingSpec RecordingRequest.getRecordingSpec()
          Returns the RecordingSpec corresponding to the recording request.
 

Methods in org.ocap.shared.dvr with parameters of type RecordingSpec
abstract  RecordingRequest RecordingManager.record(RecordingSpec source)
          Requests the recording of the stream or streams according to the source parameter.
 void RecordingRequest.reschedule(RecordingSpec newRecordingSpec)
          Modify the details of a recording request.