MSAudioSendSignal 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 the audio signal being sent. It is described in [MS-QoE] Section 2.2.1.28.
Syntax
dictionary MSAudioSendSignal {
long noiseLevel;
long sendSignalLevelCh1;
long sendNoiseLevelCh1;
};
Standards information
MSAudioSendSignal Dictionary
Member | Type | Description |
---|---|---|
noiseLevel | long | The average energy level of received or sent audio classifed as noise, in dB. |
sendNoiseLevelCh1 | long | Average noise level of sent audio classified as mono speech, or left channel of stereo speech. |
sendSignalLevelCh1 | long | Average energy level of sent audio classified as mono speech, or left channel of stereo speech, in dB. |