mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:58:03 +02:00
add a comment for hop over sequence in AudioMixerClientData
This commit is contained in:
parent
9407a65f80
commit
afc9978841
1 changed files with 2 additions and 1 deletions
|
@ -691,9 +691,10 @@ bool AudioMixerClientData::shouldIgnore(const SharedNodePointer self, const Shar
|
||||||
}
|
}
|
||||||
|
|
||||||
void AudioMixerClientData::setupCodecForReplicatedAgent(QSharedPointer<ReceivedMessage> message) {
|
void AudioMixerClientData::setupCodecForReplicatedAgent(QSharedPointer<ReceivedMessage> message) {
|
||||||
// pull the codec string from the packet
|
// hop past the sequence number that leads the packet
|
||||||
message->seek(sizeof(quint16));
|
message->seek(sizeof(quint16));
|
||||||
|
|
||||||
|
// pull the codec string from the packet
|
||||||
auto codecString = message->readString();
|
auto codecString = message->readString();
|
||||||
|
|
||||||
qDebug() << "Manually setting codec for replicated agent" << uuidStringWithoutCurlyBraces(getNodeID())
|
qDebug() << "Manually setting codec for replicated agent" << uuidStringWithoutCurlyBraces(getNodeID())
|
||||||
|
|
Loading…
Reference in a new issue