C# Class ManagedBass.Tags.ID3v2Tag

Reads ID3v2 Tags.
Afficher le fichier Open project: ManagedBass/ManagedBass Class Usage Examples

Méthodes publiques

Méthode Description
ID3v2Tag ( IntPtr Pointer ) : System

Reads tags from an IntPtr to an ID3v2 block.

ID3v2Tag ( int Channel ) : System

Reads tags from a Channel.

Private Methods

Méthode Description
AddFrame ( string FrameID, int Length ) : bool
AddTextFrame ( string Key, string Value ) : void
GetEncoding ( TextEncodings TEncoding ) : Encoding
IsValidFrameID ( string FrameID ) : bool

Method Details

ID3v2Tag() public méthode

Reads tags from an IntPtr to an ID3v2 block.
public ID3v2Tag ( IntPtr Pointer ) : System
Pointer System.IntPtr
Résultat System

ID3v2Tag() public méthode

Reads tags from a Channel.
public ID3v2Tag ( int Channel ) : System
Channel int
Résultat System