PerceptionVideoProfile.FrameDuration プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
各フレームの期間を取得します。
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。
- 属性