Click or drag to resize
VideoRecorder Class
Records video frames to the disk.
Inheritance Hierarchy

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

The VideoRecorder type exposes the following members.

Methods
  NameDescription
Public methodContinue
Continues an paused recording.
(Inherited from Recorder.)
Public methodDisableTimeSpan
Disable time span.
(Inherited from Recorder.)
Public methodEnableTimeSpan
Enable time span recording.
(Inherited from Recorder.)
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.
(Inherited from Recorder.)
Public methodRefresh Obsolete.
Refresh recording properties.
(Inherited from Recorder.)
Public methodStart
Start a recording
(Inherited from Recorder.)
Public methodStop
Stops the recording.
(Inherited from Recorder.)
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.
(Inherited from Recorder.)
Public propertyExtension
File extension for recordings created from the stream.
(Inherited from Recorder.)
Public propertyFileName
File name of the latest recording.
(Inherited from Recorder.)
Public propertyFrameCount
The number of recorded images.
(Inherited from Recorder.)
Public propertyFullPath
The full path to the recorded file.
(Inherited from Recorder.)
Public propertyIsTimeSpanEnabled
Is time span enabled.
(Inherited from Recorder.)
Public propertyLostImages
The number of lost images during the recording.
(Inherited from Recorder.)
Public propertyStatus
The current state of the Recorder.
(Inherited from Recorder.)
Public propertyTimeSpan
The minimum time span between two recorded images.
(Inherited from Recorder.)
Top
Events
  NameDescription
Public eventRecordingStatusChanged
This event is raised when the recording Status is changed Status.
(Inherited from Recorder.)
Top
See Also