clipgenerator
Class ClipParameters

java.lang.Object
  extended by clipgenerator.ClipParameters

public class ClipParameters
extends java.lang.Object


Field Summary
(package private)  long postSample
          postsample to add to the end of the data in miiliseconds
(package private)  long preSample
          presmaple to add to the start of the data in miiliseconds
(package private)  int rawDataSource
          Index of raw data to make clips from
 
Constructor Summary
ClipParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rawDataSource

int rawDataSource
Index of raw data to make clips from


preSample

long preSample
presmaple to add to the start of the data in miiliseconds


postSample

long postSample
postsample to add to the end of the data in miiliseconds

Constructor Detail

ClipParameters

public ClipParameters()