C# Class TagLib.IFD.IFDTag

Contains the metadata for one IFD (Image File Directory).
Inheritance: TagLib.Image.ImageTag
显示文件 Open project: MediaPortal/MPTagThat Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

Clear() public method

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

IFDTag() public method

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