com.tuneology.avm.recorder
Interface MediaRecorder

All Known Subinterfaces:
AudioRecorder, VideoRecorder

public interface MediaRecorder

This class represents a digital media recorder.

Version:
$Id: MediaRecorder.java,v 1.2 2003/05/23 09:42:05 xnarf Exp $
Author:
Fran Taylor

Method Summary
 void close()
           
 java.lang.String getName()
           
 void record(MediaData md, long offset, int msecs)
           
 void stop()
           
 

Method Detail

record

public void record(MediaData md,
                   long offset,
                   int msecs)
            throws java.io.IOException

stop

public void stop()
          throws java.io.IOException

close

public void close()
           throws java.io.IOException

getName

public java.lang.String getName()