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
Modifier and TypeFieldDescriptionint
Id of compressor to use to squish data (currently only used in Annotation version, need to add to Integer version).Raw Audio Data source.boolean
output file folder.static final long
int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addClipGenSettings
(ClipGenSetting clipGenSetting) Add a new clip gen setting to the list.void
Clear 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 objecctint
Get a set of data that describes all of the parameters in a classvoid
replace
(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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-