Property | Type | Description | |
---|---|---|---|
_frameHeader | IdSharp.Tagging.ID3v2.FrameHeader |
Method | Description | |
---|---|---|
GetBytes ( ID3v2TagVersion tagVersion ) : byte[] | ||
GetFrameID ( ID3v2TagVersion tagVersion ) : string | ||
Read ( IdSharp.Tagging.ID3v2.TagReadingInfo tagReadingInfo, |
Method | Description | |
---|---|---|
Frame ( ) : System.ComponentModel | ||
RaisePropertyChanged ( string propertyName ) : void |
Fires the property changed event.
|
public abstract GetBytes ( ID3v2TagVersion tagVersion ) : byte[] | ||
tagVersion | ID3v2TagVersion | |
return | byte[] |
public abstract GetFrameID ( ID3v2TagVersion tagVersion ) : string | ||
tagVersion | ID3v2TagVersion | |
return | string |
protected RaisePropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the property. |
return | void |
public abstract Read ( IdSharp.Tagging.ID3v2.TagReadingInfo tagReadingInfo, |
||
tagReadingInfo | IdSharp.Tagging.ID3v2.TagReadingInfo | |
stream | ||
return | void |