HolographicViewConfiguration Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une configuration d’affichage pour un HolographicDisplay. Cet objet fournit aux applications un contrôle affiné de la configuration de rendu d’une 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
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1903 (introduit dans 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v8.0)
|
Remarques
Cette classe facilite la configuration de la taille cible de rendu et du format de pixels pour une HolographicCamera. Cette classe facilite également le rendu holographique à partir d’autres points de vue, tels que l’appareil photo/vidéo intégré pour la capture de réalité mixte. Pour plus d’informations, consultez TryGetViewConfiguration .
Propriétés
Display |
Obtient l’holographicDisplay pour lequel cette HolographicViewConfiguration est destinée. |
IsEnabled |
Obtient ou définit si cette holographicViewConfiguration est activée. |
IsStereo |
Obtient si cette HolographicViewConfiguration est stéréoscopique. |
Kind |
Obtient le type de rendu de cette HolographicViewConfiguration. |
NativeRenderTargetSize |
Obtient la taille cible de rendu native pour cette HolographicViewConfiguration. |
PixelFormat |
Obtient ou définit le format de pixels de cette HolographicViewConfiguration. |
RefreshRate |
Obtient le taux d’actualisation de cette HolographicViewConfiguration. |
RenderTargetSize |
Obtient la taille cible de rendu pour cette HolographicViewConfiguration. |
SupportedDepthReprojectionMethods |
Obtient la liste des modes de reprojection de profondeur pris en charge pour cette HolographicViewConfiguration. |
SupportedPixelFormats |
Obtient la liste des formats de pixels pris en charge pour cette HolographicViewConfiguration. |
Méthodes
RequestRenderTargetSize(Size) |
Demande une nouvelle taille cible de rendu minimale pour cette HolographicViewConfiguration. |