Class VatRecorder

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----VatRecorder

public class VatRecorder
extends Thread
Records audio packets from vat application. Writes directly to file. Format of file: 1) 4 bytes - Packet Len && Packet Type (timestamp or audio data) 2) data - audio data or offset time, packet len = packet len && Packet Type Mask

Version:
Version 1
Author:
Millie Ives

Constructor Index

 o VatRecorder(String, String, int, int)

Method Index

 o run()

Constructors

 o VatRecorder
 public VatRecorder(String filename,
                    String intaddress,
                    int portnum,
                    int minutes)

Methods

 o run
 public void run()
Overrides:
run in class Thread