org.ocap.dvr
Interface TimeShiftBufferResourceUsage

All Superinterfaces:
ResourceUsage

public interface TimeShiftBufferResourceUsage
extends ResourceUsage

This interface represents a grouping of resources specific to a time-shift buffering performed by an application.


Method Summary
 javax.tv.service.Service getService()
          Gets the Service associated with the set of resources contained in the usage where the last service selection was initiated by the application returned by the base ResourceUsage.getAppID method.
 
Methods inherited from interface org.ocap.resource.ResourceUsage
getAppID, getResource, getResourceNames
 

Method Detail

getService

javax.tv.service.Service getService()
Gets the Service associated with the set of resources contained in the usage where the last service selection was initiated by the application returned by the base ResourceUsage.getAppID method.

Returns:
The Service associated with the resource usage.