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 SourceDeviceInterval(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 SourceDevice
Gets the device associated with the interval
Declaration
public IDevice Device { get; }
Property Value
Type | Description |
---|---|
IDevice |
Interval
Gets the interval.
Declaration
public ScreenshotRefreshInterval Interval { get; }
Property Value
Type | Description |
---|---|
ScreenshotRefreshInterval |