次の方法で共有


KnownPerceptionVideoFrameSourceProperties.IsMirrored プロパティ

定義

ビデオ フレーム ソースがミラー化されたビデオ フレームを提供しているかどうかを示すブール型のプロパティを取得するために使用される文字列キーを取得します。

public:
 static property Platform::String ^ IsMirrored { Platform::String ^ get(); };
static winrt::hstring IsMirrored();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionVideoFrameSourceProperties 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 IsMirrored();
public static string IsMirrored { get; }
public static string IsMirrored { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionVideoFrameSourceProperties 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 = KnownPerceptionVideoFrameSourceProperties.isMirrored;
Public Shared ReadOnly Property IsMirrored As String

プロパティ値

String

Platform::String

winrt::hstring

ビデオ フレーム ソースがミラー化されたビデオ フレームを提供しているかどうかを示します。 このプロパティはブール値です。

属性

適用対象