A data server.
More...
Inherits Component.
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
◆ DataServer() [1/2]
◆ DataServer() [2/2]
◆ Dispose()
override void Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
◆ ExportToCSV()
void ExportToCSV |
( |
bool |
open | ) |
|
|
inline |
Export to CSV.
- Parameters
-
◆ ExportToEAF()
void ExportToEAF |
( |
bool |
open | ) |
|
|
inline |
Export to EAF (ELAN).
- Parameters
-
open | If true open after export. |
◆ ExportToTextGrid()
void ExportToTextGrid |
( |
bool |
open | ) |
|
|
inline |
Export to text grid.
- Parameters
-
open | Open folder with result file if true. |
◆ ExportToXRA()
void ExportToXRA |
( |
bool |
open | ) |
|
|
inline |
Export to XRA (Sppas).
- Parameters
-
open | If true open after export. |
◆ GetContentCSVString()
string GetContentCSVString |
( |
| ) |
|
|
inline |
Gets content CSV string.
- Returns
- The content CSV string.
◆ GetContentHeaderCSVString()
string GetContentHeaderCSVString |
( |
| ) |
|
|
inline |
Gets content header CSV string.
- Returns
- The content header CSV string.
◆ GetFrequencyList()
void GetFrequencyList |
( |
Dictionary< string, int > |
frequencyList, |
|
|
bool |
groupByFiles |
|
) |
| |
|
inline |
Gets frequency list.
- Parameters
-
frequencyList | List of frequencies. |
groupByFiles | true to group by files. |
◆ Annotation
Gets or sets the annotation.
The annotation.
◆ Audio
Gets or sets the audio.
The audio.
◆ InSessionMode
Gets or sets a value indicating whether the in session mode.
true if in session mode, false if not.
◆ LockExistingLayersInSession
bool LockExistingLayersInSession |
|
getset |
Gets or sets a value indicating whether the existing layers in session is locked.
true if lock existing layers in session, false if not.
◆ MainWindowTitleText
string MainWindowTitleText |
|
get |
Gets the main window title text.
The main window title text.
◆ Synchronizer
Gets or sets the synchronizer.
The synchronizer.
◆ AnnotationChanged
ChangedHandler AnnotationChanged |
Event queue for all listeners interested in AnnotationChanged events.
◆ AnnotationModified
ChangedHandler AnnotationModified |
Event queue for all listeners interested in AnnotationModified events.
◆ AnnotationSelectionChanged
SelectionChangedHandler AnnotationSelectionChanged |
Event queue for all listeners interested in AnnotationSelectionChanged events.
◆ AudioChanged
AudioChangedHandler AudioChanged |
Event queue for all listeners interested in AudioChanged events.
◆ AudioModified
ModifiedHandler AudioModified |
Event queue for all listeners interested in AudioModified events.
◆ PlaybackStarted
PlaybackStartedHandler PlaybackStarted |
Event queue for all listeners interested in PlaybackStarted events.
◆ PlaybackStopped
PlaybackStoppedHandler PlaybackStopped |
Event queue for all listeners interested in PlaybackStopped events.
◆ RecordingStarted
RecordingStartedHandler RecordingStarted |
Event queue for all listeners interested in RecordingStarted events.
The documentation for this class was generated from the following files:
- AnnotationPro.Presentation/DataServer.cs
- AnnotationPro.Presentation/DataServer.Designer.cs