Click or drag to resize
ScreenRecorder Properties

The ScreenRecorder type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCompression
Get or sets the compression (codec) to be used by the next recording.
Public propertyStatic memberCurrentTime
Gets the current time (in seconds) during recording.
Public propertyStatic memberDroppedFrames
Gets the number of dropped frames in the current recording.
Public propertyStatic memberEnabled
Gets a value that indicates if all preconditions for using the ScreenRecorder are met.
Public propertyStatic memberFileFormat
Gets or sets the ScreenRecorderFileFormat to be used by the next recording.
Public propertyStatic memberFrameRate
Gets or sets the desired framerate (frames per second) of the next recording.
Public propertyStatic memberIncludeMouseCursor
Gets or sets a value that indicates if the mouse cursor should be included in the recording.
Public propertyStatic memberMaxHeight
Gets or sets the maximum height (in pixels) of the video frame.
Public propertyStatic memberMaxWidth
Gets or sets the maximum width (in pixels) of the video frame.
Public propertyStatic memberQuality Obsolete.
Public propertyStatic memberStartTime
Gets or sets a time (in seconds) before which frames should be discarded.
Public propertyStatic memberState
Gets the current state of the ScreenRecorder.
Public propertyStatic memberStopTime
Gets or sets a time (in seconds) after which recording should stopped automatically.
Public propertyStatic memberSynchronizeInvoke Obsolete.
Public propertyStatic memberTotalFrames
Gets the number of frames in the current recording.
Top
See Also