Show / Hide Table of Contents

Class DeviceInterval

Class that defines the device interval

Inheritance
System.Object
DeviceInterval
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.MediaCapture.Screenshot
Assembly: Phoenix.Abstractions.MediaCapture.dll
Syntax
public class DeviceInterval

Constructors

View Source

DeviceInterval(IDevice, ScreenshotRefreshInterval)

Initializes a new instance of the DeviceInterval class.

Declaration
public DeviceInterval(IDevice device, ScreenshotRefreshInterval interval)
Parameters
Type Name Description
IDevice device

The device associated with the interval.

ScreenshotRefreshInterval interval

The interval to set this device to refresh to.

Properties

View Source

Device

Gets the device associated with the interval

Declaration
public IDevice Device { get; }
Property Value
Type Description
IDevice
View Source

Interval

Gets the interval.

Declaration
public ScreenshotRefreshInterval Interval { get; }
Property Value
Type Description
ScreenshotRefreshInterval
  • View Source
In This Article
Back to top Generated by DocFX