HolographicViewConfiguration クラス

定義

HolographicDisplay のビュー構成を表します。 このオブジェクトは、 HolographicCamera のレンダリング構成を細かく制御するアプリを提供します。

public ref class HolographicViewConfiguration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HolographicViewConfiguration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HolographicViewConfiguration
Public NotInheritable Class HolographicViewConfiguration
継承
Object Platform::Object IInspectable HolographicViewConfiguration
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1903 (10.0.18362.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v8.0 で導入)

注釈

このクラスは、 HolographicCamera のレンダー ターゲット サイズとピクセル形式の構成を容易にします。 このクラスでは、Mixed Reality キャプチャ用の組み込みの写真/ビデオ カメラなど、別の視点からのホログラフィック レンダリングも容易になります。 詳細については、「 TryGetViewConfiguration 」を参照してください。

プロパティ

Display

この HolographicViewConfiguration の対象となる HolographicDisplay を取得します。

IsEnabled

この HolographicViewConfiguration が有効かどうかを取得または設定します。

IsStereo

この HolographicViewConfiguration が立体視であるかどうかを取得します。

Kind

この HolographicViewConfiguration のレンダリングの種類を取得します。

NativeRenderTargetSize

この HolographicViewConfiguration のネイティブ レンダー ターゲット サイズを取得します。

PixelFormat

この HolographicViewConfiguration のピクセル形式を取得または設定します。

RefreshRate

この HolographicViewConfiguration の更新レートを取得します。

RenderTargetSize

この HolographicViewConfiguration のレンダー ターゲット サイズを取得します。

SupportedDepthReprojectionMethods

この HolographicViewConfiguration でサポートされている深度再投影モードの一覧を取得します。

SupportedPixelFormats

この HolographicViewConfiguration でサポートされているピクセル形式の一覧を取得します。

メソッド

RequestRenderTargetSize(Size)

この HolographicViewConfiguration の新しい最小レンダー ターゲット サイズを要求します。

適用対象

こちらもご覧ください