Uses of Interface
org.ocap.dvr.storage.MediaStorageVolume

Packages that use MediaStorageVolume
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. 
 

Uses of MediaStorageVolume in org.ocap.dvr
 

Methods in org.ocap.dvr that return MediaStorageVolume
 MediaStorageVolume OcapRecordingProperties.getDestination()
          Return the volume that represents the storage location of the recording
 

Constructors in org.ocap.dvr with parameters of type MediaStorageVolume
OcapRecordingProperties(byte bitRate, long expirationPeriod, int retentionPriority, byte priorityFlag, ExtendedFileAccessPermissions access, String organization, MediaStorageVolume destination)
          Constructs an immutable instance of OcapRecordingProperties with the specified attributes.
OcapRecordingProperties(byte bitRate, long expirationPeriod, int retentionPriority, byte priorityFlag, ExtendedFileAccessPermissions access, String organization, MediaStorageVolume destination, int resourcePriority)
          Constructs an immutable instance of OcapRecordingProperties with the specified attributes.
 

Uses of MediaStorageVolume in org.ocap.dvr.storage
 

Methods in org.ocap.dvr.storage that return MediaStorageVolume
 MediaStorageVolume MediaStorageOption.allocateMediaVolume(String name, ExtendedFileAccessPermissions fap)
          Allocates a MediaStorageVolume.
 MediaStorageVolume MediaStorageOption.getDefaultRecordingVolume()
          Gets the default volume that the implementation setup as the default recording volume for the containing StorageProxy.
 

Uses of MediaStorageVolume in org.ocap.hn
 

Methods in org.ocap.hn that return MediaStorageVolume
 MediaStorageVolume[] RemoteMediaStorage.getMediaStorageVolumes()
          Gets the MediaStorageVolumes on a remote device.