PerceptionVideoProfile.FrameDuration 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 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