HolographicViewConfiguration 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 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
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1903 (已於 10.0.18362.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v8.0 引進)
|
備註
這個類別有助於轉譯 HolographicCamera的目標大小和像素格式設定。 這個類別也有助於從替代觀點進行全像攝影轉譯,例如混合實境擷取的內建相片/視訊相機。 如需詳細資訊 ,請參閱 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 的新最小轉譯目標大小。 |