Message.parseQosValues

Extract the QoS values that have been calculated/analysed from the QoS data MT safe.

class Message
void
parseQosValues
(
out long jitter
,
out double proportion
,
out int quality
)

Parameters

jitter long

The difference of the running-time against the deadline. out[allow-none]

proportion double

Long term prediction of the ideal rate relative to normal rate to get optimal quality. out[allow-none]

quality int

An element dependent integer value that specifies the current quality level of the element. The default maximum quality is 1000000. out[allow-none]

Meta