C# 클래스 ManagedBass.Tags.ID3v2Tag

Reads ID3v2 Tags.
파일 보기 프로젝트 열기: ManagedBass/ManagedBass 1 사용 예제들

공개 메소드들

메소드 설명
ID3v2Tag ( IntPtr Pointer ) : System

Reads tags from an IntPtr to an ID3v2 block.

ID3v2Tag ( int Channel ) : System

Reads tags from a Channel.

비공개 메소드들

메소드 설명
AddFrame ( string FrameID, int Length ) : bool
AddTextFrame ( string Key, string Value ) : void
GetEncoding ( TextEncodings TEncoding ) : Encoding
IsValidFrameID ( string FrameID ) : bool

메소드 상세

ID3v2Tag() 공개 메소드

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

ID3v2Tag() 공개 메소드

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