Class MediaInfo
Inheritance
System.Object
MediaInfo
Assembly: MediaBrowser.Model.dll
public class MediaInfo : MediaSourceInfo, IHasProviderIds
Properties
Declaration
public string Album { get; set; }
Property Value
Type |
Description |
System.String |
The album.
|
Gets or sets the album artists.
Declaration
public string[] AlbumArtists { get; set; }
Property Value
Type |
Description |
System.String[] |
The album artists.
|
Declaration
public string[] AlbumTags { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Gets or sets the artists.
Declaration
public string[] Artists { get; set; }
Property Value
Type |
Description |
System.String[] |
The artists.
|
Declaration
public ChapterInfo[] Chapters { get; set; }
Property Value
Gets or sets the studios.
Declaration
public string[] Composers { get; set; }
Property Value
Type |
Description |
System.String[] |
The studios.
|
Declaration
public DateTimeOffset? DateCreated { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Declaration
public string[] Genres { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public int? IndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Gets or sets the official rating.
Declaration
public string OfficialRating { get; set; }
Property Value
Type |
Description |
System.String |
The official rating.
|
Gets or sets the official rating description.
Declaration
public string OfficialRatingDescription { get; set; }
Property Value
Type |
Description |
System.String |
The official rating description.
|
Gets or sets the overview.
Declaration
public string Overview { get; set; }
Property Value
Type |
Description |
System.String |
The overview.
|
Declaration
public int? ParentIndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public BaseItemPerson[] People { get; set; }
Property Value
Declaration
public DateTimeOffset? PremiereDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Declaration
public int? ProductionYear { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public ProviderIdDictionary ProviderIds { get; set; }
Property Value
Declaration
public string[] Studios { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] Tags { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Implements
Extension Methods