mirror of
https://github.com/lubosz/overte.git
synced 2025-08-11 14:04:00 +02:00
removed duplicate definition
This commit is contained in:
parent
0dfe0b1f2a
commit
bf8188c6ff
1 changed files with 0 additions and 4 deletions
|
@ -86,10 +86,6 @@ void InboundAudioStream::perSecondCallbackForUpdatingStats() {
|
||||||
_timeGapStatsForStatsPacket.currentIntervalComplete();
|
_timeGapStatsForStatsPacket.currentIntervalComplete();
|
||||||
}
|
}
|
||||||
|
|
||||||
int InboundAudioStream::parseAudioData(PacketType type, const QByteArray& packetAfterStreamProperties, int numAudioSamples) {
|
|
||||||
return _ringBuffer.writeData(packetAfterStreamProperties.data(), numAudioSamples * sizeof(int16_t));
|
|
||||||
}
|
|
||||||
|
|
||||||
int InboundAudioStream::parseData(const QByteArray& packet) {
|
int InboundAudioStream::parseData(const QByteArray& packet) {
|
||||||
|
|
||||||
PacketType packetType = packetTypeForPacket(packet);
|
PacketType packetType = packetTypeForPacket(packet);
|
||||||
|
|
Loading…
Reference in a new issue