Click or drag to resize
AudioDetails Class
Audio-related details for a session.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesAudioDetails

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class AudioDetails

The AudioDetails type exposes the following members.

Properties
  NameDescription
Public propertyAverageLocalJitterMilliseconds
The average jitter buffer size (in milliseconds) the local end is experiencing on the received RTP stream.
Public propertyAverageRemoteJitterMilliseconds
The average jitter buffer size (in milliseconds) the remote end is experiencing on the transmitted RTP stream.
Public propertyBytesReceived
The total number of RTP payload bytes received.
Public propertyBytesTransmitted
The total number of RTP payload bytes transmitted.
Public propertyCodec
The name of the audio codec being used.
Public propertyCurrentAccelerateRate
The fraction of data removed through acceleration.
Public propertyCurrentBufferSizeMilliseconds
The current jitter buffer size in milliseconds.
Public propertyCurrentDiscardRate
The percentage of packets discarded (late).
Public propertyCurrentExpandRate
The fraction of synthesized speech frames inserted through expansion in total frame count in buffer.
Public propertyCurrentPacketLossRate
The percentage of packets lost (network + late).
Public propertyCurrentPreemptiveRate
The fraction of synthesized speech frames inserted through pre-emptive expansion in total frame count in buffer.
Public propertyDtmfPayloadType
The dynamic payload type used for telephony events (DTMF tones).
Public propertyEncryptionType
Media encryption type.
Public propertyIsMediaProxied
Status indication for whether tunneled Audio goes through proxy or not.
Public propertyIsMediaTunneled
Status indication for whether Audio tunneled or not.
Public propertyLocalFractionLost
The fractional loss seen locally.
Public propertyLocalIPAddress
The local IP address used for the audio session.
Public propertyLocalPort
The local RTP receive port for the audio session (as per SDP offer/answer exchange).
Public propertyPacketizationMilliseconds
The packetization interval in milliseconds.
Public propertyPacketsReceived
The total number of RTP packets received.
Public propertyPacketsTransmitted
The total number of RTP packets transmitted.
Public propertyPreferredBufferSizeMilliseconds
The preferred (optimal) jitter buffer size in milliseconds.
Public propertyRemoteFractionLost
The fractional loss seen remotely which far end sends to local end through RTCP.
Public propertyRemoteIPAddress
The remote IP address used for the audio session.
Public propertyRemotePort
The remote RTP receive port for the audio session (as per SDP offer/answer exchange).
Public propertyRoundTripTimeMilliseconds
The round-trip audio delay (in milliseconds) calculated as per RFC 3550.
Public propertyRtcpEncrypted
Indicates whether RTCP is encrypted or not. True if feedback RTCP packets are encrypted false otherwise. If it is true RTCP packets should be decrypted before reading audio stream details.
Top
See Also