Class MusicVideo
Implements
Inherited Members
Namespace: MediaBrowser.Controller.Entities
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class MusicVideo : Video, IHasProviderIds, IHasLookupInfo<ItemLookupInfo>, IHasMediaSources, IHasArtist, IHasAlbum, IHasMusicAlbum, IHasMusicGenres, IHasLookupInfo<MusicVideoInfo>
Properties
ArtistItems
Gets or sets the artists.
Declaration
[IgnoreDataMember]
public LinkedItemInfo[] ArtistItems { get; set; }
Property Value
Type | Description |
---|---|
LinkedItemInfo[] | The artists. |
Artists
Declaration
[IgnoreDataMember]
public string[] Artists { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Composers
Gets or sets the composers.
Declaration
[IgnoreDataMember]
public LinkedItemInfo[] Composers { get; set; }
Property Value
Type | Description |
---|---|
LinkedItemInfo[] | The composers. |
ImageDisplayParentId
Declaration
[IgnoreDataMember]
public override long ImageDisplayParentId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Overrides
SupportsInheritedParentImages
Declaration
[IgnoreDataMember]
public override bool SupportsInheritedParentImages { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportsResetMetadata
Declaration
[IgnoreDataMember]
public override bool SupportsResetMetadata { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
BeforeMetadataRefresh(Boolean)
Declaration
public override bool BeforeMetadataRefresh(bool replaceAllMetdata)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | replaceAllMetdata |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetDefaultPrimaryImageAspectRatio()
Declaration
public override double GetDefaultPrimaryImageAspectRatio()
Returns
Type | Description |
---|---|
System.Double |
Overrides
GetLookupInfo(LibraryOptions)
Declaration
public MusicVideoInfo GetLookupInfo(LibraryOptions libraryOptions)
Parameters
Type | Name | Description |
---|---|---|
LibraryOptions | libraryOptions |
Returns
Type | Description |
---|---|
MusicVideoInfo |