Uses of Interface
org.ocap.shared.dvr.RecordedService

Packages that use RecordedService
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 RecordedService in org.ocap.dvr
 

Subinterfaces of RecordedService in org.ocap.dvr
 interface OcapRecordedService
          This interface represents a RecordedService in OCAP.
 

Uses of RecordedService in org.ocap.shared.dvr
 

Subinterfaces of RecordedService in org.ocap.shared.dvr
 interface SegmentedRecordedService
          This interface a represents a recorded service that has been segmented.
 

Methods in org.ocap.shared.dvr that return RecordedService
 RecordedService[] SegmentedRecordedService.getSegments()
          Gets the segments the recording was split up into.