|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Field Summary | |
---|---|
string | Album |
string | Artist |
string | Comment |
System.Collections.Hashtable | extraTags |
string | Genre |
bool | HasTag |
ClintHeyer.Media.Mp3 | mp3 |
int | TagVersion |
string | Title |
int | TrackNumber |
string | Year |
Constructor Summary | |
---|---|
ID3Tags(ClintHeyer.Media.Mp3 mp3, System.IO.Stream stream) Constructor |
Method Summary | |
---|---|
System.Collections.IDictionary |
ExtraTags() Get extra tags that properties don't expose |
void |
ReadV1Tag(System.IO.Stream stream) Reads ID3v1 MP3 Tag information |
void |
ReadV2Tag(System.IO.Stream stream) Reads ID3v2 MP3 tag information |
void |
ResetTag() Reset |
string |
ToString() Creates a human-readable string representation of object |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone |
Field Detail |
---|
public string Album
public string Artist
public string Comment
protected System.Collections.Hashtable extraTags
public string Genre
public bool HasTag
private ClintHeyer.Media.Mp3 mp3
public int TagVersion
public string Title
public int TrackNumber
public string Year
Constructor Detail |
---|
public ID3Tags(ClintHeyer.Media.Mp3 mp3, System.IO.Stream stream)
Constructor
Parameters:
mp3
- MP3 to readMethod Detail |
---|
public System.Collections.IDictionary ExtraTags()
Get extra tags that properties don't expose
Returns:
protected void ReadV1Tag(System.IO.Stream stream)
Reads ID3v1 MP3 Tag information
protected void ReadV2Tag(System.IO.Stream stream)
Reads ID3v2 MP3 tag information
protected void ResetTag()
Reset
public string ToString()
Creates a human-readable string representation of object
Returns:
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |