次の方法で共有


KnownPerceptionVideoFrameSourceProperties クラス

定義

ビデオ フレーム ソースの静的プロパティを提供します。

public ref class KnownPerceptionVideoFrameSourceProperties abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class KnownPerceptionVideoFrameSourceProperties final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [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")]
class KnownPerceptionVideoFrameSourceProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class KnownPerceptionVideoFrameSourceProperties
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[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")]
public static class KnownPerceptionVideoFrameSourceProperties
Public Class KnownPerceptionVideoFrameSourceProperties
継承
Object Platform::Object IInspectable KnownPerceptionVideoFrameSourceProperties
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

これらの静的メソッドによって提供されるプロパティは、次のクラスのプロパティを制御するためのキーとして使用されます。

  • PerceptionColorFrameSource
  • PerceptionDepthFrameSource
  • PerceptionInfraredFrameSource

プロパティ

AvailableVideoProfiles

現在使用できるサポートされているビデオ プロファイルを示すブール値プロパティを取得するために使用される文字列キーを取得します。

CameraIntrinsics

カメラ デバイスの物理プロパティを定義する CameraIntrinsics プロパティを取得するために使用される文字列キーを取得します。 CameraIntrinsics オブジェクトには、カメラ空間から画像空間プロジェクションなど、センサー関連のジオメトリに便利なメソッドも用意されています。

IsMirrored

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

SupportedVideoProfiles

サポートされているビデオ プロファイル プロパティを取得するために使用される文字列キーを取得します。

VideoProfile

現在のビデオ プロファイル プロパティを取得するために使用される文字列キーを取得します。

適用対象