C# Class TagLib.IFD.IFDTag

Contains the metadata for one IFD (Image File Directory).
Inheritance: TagLib.Image.ImageTag
Afficher le fichier Open project: MediaPortal/MPTagThat Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

Clears the values stored in the current instance.
public Clear ( ) : void
Résultat void

IFDTag() public méthode

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