Uses of Package
org.ocap.dvr.storage

Packages that use org.ocap.dvr.storage
org.ocap.dvr Provides extension classes and interfaces to the shared DVR APIs. 
org.ocap.dvr.storage Provides management and representation of storage for stored media. 
org.ocap.hn Provides interfaces and classes for representing a home network. 
 

Classes in org.ocap.dvr.storage used by org.ocap.dvr
MediaStorageVolume
          This interface represents a media volume on a storage device and is contained within a StorageProxy.
SpaceAllocationHandler
          A class implementing this interface decides whether requests to allocate storage space should be allowed or not.
 

Classes in org.ocap.dvr.storage used by org.ocap.dvr.storage
FreeSpaceListener
          This interface represents a listener that will be notified when a media volume has reached a specified level of remaining free space.
MediaStorageVolume
          This interface represents a media volume on a storage device and is contained within a StorageProxy.
 

Classes in org.ocap.dvr.storage used by org.ocap.hn
MediaStorageVolume
          This interface represents a media volume on a storage device and is contained within a StorageProxy.