add a comment for hop over sequence in AudioMixerClientData

This commit is contained in:
Stephen Birarda 2017-06-14 15:20:47 -07:00
parent 9407a65f80
commit afc9978841

View file

@ -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())