C# Class ManagedBass.Tags.ID3v2Tag

Reads ID3v2 Tags.
显示文件 Open project: ManagedBass/ManagedBass Class Usage Examples

Public Methods

Method 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

Method 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 method

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

ID3v2Tag() public method

Reads tags from a Channel.
public ID3v2Tag ( int Channel ) : System
Channel int
return System