mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:47:41 +02:00
clean up handleMismatchAudioFormat comment
This commit is contained in:
parent
04e5d8e302
commit
9e9f8666ce
1 changed files with 4 additions and 1 deletions
|
@ -355,7 +355,10 @@ QJsonObject AudioMixerClientData::getAudioStreamStats() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void AudioMixerClientData::handleMismatchAudioFormat(SharedNodePointer node, const QString& currentCodec, const QString& recievedCodec) {
|
void AudioMixerClientData::handleMismatchAudioFormat(SharedNodePointer node, const QString& currentCodec, const QString& recievedCodec) {
|
||||||
qDebug() << __FUNCTION__ << "sendingNode:" << *node << "currentCodec:" << currentCodec << "recievedCodec:" << recievedCodec;
|
qDebug() << __FUNCTION__ <<
|
||||||
|
"sendingNode:" << *node <<
|
||||||
|
"currentCodec:" << currentCodec <<
|
||||||
|
"receivedCodec:" << recievedCodec;
|
||||||
sendSelectAudioFormat(node, currentCodec);
|
sendSelectAudioFormat(node, currentCodec);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue