mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 02:53:32 +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) {
|
||||
// pull the codec string from the packet
|
||||
// hop past the sequence number that leads the packet
|
||||
message->seek(sizeof(quint16));
|
||||
|
||||
// pull the codec string from the packet
|
||||
auto codecString = message->readString();
|
||||
|
||||
qDebug() << "Manually setting codec for replicated agent" << uuidStringWithoutCurlyBraces(getNodeID())
|
||||
|
|
Loading…
Reference in a new issue