#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_PEERCONNECTION_RTC_ENCODED_AUDIO_STREAM_TRANSFORMER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_PEERCONNECTION_RTC_ENCODED_AUDIO_STREAM_TRANSFORMER_H_
#include <stdint.h>
#include <memory>
#include <vector>
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/synchronization/lock.h"
#include "base/threading/thread_checker.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/wtf/functional.h"
#include "third_party/webrtc/api/scoped_refptr.h"
namespace base {
class SingleThreadTaskRunner;
}
namespace webrtc {
class FrameTransformerInterface;
class TransformedFrameCallback;
class TransformableAudioFrameInterface;
}
namespace blink {
TransformerCallback;
class PLATFORM_EXPORT RTCEncodedAudioStreamTransformer { … };
}
#endif