Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ExifInfo Struct Reference

#include <Exif.h>

Public Member Functions

 ExifInfo ()=default
 
 ExifInfo (const ExifInfo &)=default
 
 ExifInfo (ExifInfo &&)=default
 
ExifInfooperator= (const ExifInfo &)=default
 
ExifInfooperator= (ExifInfo &&)=default
 

Public Attributes

std::string CameraMake
 
std::string CameraModel
 
std::string DateTime
 
int Orientation {}
 
int FlashUsed {}
 
float FocalLength {}
 
float ExposureTime {}
 
float ApertureFNumber {}
 
float Distance {}
 
float CCDWidth {}
 
float ExposureBias {}
 
float DigitalZoomRatio {}
 
int FocalLength35mmEquiv {}
 
int Whitebalance {}
 
int MeteringMode {}
 
int ExposureProgram {}
 
int ExposureMode {}
 
int ISOequivalent {}
 
int LightSource {}
 
std::string Comments
 
std::string XPComment
 
std::string Description
 
int GpsInfoPresent {}
 
std::string GpsLat
 
std::string GpsLong
 
std::string GpsAlt
 

Constructor & Destructor Documentation

◆ ExifInfo() [1/3]

ExifInfo::ExifInfo ( )
default

◆ ExifInfo() [2/3]

ExifInfo::ExifInfo ( const ExifInfo & )
default

◆ ExifInfo() [3/3]

ExifInfo::ExifInfo ( ExifInfo && )
default

Member Function Documentation

◆ operator=() [1/2]

ExifInfo & ExifInfo::operator= ( const ExifInfo & )
default

◆ operator=() [2/2]

ExifInfo & ExifInfo::operator= ( ExifInfo && )
default

Member Data Documentation

◆ ApertureFNumber

float ExifInfo::ApertureFNumber {}

◆ CameraMake

std::string ExifInfo::CameraMake

◆ CameraModel

std::string ExifInfo::CameraModel

◆ CCDWidth

float ExifInfo::CCDWidth {}

◆ Comments

std::string ExifInfo::Comments

◆ DateTime

std::string ExifInfo::DateTime

◆ Description

std::string ExifInfo::Description

◆ DigitalZoomRatio

float ExifInfo::DigitalZoomRatio {}

◆ Distance

float ExifInfo::Distance {}

◆ ExposureBias

float ExifInfo::ExposureBias {}

◆ ExposureMode

int ExifInfo::ExposureMode {}

◆ ExposureProgram

int ExifInfo::ExposureProgram {}

◆ ExposureTime

float ExifInfo::ExposureTime {}

◆ FlashUsed

int ExifInfo::FlashUsed {}

◆ FocalLength

float ExifInfo::FocalLength {}

◆ FocalLength35mmEquiv

int ExifInfo::FocalLength35mmEquiv {}

◆ GpsAlt

std::string ExifInfo::GpsAlt

◆ GpsInfoPresent

int ExifInfo::GpsInfoPresent {}

◆ GpsLat

std::string ExifInfo::GpsLat

◆ GpsLong

std::string ExifInfo::GpsLong

◆ ISOequivalent

int ExifInfo::ISOequivalent {}

◆ LightSource

int ExifInfo::LightSource {}

◆ MeteringMode

int ExifInfo::MeteringMode {}

◆ Orientation

int ExifInfo::Orientation {}

◆ Whitebalance

int ExifInfo::Whitebalance {}

◆ XPComment

std::string ExifInfo::XPComment

The documentation for this struct was generated from the following file: