Class ID3v1Tag
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class ID3v1Tag : object
Fields
Returns the Album (Max 30 characters).
Declaration
Field Value
Returns the Artist (Max 30 characters).
Declaration
Field Value
An array of Genres arranged by ID.
Declaration
public static string[] Genres
Field Value
Returns the Title (Max 30 characters).
Declaration
Field Value
Properties
Declaration
public string Genre { get; }
Property Value
Declaration
public int TrackNo { get; }
Property Value
Methods
Declaration
public static ID3v1Tag Read(int Channel)
Parameters
|
Int32
Channel
The Channel to read from.
|
Returns