5#ifndef SKYWAY_CORE_STREAM_LOCAL_AUDIO_STREAM_HPP_
6#define SKYWAY_CORE_STREAM_LOCAL_AUDIO_STREAM_HPP_
8#include "skyway/core/interface/local_media_stream.hpp"
15using LocalMediaStream = interface::LocalMediaStream;
21 rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>
Track()
const override;
25 bool Enable()
override;
27 bool Disable()
override;
31 rtc::scoped_refptr<webrtc::AudioTrackInterface> track_;
LocalPersonで扱うAudioStream
Definition audio_stream.hpp:18
rtc::scoped_refptr< webrtc::MediaStreamTrackInterface > Track() const override
Trackを取得します。