org.ocap.shared.dvr
Class RecordingSpec

java.lang.Object
  extended by org.ocap.shared.dvr.RecordingSpec
Direct Known Subclasses:
CRIDRecordingSpec, DVBRecordingSpec, LocatorRecordingSpec, PrivateRecordingSpec, ServiceContextRecordingSpec, ServiceRecordingSpec

public abstract class RecordingSpec
extends java.lang.Object

Base class for specifying what to record and how to record it.


Constructor Summary
RecordingSpec(RecordingProperties properties)
          Constructor.
 
Method Summary
 RecordingProperties getProperties()
          Return the description of how the recording is to be done.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordingSpec

public RecordingSpec(RecordingProperties properties)
Constructor.

Parameters:
properties - The definition of how the recording is to be done.
Method Detail

getProperties

public RecordingProperties getProperties()
Return the description of how the recording is to be done.

Returns:
The properties to use for the recording.