CapturedFrameControlValues.IsoAnalogGain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ISO analog gain used for a frame in a variable photo sequence.
public:
property IReference<double> ^ IsoAnalogGain { IReference<double> ^ get(); };
IReference<double> IsoAnalogGain();
public System.Nullable<double> IsoAnalogGain { get; }
var iReference = capturedFrameControlValues.isoAnalogGain;
Public ReadOnly Property IsoAnalogGain As Nullable(Of Double)
Property Value
The ISO analog gain used for a frame in a variable photo sequence.