Package clipgenerator
Class ClipSettings
java.lang.Object
clipgenerator.ClipSettings
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
General clip gen settings (file location, etc.
 and list of more detector specific settings.
- Author:
 - Doug Gillespie
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintId of compressor to use to squish data (currently only used in Annotation version, need to add to Integer version).Raw Audio Data source.booleanoutput file folder.static final longintstatic final intstatic final intstatic final intstatic final int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddClipGenSettings(ClipGenSetting clipGenSetting) Add a new clip gen setting to the list.voidClear all clip generator settings.clone()findClipGenSetting(String dataName) Find the clip generator settings for a specific data stream.getClipGenSetting(int i) Get a clip generator setting objecctintGet a set of data that describes all of the parameters in a classvoidreplace(ClipGenSetting oldSetting, ClipGenSetting newSettings)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
STORE_WAVFILES
public static final int STORE_WAVFILES- See Also:
 
 - 
STORE_BINARY
public static final int STORE_BINARY- See Also:
 
 - 
STORE_ANNOTATION
public static final int STORE_ANNOTATION- See Also:
 
 - 
STORE_BOTH
public static final int STORE_BOTH- See Also:
 
 - 
dataSourceName
Raw Audio Data source. - 
outputFolder
output file folder. - 
datedSubFolders
public boolean datedSubFolders - 
storageOption
public int storageOption - 
compressorIndex
public int compressorIndexId of compressor to use to squish data (currently only used in Annotation version, need to add to Integer version). 
 - 
 - 
Constructor Details
- 
ClipSettings
public ClipSettings() 
 - 
 - 
Method Details
- 
clone
 - 
getNumClipGenerators
public int getNumClipGenerators()- Returns:
 - the number of clip generators.
 
 - 
getClipGenSetting
Get a clip generator setting objecct- Parameters:
 i- number of the clip generator- Returns:
 - the slip generator settings
 
 - 
findClipGenSetting
Find the clip generator settings for a specific data stream.- Parameters:
 dataName- data name for the data block.- Returns:
 - clip generator settings, or null if none active.
 
 - 
clearClipGenSettings
public void clearClipGenSettings()Clear all clip generator settings. - 
addClipGenSettings
Add a new clip gen setting to the list.- Parameters:
 clipGenSetting-
 - 
replace
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -