Class SoundMeta
Represents sound meta data
Assembly: SlipeClient.dll
Constructors
|
Improve this Doc
View Source
Declaration
public SoundMeta(Sound sound)
Parameters
Type |
Name |
Description |
Sound |
sound |
|
Properties
|
Improve this Doc
View Source
Declaration
public string Album { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string AlbumArtist { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Artist { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Comment { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Composer { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Copyright { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Genre { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string StreamName { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string StreamTitle { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Subtitle { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Title { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Track { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Year { get; }
Property Value