Copyright: Copyright (c) 2003
Organization: Stanford University
This class implements common methods for describing data needed to
record/save and retrieve audio recordings.
Usage (hypothetical example):
RecordingData rd = new RecordingData( agent_name, agent_id, course_name,
course_id); log.debug("file" + rd.getFileName() + "." +
rd.getFileExtension());
author: Ed Smiley version: $Id $ |