Class LiveTvServiceStatusInfo
Inheritance
System.Object
LiveTvServiceStatusInfo
Namespace: MediaBrowser.Controller.LiveTv
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class LiveTvServiceStatusInfo
Constructors
LiveTvServiceStatusInfo()
Declaration
public LiveTvServiceStatusInfo()
Properties
HasUpdateAvailable
Gets or sets a value indicating whether this instance has update available.
Declaration
public bool HasUpdateAvailable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsVisible
Gets or sets a value indicating whether this instance is visible.
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Status
Gets or sets the status.
Declaration
public LiveTvServiceStatus Status { get; set; }
Property Value
Type | Description |
---|---|
LiveTvServiceStatus | The status. |
StatusMessage
Gets or sets the status message.
Declaration
public string StatusMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The status message. |
Tuners
Gets or sets the tuners.
Declaration
public List<LiveTvTunerInfo> Tuners { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<LiveTvTunerInfo> | The tuners. |
Version
Gets or sets the version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String | The version. |