org.ocap.shared.dvr
Class RecordingSpec
java.lang.Object
org.ocap.shared.dvr.RecordingSpec
- Direct Known Subclasses:
- LocatorRecordingSpec, PrivateRecordingSpec, ServiceContextRecordingSpec, ServiceRecordingSpec
public abstract class RecordingSpec
- extends Object
Base class for specifying what to record and how to record it.
RecordingSpec
public RecordingSpec(RecordingProperties properties)
- Constructor.
- Parameters:
properties
- The definition of how the recording is to be done.
getProperties
public RecordingProperties getProperties()
- Return the description of how the recording is to be done.
- Returns:
- The properties to use for the recording.