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

Contains an Undefined value type, represented by a byte vector
상속: IFDEntry
파일 보기 프로젝트 열기: rubenv/tripod

공개 메소드들

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

Renders the current instance to a ByteVector

UndefinedIFDEntry ( ushort tag, ByteVector data )

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

UndefinedIFDEntry() 공개 메소드

Construcor.
public UndefinedIFDEntry ( ushort tag, ByteVector data )
tag ushort /// A with the tag ID of the entry this instance /// represents ///
data ByteVector /// A to be stored ///