C# 클래스 TagLib.Id3v2.ExtendedHeader

파일 보기 프로젝트 열기: anyoun/metageta 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : ExtendedHeader

Creates a deep copy of the current instance.

ExtendedHeader ( ) : System

Constructs and initializes a new instance of with no contents.

ExtendedHeader ( ByteVector data, byte version ) : System

Constructs and initializes a new instance of by reading the raw contents from a ByteVector object.

보호된 메소드들

메소드 설명
Parse ( ByteVector data, byte version ) : void

Populates the current instance with the contents of the raw ID3v2 frame.

비공개 메소드들

메소드 설명
ICloneable ( ) : object

메소드 상세

Clone() 공개 메소드

Creates a deep copy of the current instance.
public Clone ( ) : ExtendedHeader
리턴 ExtendedHeader

ExtendedHeader() 공개 메소드

Constructs and initializes a new instance of with no contents.
public ExtendedHeader ( ) : System
리턴 System

ExtendedHeader() 공개 메소드

Constructs and initializes a new instance of by reading the raw contents from a ByteVector object.
public ExtendedHeader ( ByteVector data, byte version ) : System
data ByteVector /// A object containing the raw /// extended header structure. ///
version byte /// A value indicating the ID3v2 version. ///
리턴 System

Parse() 보호된 메소드

Populates the current instance with the contents of the raw ID3v2 frame.
protected Parse ( ByteVector data, byte version ) : void
data ByteVector /// A object containing the raw /// extended header structure. ///
version byte /// A value indicating the ID3v2 version. ///
리턴 void