AudioDetails Properties |
The AudioDetails type exposes the following members.
| Name | Description | |
|---|---|---|
| AverageLocalJitterMilliseconds |
The average jitter buffer size (in milliseconds) the local end is experiencing on
the received RTP stream.
| |
| AverageRemoteJitterMilliseconds |
The average jitter buffer size (in milliseconds) the remote end is experiencing on
the transmitted RTP stream.
| |
| BytesReceived |
The total number of RTP payload bytes received.
| |
| BytesTransmitted |
The total number of RTP payload bytes transmitted.
| |
| Codec |
The name of the audio codec being used.
| |
| CurrentAccelerateRate |
The fraction of data removed through acceleration.
| |
| CurrentBufferSizeMilliseconds |
The current jitter buffer size in milliseconds.
| |
| CurrentDiscardRate |
The percentage of packets discarded (late).
| |
| CurrentExpandRate |
The fraction of synthesized speech frames inserted through expansion
in total frame count in buffer.
| |
| CurrentPacketLossRate |
The percentage of packets lost (network + late).
| |
| CurrentPreemptiveRate |
The fraction of synthesized speech frames inserted through pre-emptive
expansion in total frame count in buffer.
| |
| DtmfPayloadType |
The dynamic payload type used for telephony events (DTMF tones).
| |
| EncryptionType |
Media encryption type.
| |
| IsMediaProxied |
Status indication for whether tunneled Audio goes through proxy or not.
| |
| IsMediaTunneled |
Status indication for whether Audio tunneled or not.
| |
| LocalFractionLost |
The fractional loss seen locally.
| |
| LocalIPAddress |
The local IP address used for the audio session.
| |
| LocalPort |
The local RTP receive port for the audio session (as per SDP
offer/answer exchange).
| |
| PacketizationMilliseconds |
The packetization interval in milliseconds.
| |
| PacketsReceived |
The total number of RTP packets received.
| |
| PacketsTransmitted |
The total number of RTP packets transmitted.
| |
| PreferredBufferSizeMilliseconds |
The preferred (optimal) jitter buffer size in milliseconds.
| |
| RemoteFractionLost |
The fractional loss seen remotely which far end sends to local end through RTCP.
| |
| RemoteIPAddress |
The remote IP address used for the audio session.
| |
| RemotePort |
The remote RTP receive port for the audio session (as per SDP
offer/answer exchange).
| |
| RoundTripTimeMilliseconds |
The round-trip audio delay (in milliseconds) calculated as per RFC
3550.
| |
| RtcpEncrypted |
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.
|