9#ifndef SKYWAY_CORE_INTERFACE_LOCAL_MEDIA_STREAM_HPP_
10#define SKYWAY_CORE_INTERFACE_LOCAL_MEDIA_STREAM_HPP_
12#include <api/media_stream_interface.h>
14#include "skyway/core/interface/local_stream.hpp"
26 virtual rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>
Track()
const = 0;
LocalPersonで扱うStream
Definition local_stream.hpp:21