Class LiveTvTunerInfo
Inheritance
System.Object
LiveTvTunerInfo
Namespace: MediaBrowser.Controller.LiveTv
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class LiveTvTunerInfo
Constructors
LiveTvTunerInfo()
Declaration
public LiveTvTunerInfo()
Properties
CanReset
Gets or sets a value indicating whether this instance can reset.
Declaration
public bool CanReset { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ChannelId
Gets or sets the channel identifier.
Declaration
public string ChannelId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The channel identifier. |
Clients
Gets or sets the clients.
Declaration
public List<string> Clients { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | The clients. |
Id
Gets or sets the identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
ProgramName
Gets or sets the name of the program.
Declaration
public string ProgramName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the program. |
RecordingId
Gets or sets the recording identifier.
Declaration
public string RecordingId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The recording identifier. |
SourceType
Gets or sets the type of the source.
Declaration
public string SourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the source. |
Status
Gets or sets the status.
Declaration
public LiveTvTunerStatus Status { get; set; }
Property Value
Type | Description |
---|---|
LiveTvTunerStatus | The status. |
Url
Gets or sets the URL.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL. |