HolographicFramePresentationMonitor.ReadReports Method

Definition

Returns a list of reports for frame presentations which have occurred since the last time the method was called.

public:
 virtual IVectorView<HolographicFramePresentationReport ^> ^ ReadReports() = ReadReports;
IVectorView<HolographicFramePresentationReport> ReadReports();
/// [Windows.Foundation.Metadata.Deprecated("Use HolographicFrameScanoutMonitor instead of HolographicFramePresentationMonitor. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
IVectorView<HolographicFramePresentationReport> ReadReports();
public IReadOnlyList<HolographicFramePresentationReport> ReadReports();
[Windows.Foundation.Metadata.Deprecated("Use HolographicFrameScanoutMonitor instead of HolographicFramePresentationMonitor. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public IReadOnlyList<HolographicFramePresentationReport> ReadReports();
function readReports()
Public Function ReadReports () As IReadOnlyList(Of HolographicFramePresentationReport)

Returns

The report list.

Attributes

Remarks

A frame presentation report only becomes available once the compositor presents the frame for the last time and moves on to the next frame.

Applies to