![]() |
SkyWay Linux SDK
|
デバイスの情報を取得するクラス [詳解]
#include <device_manager.hpp>
クラス | |
| struct | AudioDevice |
| 音声デバイス [詳解] | |
| struct | VideoDevice |
| 映像デバイス [詳解] | |
静的公開メンバ関数 | |
| static std::vector< AudioDevice > | GetRecordDevices () |
| 利用する音声入力デバイスの一覧を取得します。 | |
| static std::vector< AudioDevice > | GetPlayoutDevices () |
| 利用する音声出力デバイスの一覧を取得します。 | |
| static std::vector< VideoDevice > | GetVideoDevices () |
| 利用する映像入力デバイスの一覧を取得します。 | |
| static bool | SetRecordingDevice (AudioDevice device) |
| 利用する音声入力デバイスの設定します。 | |
| static bool | SetPlayoutDevice (AudioDevice device) |
| 利用する音声出力デバイスの設定します。 | |
デバイスの情報を取得するクラス