SceneAnalysisEffect.DesiredAnalysisInterval 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 or sets the duration of the time window during which video frames are analyzed.
public:
property TimeSpan DesiredAnalysisInterval { TimeSpan get(); void set(TimeSpan value); };
TimeSpan DesiredAnalysisInterval();
void DesiredAnalysisInterval(TimeSpan value);
public System.TimeSpan DesiredAnalysisInterval { get; set; }
var timeSpan = sceneAnalysisEffect.desiredAnalysisInterval;
sceneAnalysisEffect.desiredAnalysisInterval = timeSpan;
Public Property DesiredAnalysisInterval As TimeSpan
Property Value
The duration of the time window during which video frames are analyzed.