Show / Hide Table of Contents

Enum ScreenshotRefreshInterval

An enumeration set to represent possible screenshot intervals allowed by the screenshot manager in milliseconds.

Namespace: Phoenix.MediaCapture.Screenshot
Assembly: Phoenix.Abstractions.MediaCapture.dll
Syntax
public enum ScreenshotRefreshInterval

Fields

Name Description
EightSeconds

Screenshot refresh interval is eight seconds long.

FourSeconds

Screenshot refresh interval is four seconds long.

HalfSecond

Screenshot refresh interval is half second long.

Inherit

Screenshot refresh interval inherits from the global, otherwise off.

Off

Screenshot refresh interval is off.

OneSecond

Screenshot refresh interval is one second long.

QuarterSecond

Screenshot refresh interval is quarter second long.

TenSeconds

Screenshot refresh interval is ten seconds long.

ThreeQuarterSecond

Screenshot refresh interval is three quarters second long.

TwoSeconds

Screenshot refresh interval is two seconds long.

Extension Methods

ScreenshotRefreshIntervalExtensions.ToTimeSpan()
ScreenshotRefreshIntervalExtensions.ToDisplayString()
  • View Source
In This Article
Back to top Generated by DocFX