Show / Hide Table of Contents

Class ID3v1Tag

Wraps an ID3v1 tag

Inheritance
Object
ID3v1Tag
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class ID3v1Tag : object

Fields

Album

Returns the Album (Max 30 characters).

Declaration
public string Album
Field Value
String

Artist

Returns the Artist (Max 30 characters).

Declaration
public string Artist
Field Value
String

genre

Genre ID.

Declaration
public byte genre
Field Value
Byte

Genres

An array of Genres arranged by ID.

Declaration
public static string[] Genres
Field Value
String[]

Title

Returns the Title (Max 30 characters).

Declaration
public string Title
Field Value
String

Year

Returns the Year.

Declaration
public string Year
Field Value
String

Properties

Comment

Gets the Comment.

Declaration
public string Comment { get; }
Property Value
String

Genre

Gets the Genre.

Declaration
public string Genre { get; }
Property Value
String

TrackNo

Gets the Track Number.

Declaration
public int TrackNo { get; }
Property Value
Int32

Methods

Read(Int32)

Reads an ID3v1Tag.

Declaration
public static ID3v1Tag Read(int Channel)
Parameters
Int32 Channel

The Channel to read from.

Returns
ID3v1Tag

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx