5#ifndef SKYWAY_CORE_STREAM_LOCAL_VIDEO_STREAM_HPP_
6#define SKYWAY_CORE_STREAM_LOCAL_VIDEO_STREAM_HPP_
8#include <api/media_stream_interface.h>
10#include "skyway/core/interface/local_media_stream.hpp"
17using LocalMediaStream = interface::LocalMediaStream;
23 rtc::scoped_refptr<webrtc::MediaStreamTrackInterface>
Track()
const override;
27 bool Enable()
override;
29 bool Disable()
override;
31 void SetContentHint(webrtc::VideoTrackInterface::ContentHint content_hint);
35 rtc::scoped_refptr<webrtc::VideoTrackInterface> track_;
LocalPersonで扱うVideoStream
Definition video_stream.hpp:20
rtc::scoped_refptr< webrtc::MediaStreamTrackInterface > Track() const override
Trackを取得します。