aboutsummaryrefslogtreecommitdiff
path: root/host/frontend/webrtc/libdevice/audio_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/frontend/webrtc/libdevice/audio_sink.h')
-rw-r--r--host/frontend/webrtc/libdevice/audio_sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/frontend/webrtc/libdevice/audio_sink.h b/host/frontend/webrtc/libdevice/audio_sink.h
index 1baa88115..614aada91 100644
--- a/host/frontend/webrtc/libdevice/audio_sink.h
+++ b/host/frontend/webrtc/libdevice/audio_sink.h
@@ -26,7 +26,7 @@ namespace webrtc_streaming {
class AudioSink {
public:
virtual ~AudioSink() = default;
- virtual void OnFrame(std::shared_ptr<AudioFrameBuffer> frame,
+ virtual void OnFrame(const AudioFrameBuffer& frame,
int64_t timestamp_us) = 0;
};