1#ifndef SKYWAY_MEDIA_STREAM_INTERFACE_REMOTE_REMOTE_AUDIO_STREAM_HPP_
2#define SKYWAY_MEDIA_STREAM_INTERFACE_REMOTE_REMOTE_AUDIO_STREAM_HPP_
5#include <unordered_set>
7#include <api/media_stream_interface.h>
8#include <skyway/core/stream/remote/audio_stream.hpp>
10#include "skyway/media/audio/interface/audio_frame.hpp"
11#include "skyway/media/stream/interface/remote/remote_stream.hpp"
42 virtual rtc::scoped_refptr<webrtc::MediaStreamTrackInterface> Track()
const = 0;