Recorder Class |
Namespace: Flir.Atlas.Live.Recorder
public abstract class Recorder
The Recorder type exposes the following members.
Name | Description | |
---|---|---|
Continue |
Continues an paused recording.
| |
DisableTimeSpan |
Disable time span.
| |
EnableTimeSpan |
Enable time span recording.
| |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Pause |
Pause an on going recording.
| |
Refresh | Obsolete.
Refresh recording properties.
| |
Start |
Start a recording
| |
Stop |
Stops the recording.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Directory |
The used directory for the latest recording.
| |
Extension |
File extension for recordings created from the stream.
| |
FileName |
File name of the latest recording.
| |
FrameCount |
The number of recorded images.
| |
FullPath |
The full path to the recorded file.
| |
IsTimeSpanEnabled |
Is time span enabled.
| |
LostImages |
The number of lost images during the recording.
| |
Status |
The current state of the Recorder.
| |
TimeSpan |
The minimum time span between two recorded images.
|
Name | Description | |
---|---|---|
RecordingStatusChanged |
This event is raised when the recording Status is changed Status.
|