C# Class OpenSphericalCamera.Options

Exibir arquivo Open project: YuukiMochiduki/Open-Spherical-Camera-For-Unity

Public Properties

Property Type Description
aperture double
apertureSupport List
captureMode string
captureModeSupport List
dateTimeZone string
exposureBracket ExposureBracket
exposureBracketSupport ExposureBracketSupport
exposureCompensation double
exposureCompensationSupport List
exposureDelay double
exposureDelaySupport List
exposureProgram double
exposureProgramSupport List
fileFormat FileFormat
fileFormatSupport List
gps bool
gpsInfo GpsInfo
gpsSupport bool
gyro bool
gyroSupport bool
hdr bool
hdrSupport bool
imageStabilization string
imageStabilizationSupport List
iso double
isoSupport List
offDelay double
offDelaySupport List
remainingPictures double
remainingSpace double
shutterSpeed double
shutterSpeedSupport List
sleepDelay double
sleepDelaySupport List
totalSpace double
whiteBalance string
whiteBalanceSupport List
wifiPassword string

Public Methods

Method Description
Parse ( IDictionary dictionary ) : void

Method Details

Parse() public method

public Parse ( IDictionary dictionary ) : void
dictionary IDictionary
return void

Property Details

aperture public_oe property

public double aperture
return double

apertureSupport public_oe property

public List apertureSupport
return List

captureMode public_oe property

public string captureMode
return string

captureModeSupport public_oe property

public List captureModeSupport
return List

dateTimeZone public_oe property

public string dateTimeZone
return string

exposureBracket public_oe property

public ExposureBracket,OpenSphericalCamera exposureBracket
return ExposureBracket

exposureBracketSupport public_oe property

public ExposureBracketSupport,OpenSphericalCamera exposureBracketSupport
return ExposureBracketSupport

exposureCompensation public_oe property

public double exposureCompensation
return double

exposureCompensationSupport public_oe property

public List exposureCompensationSupport
return List

exposureDelay public_oe property

public double exposureDelay
return double

exposureDelaySupport public_oe property

public List exposureDelaySupport
return List

exposureProgram public_oe property

public double exposureProgram
return double

exposureProgramSupport public_oe property

public List exposureProgramSupport
return List

fileFormat public_oe property

public FileFormat,OpenSphericalCamera fileFormat
return FileFormat

fileFormatSupport public_oe property

public List fileFormatSupport
return List

gps public_oe property

public bool gps
return bool

gpsInfo public_oe property

public GpsInfo,OpenSphericalCamera gpsInfo
return GpsInfo

gpsSupport public_oe property

public bool gpsSupport
return bool

gyro public_oe property

public bool gyro
return bool

gyroSupport public_oe property

public bool gyroSupport
return bool

hdr public_oe property

public bool hdr
return bool

hdrSupport public_oe property

public bool hdrSupport
return bool

imageStabilization public_oe property

public string imageStabilization
return string

imageStabilizationSupport public_oe property

public List imageStabilizationSupport
return List

iso public_oe property

public double iso
return double

isoSupport public_oe property

public List isoSupport
return List

offDelay public_oe property

public double offDelay
return double

offDelaySupport public_oe property

public List offDelaySupport
return List

remainingPictures public_oe property

public double remainingPictures
return double

remainingSpace public_oe property

public double remainingSpace
return double

shutterSpeed public_oe property

public double shutterSpeed
return double

shutterSpeedSupport public_oe property

public List shutterSpeedSupport
return List

sleepDelay public_oe property

public double sleepDelay
return double

sleepDelaySupport public_oe property

public List sleepDelaySupport
return List

totalSpace public_oe property

public double totalSpace
return double

whiteBalance public_oe property

public string whiteBalance
return string

whiteBalanceSupport public_oe property

public List whiteBalanceSupport
return List

wifiPassword public_oe property

public string wifiPassword
return string