Click or drag to resize
MonitoringMetricTypes Enumeration

Types of metrics.

Namespace: OIV.RemoteViz.Rendering
Assembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public enum MetricTypes
Members
  Member nameValueDescription
NONE0

No metrics.

NETWORK_LATENCY1

Network latency.

DECODING_TIME2

Decoding time.

RENDERING_TIME4

Rendering time.

ENCODING_TIME8

Encoding time.

NUM_CLIENTS16

Number of clients.

NUM_CONNECTIONS32

Number of connections.

NUM_RENDERAREAS64

Number of render areas.

ALL65535

All metrics.

Remarks