Class Audio
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:UM4RS.Item
Assembly:UM4RS.dll
Syntax
[Table("Audio")]
public class Audio : Item, IDisposable, IBaseEntity
Properties
Album
Declaration
public string Album { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Duration
Duration in Miliseconds
Declaration
public long Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Quality
Declaration
public string Quality { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |