Click or drag to resize
ScreenRecorder Methods

The ScreenRecorder type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddFrame
Adds a screenshot of the window specified in Start() to the current recording.
Public methodStatic memberAddFrame(Boolean)
Adds a screenshot of the window specified in Start() to the current recording.
Public methodStatic memberAddFrame(Bitmap)
Adds a frame to the output video. The bitmap will be automatically disposed once it has been encoded.
Public methodStatic memberGetCompressors
Returns information about installed and available compressors (codecs) for a given file format.
Public methodStatic memberPause
Pause the recording.
Public methodStatic memberResume
Resumes a paused recording.
Public methodStatic memberStart(String, IntPtr)
Starts recording the content of window specified by its handle, to the specified file.
Public methodStatic memberStart(String, IntPtr, Boolean)
Starts recording the content of window specified by its handle, to the specified file.
Public methodStatic memberStop
Stops a recording in progress.
Public methodStatic memberStopAsync
Stops a recording in progress.
Top
See Also