C# 클래스 TagLib.IFD.IFDTag

Contains the metadata for one IFD (Image File Directory).
상속: TagLib.Image.ImageTag
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the values stored in the current instance.

IFDTag ( ) : System

Constructor. Creates an empty IFD tag. Can be populated manually, or via IFDReader.

비공개 메소드들

메소드 설명
DegreeToRationals ( double angle ) : TagLib.IFD.Entries.Rational[]

Converts a given (positive) angle value to three rationals like they are used to store an angle for GPS data.

InitGpsDirectory ( ) : void

Initilazies the GPS IFD with some basic entries.

메소드 상세

Clear() 공개 메소드

Clears the values stored in the current instance.
public Clear ( ) : void
리턴 void

IFDTag() 공개 메소드

Constructor. Creates an empty IFD tag. Can be populated manually, or via IFDReader.
public IFDTag ( ) : System
리턴 System