Share via


PerceptionVideoProfile.FrameDuration Property

Definition

Gets the time duration of each frame.

public:
 property TimeSpan FrameDuration { TimeSpan get(); };
TimeSpan FrameDuration();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
TimeSpan FrameDuration();
public System.TimeSpan FrameDuration { get; }
public System.TimeSpan FrameDuration { [Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var timeSpan = perceptionVideoProfile.frameDuration;
Public ReadOnly Property FrameDuration As TimeSpan

Property Value

A Windows.Foundation.TimeSpan indicating the time duration of each video frame.

Attributes

Applies to