- put references to RtpDump to #ifdef USE_RTPDUMP where possible

This commit is contained in:
2019-03-14 10:30:38 +02:00
parent eb4d3237c0
commit 11db9b7450
6 changed files with 42 additions and 11 deletions

View File

@@ -79,7 +79,9 @@ namespace MT
NativeRtpSender mRtpSender;
AudioStreamMap mStreamMap; // Map of media streams. Key is RTP's SSRC value.
Audio::DataWindow mOutputBuffer;
RtpDump* mRtpDump;
#if defined(USE_RTPDUMP)
RtpDump* mRtpDump = nullptr;
#endif
Audio::Resampler mCaptureResampler8,
mCaptureResampler16,
mCaptureResampler32,