共用方式為


PerceptionVideoProfile.FrameDuration 屬性

定義

取得每個畫面格的時間持續時間。

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

屬性值

Windows.Foundation.TimeSpan,指出每個視訊畫面的時間持續時間。

屬性

適用於