Share via


MSAudioSendPayload Dictionary object

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Contains information relating to audio payloads being sent. It is described in [MS-QoE] Section 2.2.1.14.

Syntax

typedef (MSVideoSendPayload or MSAudioSendPayload) MSOutboundPayload;
dictionary MSAudioSendPayload : MSPayloadBase {
             unsigned long     samplingRate;
             MSAudioSendSignal signal;
             boolean           audioFECUsed;
             float             sendMutePercent;
};

Standards information

MSAudioSendPayload Dictionary

Member Type Description
audioFECUsed boolean "True means that audio forward error correction (FEC) was used at some point during the call. "False" means that no audio FEC was used during the call. Described in [MS-QoE] Section 2.2.1.14.1.
samplingRate unsigned long Audio sample rate in samples/second.
sendMutePercent float Percentage of session duration where the client was muted. Described in [MS-QoE] Section 2.2.1.14.1.
signal MSAudioSendSignal Information relating to the audio signal being sent.

 

See also

Statistics extensions

Statistics API