AudioDetailsLocalFractionLost Property |
The fractional loss seen locally.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic int LocalFractionLost { get; }
Property Value
Type:
Int32
Remarks
This is 8 - bits size value.
The fraction of RTP data packets from source lost since
the previous SR or RR packet was sent, expressed as a fixed
point number with the binary point at the left edge of the
field. (That is equivalent to taking the integer part after
multiplying the loss fraction by 256.) This fraction is defined
to be the number of packets lost divided by the number of
packets expected.If the loss is negative
due to duplicates, the fraction lost is set to zero.
See Also