//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace TwitchDownloaderWPF.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); public static Settings Default { get { return defaultInstance; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("4")] public int VodDownloadThreads { get { return ((int)(this["VodDownloadThreads"])); } set { this["VodDownloadThreads"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Inter Embedded")] public string Font { get { return ((string)(this["Font"])); } set { this["Font"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("24")] public float FontSize { get { return ((float)(this["FontSize"])); } set { this["FontSize"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool Outline { get { return ((bool)(this["Outline"])); } set { this["Outline"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool Timestamp { get { return ((bool)(this["Timestamp"])); } set { this["Timestamp"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1200")] public int Height { get { return ((int)(this["Height"])); } set { this["Height"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("700")] public int Width { get { return ((int)(this["Width"])); } set { this["Width"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0.2")] public double UpdateTime { get { return ((double)(this["UpdateTime"])); } set { this["UpdateTime"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool FFZEmotes { get { return ((bool)(this["FFZEmotes"])); } set { this["FFZEmotes"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool BTTVEmotes { get { return ((bool)(this["BTTVEmotes"])); } set { this["BTTVEmotes"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool STVEmotes { get { return ((bool)(this["STVEmotes"])); } set { this["STVEmotes"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("255")] public byte BackgroundColorA { get { return ((byte)(this["BackgroundColorA"])); } set { this["BackgroundColorA"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("17")] public byte BackgroundColorR { get { return ((byte)(this["BackgroundColorR"])); } set { this["BackgroundColorR"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("17")] public byte BackgroundColorG { get { return ((byte)(this["BackgroundColorG"])); } set { this["BackgroundColorG"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("17")] public byte BackgroundColorB { get { return ((byte)(this["BackgroundColorB"])); } set { this["BackgroundColorB"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("255")] public byte AlternateBackgroundColorA { get { return ((byte)(this["AlternateBackgroundColorA"])); } set { this["AlternateBackgroundColorA"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("19")] public byte AlternateBackgroundColorR { get { return ((byte)(this["AlternateBackgroundColorR"])); } set { this["AlternateBackgroundColorR"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("19")] public byte AlternateBackgroundColorG { get { return ((byte)(this["AlternateBackgroundColorG"])); } set { this["AlternateBackgroundColorG"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("19")] public byte AlternateBackgroundColorB { get { return ((byte)(this["AlternateBackgroundColorB"])); } set { this["AlternateBackgroundColorB"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("255")] public byte FontColorR { get { return ((byte)(this["FontColorR"])); } set { this["FontColorR"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("255")] public byte FontColorG { get { return ((byte)(this["FontColorG"])); } set { this["FontColorG"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("255")] public byte FontColorB { get { return ((byte)(this["FontColorB"])); } set { this["FontColorB"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("60")] public int Framerate { get { return ((int)(this["Framerate"])); } set { this["Framerate"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("MP4")] public string VideoContainer { get { return ((string)(this["VideoContainer"])); } set { this["VideoContainer"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("H264")] public string VideoCodec { get { return ((string)(this["VideoCodec"])); } set { this["VideoCodec"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string OAuth { get { return ((string)(this["OAuth"])); } set { this["OAuth"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool EncodeCFR { get { return ((bool)(this["EncodeCFR"])); } set { this["EncodeCFR"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool GenerateMask { get { return ((bool)(this["GenerateMask"])); } set { this["GenerateMask"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string TempPath { get { return ((string)(this["TempPath"])); } set { this["TempPath"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool HideDonation { get { return ((bool)(this["HideDonation"])); } set { this["HideDonation"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("[{date_custom=\"M-d-yy\"}] {channel} - {title}")] public string TemplateVod { get { return ((string)(this["TemplateVod"])); } set { this["TemplateVod"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("[{date_custom=\"M-d-yy\"}] {channel} - {title}")] public string TemplateClip { get { return ((string)(this["TemplateClip"])); } set { this["TemplateClip"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("[{date_custom=\"M-d-yy\"}] {channel} - {title} - Chat")] public string TemplateChat { get { return ((string)(this["TemplateChat"])); } set { this["TemplateChat"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool SubMessages { get { return ((bool)(this["SubMessages"])); } set { this["SubMessages"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool UpgradeRequired { get { return ((bool)(this["UpgradeRequired"])); } set { this["UpgradeRequired"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool ChatBadges { get { return ((bool)(this["ChatBadges"])); } set { this["ChatBadges"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("6")] public int LimitVod { get { return ((int)(this["LimitVod"])); } set { this["LimitVod"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("10")] public int LimitClip { get { return ((int)(this["LimitClip"])); } set { this["LimitClip"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("10")] public int LimitChat { get { return ((int)(this["LimitChat"])); } set { this["LimitChat"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("2")] public int LimitRender { get { return ((int)(this["LimitRender"])); } set { this["LimitRender"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string QueueFolder { get { return ((string)(this["QueueFolder"])); } set { this["QueueFolder"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("4")] public int ChatDownloadThreads { get { return ((int)(this["ChatDownloadThreads"])); } set { this["ChatDownloadThreads"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int ChatDownloadType { get { return ((int)(this["ChatDownloadType"])); } set { this["ChatDownloadType"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool ChatEmbedEmotes { get { return ((bool)(this["ChatEmbedEmotes"])); } set { this["ChatEmbedEmotes"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("[]")] public string FfmpegArguments { get { return ((string)(this["FfmpegArguments"])); } set { this["FfmpegArguments"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public double EmoteScale { get { return ((double)(this["EmoteScale"])); } set { this["EmoteScale"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("System")] public string GuiTheme { get { return ((string)(this["GuiTheme"])); } set { this["GuiTheme"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string IgnoreUsersList { get { return ((string)(this["IgnoreUsersList"])); } set { this["IgnoreUsersList"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int ChatBadgeMask { get { return ((int)(this["ChatBadgeMask"])); } set { this["ChatBadgeMask"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool VerboseErrors { get { return ((bool)(this["VerboseErrors"])); } set { this["VerboseErrors"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool ChatEmbedMissing { get { return ((bool)(this["ChatEmbedMissing"])); } set { this["ChatEmbedMissing"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool ChatReplaceEmbeds { get { return ((bool)(this["ChatReplaceEmbeds"])); } set { this["ChatReplaceEmbeds"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool Offline { get { return ((bool)(this["Offline"])); } set { this["Offline"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string BannedWordsList { get { return ((string)(this["BannedWordsList"])); } set { this["BannedWordsList"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public double BadgeScale { get { return ((double)(this["BadgeScale"])); } set { this["BadgeScale"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public double VerticalSpacingScale { get { return ((double)(this["VerticalSpacingScale"])); } set { this["VerticalSpacingScale"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public double EmojiScale { get { return ((double)(this["EmojiScale"])); } set { this["EmojiScale"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public double LeftSpacingScale { get { return ((double)(this["LeftSpacingScale"])); } set { this["LeftSpacingScale"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public double SectionHeightScale { get { return ((double)(this["SectionHeightScale"])); } set { this["SectionHeightScale"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public double WordSpacingScale { get { return ((double)(this["WordSpacingScale"])); } set { this["WordSpacingScale"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public double EmoteSpacingScale { get { return ((double)(this["EmoteSpacingScale"])); } set { this["EmoteSpacingScale"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public double AccentStrokeScale { get { return ((double)(this["AccentStrokeScale"])); } set { this["AccentStrokeScale"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public double AccentIndentScale { get { return ((double)(this["AccentIndentScale"])); } set { this["AccentIndentScale"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool DisperseCommentOffsets { get { return ((bool)(this["DisperseCommentOffsets"])); } set { this["DisperseCommentOffsets"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("en-US")] public string GuiCulture { get { return ((string)(this["GuiCulture"])); } set { this["GuiCulture"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("4096")] public int MaximumBandwidthKib { get { return ((int)(this["MaximumBandwidthKib"])); } set { this["MaximumBandwidthKib"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool ChatRenderSharpening { get { return ((bool)(this["ChatRenderSharpening"])); } set { this["ChatRenderSharpening"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool UTCVideoTime { get { return ((bool)(this["UTCVideoTime"])); } set { this["UTCVideoTime"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("2")] public int RenderEmojiVendor { get { return ((int)(this["RenderEmojiVendor"])); } set { this["RenderEmojiVendor"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public double OutlineScale { get { return ((double)(this["OutlineScale"])); } set { this["OutlineScale"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool DownloadThrottleEnabled { get { return ((bool)(this["DownloadThrottleEnabled"])); } set { this["DownloadThrottleEnabled"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool AlternateMessageBackgrounds { get { return ((bool)(this["AlternateMessageBackgrounds"])); } set { this["AlternateMessageBackgrounds"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool EncodeClipMetadata { get { return ((bool)(this["EncodeClipMetadata"])); } set { this["EncodeClipMetadata"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("30")] public int LogLevels { get { return ((int)(this["LogLevels"])); } set { this["LogLevels"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool AdjustUsernameVisibility { get { return ((bool)(this["AdjustUsernameVisibility"])); } set { this["AdjustUsernameVisibility"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1")] public int VodTrimMode { get { return ((int)(this["VodTrimMode"])); } set { this["VodTrimMode"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int ChatJsonCompression { get { return ((int)(this["ChatJsonCompression"])); } set { this["ChatJsonCompression"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int ChatTextTimestampStyle { get { return ((int)(this["ChatTextTimestampStyle"])); } set { this["ChatTextTimestampStyle"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string PreferredQuality { get { return ((string)(this["PreferredQuality"])); } set { this["PreferredQuality"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("0")] public int FileCollisionBehavior { get { return ((int)(this["FileCollisionBehavior"])); } set { this["FileCollisionBehavior"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool ReduceMotion { get { return ((bool)(this["ReduceMotion"])); } set { this["ReduceMotion"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Collections.Specialized.StringCollection RecentChannels { get { return ((global::System.Collections.Specialized.StringCollection)(this["RecentChannels"])); } set { this["RecentChannels"] = value; } } } }