Compartir a través de


HolographicFramePresentationReport.PresentationCount Propiedad

Definición

Número de veces que el compositor presentó el marco de la aplicación.

public:
 property unsigned int PresentationCount { unsigned int get(); };
uint32_t PresentationCount();
/// [get: Windows.Foundation.Metadata.Deprecated("Use IHolographicFrameScanoutReport instead of IHolographicFramePresentationReport. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
uint32_t PresentationCount();
public uint PresentationCount { get; }
public uint PresentationCount { [Windows.Foundation.Metadata.Deprecated("Use IHolographicFrameScanoutReport instead of IHolographicFramePresentationReport. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var uInt32 = holographicFramePresentationReport.presentationCount;
Public ReadOnly Property PresentationCount As UInteger

Valor de propiedad

UInt32

unsigned int

uint32_t

Atributos

Comentarios

Normalmente uno, pero puede ser cero si el marco se quitó o mayor que uno si el fotograma se volvió a presentar debido a que los fotogramas posteriores llegaron tarde.

Se aplica a