共用方式為


KnownPerceptionVideoProfileProperties.FrameDuration 屬性

定義

取得用來擷取 TimeSpan 屬性的字串索引鍵,指出每個畫面的持續時間。

public:
 static property Platform::String ^ FrameDuration { Platform::String ^ get(); };
static winrt::hstring FrameDuration();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionVideoProfileProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring FrameDuration();
public static string FrameDuration { get; }
public static string FrameDuration { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionVideoProfileProperties may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionVideoProfileProperties.frameDuration;
Public Shared ReadOnly Property FrameDuration As String

屬性值

String

Platform::String

winrt::hstring

每個畫面的時間持續時間。 此屬性是 TimeSpan 值。

屬性

適用於