org.ocap.dvr
Interface RecordingResourceUsage
- All Superinterfaces:
- ResourceUsage
public interface RecordingResourceUsage
- extends ResourceUsage
This interface represents a grouping of resources specific to a recording
function performed by an application.
getRecordingRequest
RecordingRequest getRecordingRequest()
- Gets the
RecordingRequest
associated with the set of resources
contained in the usage and initiated by the application returned by the
base ResourceUsage.getAppID method.
- Returns:
- The recording request associated with the resource usage.