Class MediaMetadata
Inheritance
object
MediaMetadata
Assembly: .dll
[Serializable]
public class MediaMetadata : IEquatable<MediaMetadata>
Fields
|
Edit this page
View Source
Declaration
Field Value
|
Edit this page
View Source
Declaration
public string AlbumArtist
Field Value
|
Edit this page
View Source
Declaration
Field Value
|
Edit this page
View Source
Declaration
Field Value
|
Edit this page
View Source
Declaration
Field Value
|
Edit this page
View Source
Declaration
public string ReleaseDate
Field Value
|
Edit this page
View Source
Declaration
Field Value
Properties
|
Edit this page
View Source
Declaration
public Artwork Artwork { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public static MediaMetadata Empty(MediaItem mediaItem)
Parameters
Returns
|
Edit this page
View Source
Declaration
public static MediaMetadata Empty(int itemIndex, string fileName)
Parameters
Type |
Name |
Description |
int |
itemIndex |
|
string |
fileName |
|
Returns
|
Edit this page
View Source
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(MediaMetadata other)
Parameters
Type |
Name |
Description |
MediaMetadata |
other |
An object to compare with this object.
|
Returns
Type |
Description |
bool |
true if the current object is equal to the other parameter; otherwise, false.
|
|
Edit this page
View Source
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
The object to compare with the current object.
|
Returns
Type |
Description |
bool |
true if the specified object is equal to the current object; otherwise, false.
|
Overrides
object.Equals(object)
|
Edit this page
View Source
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
int |
A hash code for the current object.
|
Overrides
object.GetHashCode()
Implements
System.IEquatable<T>