#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIASTREAM_MEDIA_STREAM_AUDIO_LEVEL_CALCULATOR_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIASTREAM_MEDIA_STREAM_AUDIO_LEVEL_CALCULATOR_H_
#include "base/memory/scoped_refptr.h"
#include "base/synchronization/lock.h"
#include "base/types/pass_key.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/wtf/thread_safe_ref_counted.h"
namespace media {
class AudioBus;
}
namespace blink {
class PLATFORM_EXPORT MediaStreamAudioLevelCalculator { … };
}
#endif