Show / Hide Table of Contents

Class SoundMeta

Represents sound meta data

Inheritance
Object
SoundMeta
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Sounds
Assembly: SlipeClient.dll
Syntax
public class SoundMeta

Constructors

| Improve this Doc View Source

SoundMeta(Sound)

Declaration
public SoundMeta(Sound sound)
Parameters
Type Name Description
Sound sound

Properties

| Improve this Doc View Source

Album

Declaration
public string Album { get; }
Property Value
Type Description
String
| Improve this Doc View Source

AlbumArtist

Declaration
public string AlbumArtist { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Artist

Declaration
public string Artist { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Comment

Declaration
public string Comment { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Composer

Declaration
public string Composer { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Copyright

Declaration
public string Copyright { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Genre

Declaration
public string Genre { get; }
Property Value
Type Description
String
| Improve this Doc View Source

StreamName

Declaration
public string StreamName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

StreamTitle

Declaration
public string StreamTitle { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Subtitle

Declaration
public string Subtitle { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Title

Declaration
public string Title { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Track

Declaration
public string Track { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Year

Declaration
public string Year { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX