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

デバイスの情報を取得するクラス [詳解]

#include <device_manager.hpp>

クラス

struct  AudioDevice
 音声デバイス [詳解]
 
struct  VideoDevice
 映像デバイス [詳解]
 

静的公開メンバ関数

static rtc::scoped_refptr< webrtc::PeerConnectionFactoryInterface > GetPeerConnectionFactory ()
 
static std::vector< AudioDeviceGetRecordDevices ()
 利用する音声入力デバイスの一覧を取得します。
 
static std::vector< AudioDeviceGetPlayoutDevices ()
 利用する音声出力デバイスの一覧を取得します。
 
static std::vector< VideoDeviceGetVideoDevices ()
 利用する映像入力デバイスの一覧を取得します。
 
static bool SetRecordingDevice (AudioDevice device)
 利用する音声入力デバイスの設定します。
 
static bool SetPlayoutDevice (AudioDevice device)
 利用する音声出力デバイスの設定します。
 

詳解

デバイスの情報を取得するクラス


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