9#ifndef SKYWAY_CORE_STREAM_LOCAL_AUDIO_STREAM_HPP_
10#define SKYWAY_CORE_STREAM_LOCAL_AUDIO_STREAM_HPP_
12#include "skyway/core/interface/local_media_stream.hpp"
19using LocalMediaStream = interface::LocalMediaStream;
25 rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>
Track()
const override;
29 bool Enable()
override;
31 bool Disable()
override;
35 rtc::scoped_refptr<webrtc::AudioTrackInterface> track_;
LocalPersonで扱うAudioStream
Definition audio_stream.hpp:22
rtc::scoped_refptr< webrtc::MediaStreamTrackInterface > Track() const override
Trackを取得します。