Show / Hide Table of Contents

Class DVRSettings

Settings class for the DVR module

Inheritance
System.Object
DVRSettings
Namespace: Phoenix.DVR
Assembly: Phoenix.Plugin.DVR.dll
Syntax
[Serializable]
public class DVRSettings : SettingsCategoryBase

Constructors

View Source

DVRSettings()

Initializes a new instance of the DVRSettings class.

Declaration
public DVRSettings()

Properties

View Source

DVRClipRoot

Gets or sets the root folder to save DVR clips in.

Declaration
public string DVRClipRoot { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX