EOSProperty Constants Reference
| Declared in | EOSPropertyObject.h |
EOSProperty
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Definition
typedef NS_OPTIONS(NSUInteger, EOSProperty ) {
EOSProperty_Unknown = kEdsPropID_Unknown,
EOSProperty_ProductName = kEdsPropID_ProductName,
EOSProperty_OwnerName = kEdsPropID_OwnerName,
EOSProperty_MakerName = kEdsPropID_MakerName,
EOSProperty_DateTime = kEdsPropID_DateTime,
EOSProperty_FirmwareVersion = kEdsPropID_FirmwareVersion,
EOSProperty_BatteryLevel = kEdsPropID_BatteryLevel,
EOSProperty_Cfn = kEdsPropID_CFn,
EOSProperty_SaveTo = kEdsPropID_SaveTo,
EOSProperty_CurrentStorage = kEdsPropID_CurrentStorage,
EOSProperty_CurrentFolder = kEdsPropID_CurrentFolder,
EOSProperty_MyMenu = kEdsPropID_MyMenu,
EOSProperty_BatteryQuality = kEdsPropID_BatteryQuality,
EOSProperty_SerialNumber = kEdsPropID_BodyIDEx,
EOSProperty_HDDirectoryStructure = kEdsPropID_HDDirectoryStructure,
EOSProperty_ImageQuality = kEdsPropID_ImageQuality,
EOSProperty_JPEGQuality = kEdsPropID_JpegQuality,
EOSProperty_Orientation = kEdsPropID_Orientation,
EOSProperty_ICCProfile = kEdsPropID_ICCProfile,
EOSProperty_FocusInfo = kEdsPropID_FocusInfo,
EOSProperty_DigitalExposure = kEdsPropID_DigitalExposure,
EOSProperty_WhiteBalance = kEdsPropID_WhiteBalance,
EOSProperty_ColorTemperature = kEdsPropID_ColorTemperature,
EOSProperty_WhiteBalanceShift = kEdsPropID_WhiteBalanceShift,
EOSProperty_Contrast = kEdsPropID_Contrast,
EOSProperty_ColorSaturation = kEdsPropID_ColorSaturation,
EOSProperty_ColorTone = kEdsPropID_ColorTone,
EOSProperty_Sharpness = kEdsPropID_Sharpness,
EOSProperty_ColorSpace = kEdsPropID_ColorSpace,
EOSProperty_ToneCurve = kEdsPropID_ToneCurve,
EOSProperty_PhotoEffect = kEdsPropID_PhotoEffect,
EOSProperty_FilterEffect = kEdsPropID_FilterEffect,
EOSProperty_ToningEffect = kEdsPropID_ToningEffect,
EOSProperty_ParameterSet = kEdsPropID_ParameterSet,
EOSProperty_ColorMatrix = kEdsPropID_ColorMatrix,
EOSProperty_PictureStyle = kEdsPropID_PictureStyle,
EOSProperty_PictureStyleDesc = kEdsPropID_PictureStyleDesc,
EOSProperty_PictureStyleCaption = kEdsPropID_PictureStyleCaption,
EOSProperty_Linear = kEdsPropID_Linear,
EOSProperty_WhiteBalanceClickPosition = kEdsPropID_ClickWBPoint,
EOSProperty_WhiteBalanceCoeffs = kEdsPropID_WBCoeffs,
EOSProperty_GPSVersionID = kEdsPropID_GPSVersionID,
EOSProperty_GPSLatitudeRef = kEdsPropID_GPSLatitudeRef,
EOSProperty_GPSLatitude = kEdsPropID_GPSLatitude,
EOSProperty_GPSLongitudeRef = kEdsPropID_GPSLongitudeRef,
EOSProperty_GPSLongitude = kEdsPropID_GPSLongitude,
EOSProperty_GPSAltitudeRef = kEdsPropID_GPSAltitudeRef,
EOSProperty_GPSAltitude = kEdsPropID_GPSAltitude,
EOSProperty_GPSTimeStamp = kEdsPropID_GPSTimeStamp,
EOSProperty_GPSSatellites = kEdsPropID_GPSSatellites,
EOSProperty_GPSStatus = kEdsPropID_GPSStatus,
EOSProperty_GPSMapDatum = kEdsPropID_GPSMapDatum,
EOSProperty_GPSDateStamp = kEdsPropID_GPSDateStamp,
EOSProperty_AtCaptureFlag = kEdsPropID_AtCapture_Flag,
EOSProperty_AEMode = kEdsPropID_AEMode,
EOSProperty_DriveMode = kEdsPropID_DriveMode,
EOSProperty_ISOSpeed = kEdsPropID_ISOSpeed,
EOSProperty_MeteringMode = kEdsPropID_MeteringMode,
EOSProperty_AFMode = kEdsPropID_AFMode,
EOSProperty_Aperture = kEdsPropID_Av,
EOSProperty_ShutterSpeed = kEdsPropID_Tv,
EOSProperty_ExposureCompensation = kEdsPropID_ExposureCompensation,
EOSProperty_FlashCompensation = kEdsPropID_FlashCompensation,
EOSProperty_FocalLength = kEdsPropID_FocalLength,
EOSProperty_AvailableShots = kEdsPropID_AvailableShots,
EOSProperty_Bracket = kEdsPropID_Bracket,
EOSProperty_WhiteBalanceBracket = kEdsPropID_WhiteBalanceBracket,
EOSProperty_LensName = kEdsPropID_LensName,
EOSProperty_AEBracket = kEdsPropID_AEBracket,
EOSProperty_FEBracket = kEdsPropID_FEBracket,
EOSProperty_ISOBracket = kEdsPropID_ISOBracket,
EOSProperty_NoiseReduction = kEdsPropID_NoiseReduction,
EOSProperty_FlashOn = kEdsPropID_FlashOn,
EOSProperty_RedEye = kEdsPropID_RedEye,
EOSProperty_FlashMode = kEdsPropID_FlashMode,
EOSProperty_LensStatus = kEdsPropID_LensStatus,
EOSProperty_Artist = kEdsPropID_Artist,
EOSProperty_Copyright = kEdsPropID_Copyright,
EOSProperty_DepthOfField = kEdsPropID_DepthOfField,
EOSProperty_EFCompensation = kEdsPropID_EFCompensation,
EOSProperty_AEModeSelect = kEdsPropID_AEModeSelect,
};
Constants
EOSProperty_Unknown-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ProductName-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_OwnerName-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_MakerName-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_DateTime-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_FirmwareVersion-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_BatteryLevel-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_Cfn-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_SaveTo-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_CurrentStorage-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_CurrentFolder-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_MyMenu-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_BatteryQuality-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_SerialNumber-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_HDDirectoryStructure-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ImageQuality-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_JPEGQuality-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_Orientation-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ICCProfile-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_FocusInfo-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_DigitalExposure-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_WhiteBalance-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ColorTemperature-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_WhiteBalanceShift-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_Contrast-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ColorSaturation-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ColorTone-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_Sharpness-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ColorSpace-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ToneCurve-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_PhotoEffect-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_FilterEffect-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ToningEffect-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ParameterSet-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ColorMatrix-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_PictureStyle-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_PictureStyleDesc-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_PictureStyleCaption-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_Linear-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_WhiteBalanceClickPosition-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_WhiteBalanceCoeffs-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSVersionID-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSLatitudeRef-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSLatitude-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSLongitudeRef-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSLongitude-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSAltitudeRef-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSAltitude-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSTimeStamp-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSSatellites-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSStatus-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSMapDatum-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_GPSDateStamp-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_AtCaptureFlag-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_AEMode-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_DriveMode-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ISOSpeed-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_MeteringMode-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_AFMode-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_Aperture-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ShutterSpeed-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ExposureCompensation-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_FlashCompensation-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_FocalLength-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_AvailableShots-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_Bracket-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_WhiteBalanceBracket-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_LensName-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_AEBracket-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_FEBracket-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_ISOBracket-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_NoiseReduction-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_FlashOn-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_RedEye-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_FlashMode-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_LensStatus-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_Artist-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_Copyright-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_DepthOfField-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_EFCompensation-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h. EOSProperty_AEModeSelect-
Properties of cameras and images to be used with the methods of EOSPropertyObject.
Declared In
EOSPropertyObject.h.
Declared In
EOSPropertyObject.h