C# 클래스 TagLib.IFD.Entries.UserCommentIFDEntry

Contains an ASCII STRING value.
상속: IFDEntry
파일 보기 프로젝트 열기: rubenv/tripod

공개 프로퍼티들

프로퍼티 타입 설명
COMMENT_ASCII_CODE ByteVector
COMMENT_JIS_CODE ByteVector
COMMENT_UNDEFINED_CODE ByteVector
COMMENT_UNICODE_CODE ByteVector

공개 메소드들

메소드 설명
Render ( bool is_bigendian, uint offset, ushort &type, uint &count ) : ByteVector

Renders the current instance to a ByteVector

UserCommentIFDEntry ( ushort tag, ByteVector data ) : System

Construcor.

UserCommentIFDEntry ( ushort tag, string value ) : System

Construcor.

메소드 상세

Render() 공개 메소드

Renders the current instance to a ByteVector
public Render ( bool is_bigendian, uint offset, ushort &type, uint &count ) : ByteVector
is_bigendian bool /// A indicating the endianess for rendering. ///
offset uint /// A with the offset, the data is stored. ///
type ushort /// A the ID of the type, which is rendered ///
count uint /// A with the count of the values which are /// rendered. ///
리턴 ByteVector

UserCommentIFDEntry() 공개 메소드

Construcor.
public UserCommentIFDEntry ( ushort tag, ByteVector data ) : System
tag ushort /// A with the tag ID of the entry this instance /// represents ///
data ByteVector /// A to be stored ///
리턴 System

UserCommentIFDEntry() 공개 메소드

Construcor.
public UserCommentIFDEntry ( ushort tag, string value ) : System
tag ushort /// A with the tag ID of the entry this instance /// represents ///
value string /// A to be stored ///
리턴 System

프로퍼티 상세

COMMENT_ASCII_CODE 공개적으로 정적으로 프로퍼티

Marker for an ASCII-encoded UserComment tag.
public static ByteVector COMMENT_ASCII_CODE
리턴 ByteVector

COMMENT_JIS_CODE 공개적으로 정적으로 프로퍼티

Marker for a JIS-encoded UserComment tag.
public static ByteVector COMMENT_JIS_CODE
리턴 ByteVector

COMMENT_UNDEFINED_CODE 공개적으로 정적으로 프로퍼티

Marker for a UserComment tag with undefined encoding.
public static ByteVector COMMENT_UNDEFINED_CODE
리턴 ByteVector

COMMENT_UNICODE_CODE 공개적으로 정적으로 프로퍼티

Marker for a UNICODE-encoded UserComment tag.
public static ByteVector COMMENT_UNICODE_CODE
리턴 ByteVector