|
void | kodi::addon::ImageDecoderInfoTag::SetWidth (int width) |
| Set the camera manufacturer as string on info tag.
|
|
int | kodi::addon::ImageDecoderInfoTag::GetWidth () const |
| Get image width as pixels.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetHeight (int height) |
| Set the image height as pixels.
|
|
int | kodi::addon::ImageDecoderInfoTag::GetHeight () const |
| Get image height as pixels.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetDistance (int distance) |
| Set the image distance in meters.
|
|
int | kodi::addon::ImageDecoderInfoTag::GetDistance () const |
| Get mage distance in meters.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetColor (ADDON_IMG_COLOR color) |
| Set the image color type.
|
|
ADDON_IMG_COLOR | kodi::addon::ImageDecoderInfoTag::GetColor () const |
| Get image image color type.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetMeteringMode (ADDON_IMG_METERING_MODE metering_mode) |
| Set metering mode.
|
|
ADDON_IMG_METERING_MODE | kodi::addon::ImageDecoderInfoTag::GetMeteringMode () const |
| Get metering mode.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetExposureTime (float exposure_time) |
| Set exposure time.
|
|
float | kodi::addon::ImageDecoderInfoTag::GetExposureTime () const |
| Get exposure time.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetExposureBias (float exposure_bias) |
| Set exposure bias.
|
|
float | kodi::addon::ImageDecoderInfoTag::GetExposureBias () const |
| Get exposure bias.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetExposureProgram (ADDON_IMG_EXPOSURE_PROGRAM exposure_program) |
| Set Exposure program.
|
|
ADDON_IMG_EXPOSURE_PROGRAM | kodi::addon::ImageDecoderInfoTag::GetExposureProgram () const |
| Get Exposure program.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetExposureMode (ADDON_IMG_EXPOSURE_MODE exposure_mode) |
| Set Exposure mode.
|
|
ADDON_IMG_EXPOSURE_MODE | kodi::addon::ImageDecoderInfoTag::GetExposureMode () const |
| Get Exposure mode.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetOrientation (ADDON_IMG_ORIENTATION orientation) |
| Set the orientation.
|
|
ADDON_IMG_ORIENTATION | kodi::addon::ImageDecoderInfoTag::GetOrientation () const |
| Get image orientation.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetTimeCreated (time_t time_created) |
| Set the image creation time in time_t format (number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC).
|
|
time_t | kodi::addon::ImageDecoderInfoTag::GetTimeCreated () const |
| Get image creation time.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetApertureFNumber (float aperture_f_number) |
| Set Aperture F number.
|
|
float | kodi::addon::ImageDecoderInfoTag::GetApertureFNumber () const |
| Get Aperture F number.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetFlashUsed (ADDON_IMG_FLASH_TYPE flash_used) |
| Set to true if image was created with flash.
|
|
ADDON_IMG_FLASH_TYPE | kodi::addon::ImageDecoderInfoTag::GetFlashUsed () const |
| Get info about image was created with flash.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetFocalLength (int focal_length) |
| Set focal length.
|
|
int | kodi::addon::ImageDecoderInfoTag::GetFocalLength () const |
| Get focal length.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetLightSource (ADDON_IMG_LIGHT_SOURCE light_source) |
| Set light source.
|
|
ADDON_IMG_LIGHT_SOURCE | kodi::addon::ImageDecoderInfoTag::GetLightSource () const |
| Get light source.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetFocalLengthIn35mmFormat (int focal_length_in_35mm_format) |
| Set focal length in 35 mm format.
|
|
int | kodi::addon::ImageDecoderInfoTag::GetFocalLengthIn35mmFormat () const |
| Get focal length in 35 mm format.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetDigitalZoomRatio (float digital_zoom_ratio) |
| Set digital zoom ratio.
|
|
float | kodi::addon::ImageDecoderInfoTag::GetDigitalZoomRatio () const |
| Get digital zoom ratio.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetISOSpeed (float iso_speed) |
| Set ISO sensitivity.
|
|
float | kodi::addon::ImageDecoderInfoTag::GetISOSpeed () const |
| Get ISO sensitivity.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetGPSInfo (bool gps_info_present, char latitude_ref, float latitude[3], char longitude_ref, float longitude[3], int altitude_ref, float altitude) |
| Set GPS position information.
|
|
void | kodi::addon::ImageDecoderInfoTag::GetGPSInfo (bool &gps_info_present, char &latitude_ref, float latitude[3], char &longitude_ref, float longitude[3], int &altitude_ref, float &altitude) |
| Get GPS position information.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetCameraManufacturer (const std::string &camera_manufacturer) |
| Set the camera manufacturer as string on info tag.
|
|
const std::string & | kodi::addon::ImageDecoderInfoTag::GetCameraManufacturer () const |
| Get camera manufacturer.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetCameraModel (const std::string &camera_model) |
| Set camera model.
|
|
const std::string & | kodi::addon::ImageDecoderInfoTag::GetCameraModel () const |
| Get camera model.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetAuthor (const std::string &author) |
| Set author.
|
|
const std::string & | kodi::addon::ImageDecoderInfoTag::GetAuthor () const |
| Get author.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetDescription (const std::string &description) |
| Set description.
|
|
const std::string & | kodi::addon::ImageDecoderInfoTag::GetDescription () const |
| Get description.
|
|
void | kodi::addon::ImageDecoderInfoTag::SetCopyright (const std::string ©right) |
| Set copyright.
|
|
const std::string & | kodi::addon::ImageDecoderInfoTag::GetCopyright () const |
| Get copyright.
|
|
This is used to get all the necessary data of audio stream and to have on created files by encoders.