9#ifndef SKYWAY_CORE_INTERFACE_REMOTE_MEDIA_STREAM_HPP_
10#define SKYWAY_CORE_INTERFACE_REMOTE_MEDIA_STREAM_HPP_
12#include <api/media_stream_interface.h>
14#include "skyway/core/interface/remote_stream.hpp"
26 virtual rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>
GetTrack()
const = 0;
RemoteMemberで扱うStream
Definition remote_stream.hpp:19