![]() |
SkyWay Linux SDK
|
Streamの作成を行うクラス [詳解]
#include <stream_factory.hpp>
静的公開メンバ関数 | |
| static std::shared_ptr< core::stream::local::LocalDataStream > | CreateDataStream () |
| LocalDataStreamを生成します。 | |
| static std::shared_ptr< core::stream::local::LocalAudioStream > | CreateAudioStream () |
| LocalAudioStreamを生成します。 | |
| static std::shared_ptr< core::stream::local::LocalVideoStream > | CreateVideoStream (std::shared_ptr< interface::CapturerVideoSource > capturer) |
| LocalVideoStreamを生成します。 | |
| static std::shared_ptr< core::stream::local::LocalVideoStream > | CreateVideoStream (const DeviceManager::VideoDevice &device) |
| LocalVideoStreamを生成します。 | |
Streamの作成を行うクラス
|
static |
LocalVideoStreamを生成します。
| device | StreamのソースになるVideoDevice |
|
static |
LocalVideoStreamを生成します。
| track | StreamのソースになるCapture |