SkyWay for Linux
|
RemoteMemberで扱うMediaStream [詳解]
#include <remote_media_stream.hpp>
公開メンバ関数 | |
virtual rtc::scoped_refptr< webrtc::MediaStreamTrackInterface > | GetTrack () const =0 |
Trackを取得します。 | |
基底クラス skyway::core::interface::Stream に属する継承公開メンバ関数 | |
Stream (const std::string &id, model::Side side, model::ContentType content_type) | |
std::string | Id () const |
Idを取得します | |
model::Side | Side () const |
Side(LocalかRemoteか)を取得します。 | |
model::ContentType | ContentType () const |
ContentType(VideoかAudioかDataか)を取得します。 | |
限定公開メンバ関数 | |
RemoteMediaStream (const std::string &id, model::ContentType content_type) | |
基底クラス skyway::core::interface::RemoteStream に属する継承限定公開メンバ関数 | |
RemoteStream (const std::string &id, model::ContentType content_type) | |
RemoteMemberで扱うMediaStream
|
pure virtual |
Trackを取得します。
skyway::core::stream::remote::RemoteAudioStream, skyway::core::stream::remote::RemoteVideoStreamで実装されています。