public class ParsecMetrics
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java , Rococoa, or JNA.
public float encodeLatency
Average time in milliseconds for the host to encode a frame.
public float decodeLatency
Average time in milliseconds for the client to decode a frame.
public float networkLatency
Average round trip time between the client and host.
public ParsecMetrics()
public ParsecMetrics(float encodeLatency,
float decodeLatency,
float networkLatency)
encodeLatency - Average time in milliseconds for the host to encode a frame.decodeLatency - Average time in milliseconds for the client to decode a frame.networkLatency - Average round trip time between the client and host.public ParsecMetrics(com.sun.jna.Pointer peer)