SceneAnalysisEffectFrame.FrameControlValues 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 a CapturedFrameControlValues object that indicates the capture settings used for the frame.
public:
property CapturedFrameControlValues ^ FrameControlValues { CapturedFrameControlValues ^ get(); };
CapturedFrameControlValues FrameControlValues();
public CapturedFrameControlValues FrameControlValues { get; }
var capturedFrameControlValues = sceneAnalysisEffectFrame.frameControlValues;
Public ReadOnly Property FrameControlValues As CapturedFrameControlValues
Property Value
A CapturedFrameControlValues object that indicates the capture settings used for the frame.