ppt
Class Recorder

java.lang.Object
  extended by ppt.Recorder
All Implemented Interfaces:
RecordFullScreenInterface

public class Recorder
extends java.lang.Object
implements RecordFullScreenInterface


Field Summary
(package private)  java.io.DataOutputStream os
           
(package private)  long startTime
           
 
Constructor Summary
Recorder()
           
Recorder(java.lang.String filename)
           
 
Method Summary
 void close()
           
 void createFile()
           
 void createFile(java.lang.String filename)
           
static void main(java.lang.String[] args)
           
 int write(byte[] packet)
           
 int write(byte[] packet, boolean isRTP)
           
 int write(byte[] packet, int timeStamp)
           
 int write(byte[] packet, int offset, int length, int timeStamp, boolean isRTP)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

os

java.io.DataOutputStream os

startTime

long startTime
Constructor Detail

Recorder

public Recorder(java.lang.String filename)

Recorder

public Recorder()
Method Detail

createFile

public void createFile()

createFile

public void createFile(java.lang.String filename)

write

public int write(byte[] packet,
                 int offset,
                 int length,
                 int timeStamp,
                 boolean isRTP)

write

public int write(byte[] packet,
                 int timeStamp)
Specified by:
write in interface RecordFullScreenInterface

write

public int write(byte[] packet)

write

public int write(byte[] packet,
                 boolean isRTP)

close

public void close()

main

public static void main(java.lang.String[] args)