SkyWay for Linux
読み取り中…
検索中…
一致する文字列を見つけられません
skyway::media::StreamFactory クラス

Streamの作成を行うクラス [詳解]

#include <stream_factory.hpp>

静的公開メンバ関数

static std::shared_ptr< core::stream::local::LocalDataStreamCreateDataStream ()
 LocalDataStreamを生成します。
 
static std::shared_ptr< core::stream::local::LocalAudioStreamCreateAudioStream ()
 LocalAudioStreamを生成します。
 
static std::shared_ptr< core::stream::local::LocalVideoStreamCreateVideoStream (const DeviceManager::VideoDevice &device)
 LocalVideoStreamを生成します。
 

詳解

Streamの作成を行うクラス

関数詳解

◆ CreateVideoStream()

static std::shared_ptr< core::stream::local::LocalVideoStream > skyway::media::StreamFactory::CreateVideoStream ( const DeviceManager::VideoDevice device)
static

LocalVideoStreamを生成します。

引数
deviceStreamのソースになるVideoDevice

このクラス詳解は次のファイルから抽出されました: