KnownPerceptionVideoFrameSourceProperties.IsMirrored プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビデオ フレーム ソースがミラー化されたビデオ フレームを提供しているかどうかを示すブール型のプロパティを取得するために使用される文字列キーを取得します。
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
プロパティ値
ビデオ フレーム ソースがミラー化されたビデオ フレームを提供しているかどうかを示します。 このプロパティはブール値です。
- 属性