Click or drag to resize
Recorder Class
Base class for Recorders.
Inheritance Hierarchy

Namespace: Flir.Atlas.Live.Recorder
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public abstract class Recorder

The Recorder type exposes the following members.

Methods
  NameDescription
Public methodContinue
Continues an paused recording.
Public methodDisableTimeSpan
Disable time span.
Public methodEnableTimeSpan
Enable time span recording.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPause
Pause an on going recording.
Public methodRefresh Obsolete.
Refresh recording properties.
Public methodStart
Start a recording
Public methodStop
Stops the recording.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDirectory
The used directory for the latest recording.
Public propertyExtension
File extension for recordings created from the stream.
Public propertyFileName
File name of the latest recording.
Public propertyFrameCount
The number of recorded images.
Public propertyFullPath
The full path to the recorded file.
Public propertyIsTimeSpanEnabled
Is time span enabled.
Public propertyLostImages
The number of lost images during the recording.
Public propertyStatus
The current state of the Recorder.
Public propertyTimeSpan
The minimum time span between two recorded images.
Top
Events
  NameDescription
Public eventRecordingStatusChanged
This event is raised when the recording Status is changed Status.
Top
See Also