Class LiveTvChannel
Inherited Members
Namespace: MediaBrowser.Controller.LiveTv
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class LiveTvChannel : BaseItem, IHasProviderIds, IHasLookupInfo<ItemLookupInfo>, IHasMediaSources
Properties
ChannelMediaType
Declaration
[IgnoreDataMember]
public string ChannelMediaType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnableRememberingTrackSelections
Declaration
[IgnoreDataMember]
public override bool EnableRememberingTrackSelections { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
IsMedia
Declaration
[IgnoreDataMember]
public override bool IsMedia { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
MediaType
Declaration
[IgnoreDataMember]
public override string MediaType { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Number
Gets or sets the number.
Declaration
[IgnoreDataMember]
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String | The number. |
SortIndexNumber
Declaration
[IgnoreDataMember]
public int? SortIndexNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SupportsCollections
Declaration
[IgnoreDataMember]
public override bool SupportsCollections { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsExtras
Declaration
[IgnoreDataMember]
public override bool SupportsExtras { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsGenres
Declaration
[IgnoreDataMember]
public override bool SupportsGenres { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsInheritedParentImages
Declaration
[IgnoreDataMember]
public override bool SupportsInheritedParentImages { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsLocalTrailers
Declaration
[IgnoreDataMember]
public override bool SupportsLocalTrailers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsOwnedItems
Declaration
[IgnoreDataMember]
public override bool SupportsOwnedItems { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsPeople
Declaration
[IgnoreDataMember]
public override bool SupportsPeople { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsTags
Declaration
[IgnoreDataMember]
public override bool SupportsTags { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsThemeMedia
Declaration
[IgnoreDataMember]
public override bool SupportsThemeMedia { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
CanDelete()
Declaration
public override bool CanDelete()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
EnableImageCaching(LibraryOptions)
Declaration
public override bool EnableImageCaching(LibraryOptions libraryOptions)
Parameters
Type | Name | Description |
---|---|---|
LibraryOptions | libraryOptions |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetClientTypeName()
Declaration
public override string GetClientTypeName()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetInternalMetadataPath(String)
Declaration
protected override string GetInternalMetadataPath(string basePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | basePath |
Returns
Type | Description |
---|---|
System.String |
Overrides
GetInternalMetadataPath(String, Guid)
Declaration
public static string GetInternalMetadataPath(string basePath, Guid guid)
Parameters
Type | Name | Description |
---|---|---|
System.String | basePath | |
System.Guid | guid |
Returns
Type | Description |
---|---|
System.String |
GetMediaSources(User, Boolean, Boolean, Boolean, LibraryOptions)
Declaration
public override List<MediaSourceInfo> GetMediaSources(User user, bool enableAlternateMediaSources, bool enablePathSubstitution, bool fillChapters, LibraryOptions libraryOptions)
Parameters
Type | Name | Description |
---|---|---|
User | user | |
System.Boolean | enableAlternateMediaSources | |
System.Boolean | enablePathSubstitution | |
System.Boolean | fillChapters | |
LibraryOptions | libraryOptions |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<MediaSourceInfo> |
Overrides
GetMediaStreams()
Declaration
public override List<MediaStream> GetMediaStreams()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<MediaStream> |