void SetStretchMode(int mode)
|
Sets the Stretch mode. See below for details.
|
int GetStretchMode()
|
Returns the Stretch mode. See below for details.
|
void SetGrayscale(int enable)
|
Disables Grayscale if enable is set to FALSE. Otherwise it can be enabled using TRUE.
|
int GetGrayscale()
|
Returns TRUE if Stretch mode is enabled, otherwise FALSE.
|
void ToggleGrayscale()
|
Enables Stretch mode or uses the default setting, depending on the current state.
|
void SetGreyscale(int enable)
|
Is the same as SetGrayscale(int enable).
|
int GetGreyscale()
|
Is the same as GetGreyscale().
|
void ToggleGreyscale()
|
Is the same as ToggleGreyscale().
|
void SetRgbw(int enable)
|
Disables the RGB-To-RGBW mode if enable is FALSE, otherwise it can be enabled using TRUE.
|
int GetRgbw()
|
Returns TRUE if RGB-To-RGBW mode is enabled, otherwise FALSE.
|
void ToggleRgbw()
|
Enables RGB-To-RGBW mode or uses the default setting, depending on the current state.
|
void SetFilteringMode(int mode)
|
Sets the Filtering mode. See below for details.
|
int GetFilteringMode()
|
Returns the Filtering mode. See below for details.
|
void SetCaptureCoordinateTop(int coordinate)
|
Sets the Top coordinate of the capture area.
|
int GetCaptureCoordinateTop()
|
Returns the currently set Top coordinate of the capture area.
|
void SetCaptureCoordinateLeft (int coordinate)
|
Sets the Left coordinate of the capture area.
|
int GetCaptureCoordinateLeft()
|
Returns the currently set Left coordinate of the capture area.
|
void SetCaptureAreaWidth(int width)
|
Sets the Width of the capture area.
|
int GetCaptureAreaWidth()
|
Returns the currently set Width of the capture area.
|
void SetCaptureAreaHeight(int height)
|
Sets the Height of the capture area.
|
int GetCaptureAreaHeight()
|
Returns the currently set Height of the capture area.
|
void SetCaptureArea(int left, int top, int width, int height)
|
Sets the whole capture area with its left and top coordinates as well as the required width and height.
|
void SetCaptureFrameRate(float value)
|
Sets the Capture Frame Rate to use for screen capturing. The default value is 50.0.
|
float GetCaptureFrameRate()
|
Returns the currently set Capture Frame Rate.
|
void SetAeroOff()
|
Activates Aero Off.
|
int GetAeroOff()
|
Returns if Aero Off is enabled (1) or disabled (0).
|