public class RecordingConfiguration
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RecordingConfiguration.CaptureScope |
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
AUTOPROGRESS |
|
static java.lang.String |
AUTORECORDING |
|
static java.lang.String |
MANUAL |
| Constructor | Description |
|---|---|
RecordingConfiguration() |
public static java.lang.String MANUAL
public static java.lang.String AUTOPROGRESS
public static java.lang.String AUTORECORDING
public RecordingConfiguration.CaptureScope getCaptureScope()
public void setCaptureScope(RecordingConfiguration.CaptureScope lineOpenScope)
captureScope - the captureScope to setpublic int getPostRecDelay()
public int getPreRecDelay()
public void setPostRecDelay(int d)
d - post recording delay in mspublic void setPreRecDelay(int i)
i - pre-recording delay in mspublic boolean isForcePostRecDelayPhase()
public void setForcePostRecDelayPhase(boolean forcePostRecDelayPhase)
forcePostRecDelayPhase - the forcePostRecDelayPhase to setpublic Format getFormat()
public void setFormat(Format format)
format - recording audio formatpublic boolean getOverwrite()
public void setOverwrite(boolean b)
b - overwrite existing filespublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - recording base directory URLpublic int getNumLines()
public void setNumLines(int i)
i - number of recording lines (not channels)public java.lang.String getLabelExtension()
public void setLabelExtension(java.lang.String string)
public boolean getResetPeakOnRecording()
public void setResetPeakOnRecording(boolean b)
b - true if peak hold display should be reset at start of each recordingpublic boolean getProgressToNextUnrecorded()
public void setProgressToNextUnrecorded(boolean b)
public java.lang.String getMode()
public void setMode(java.lang.String string)
string - recording modepublic PrimaryRecordTarget getPrimaryRecordTarget()
public void setPrimaryRecordTarget(PrimaryRecordTarget primaryRecordTarget)
public boolean isOverwriteWarning()
public void setOverwriteWarning(boolean overwriteWarning)
public boolean isSeamlessAutorecording()
public void setSeamlessAutorecording(boolean seamlessAutorecording)
public ChannelRouting getChannelAssignment()
public void setChannelAssignment(ChannelRouting channelAssignment)
channelAssignment - the channelAssignment to set