SkyWay Linux SDK
読み取り中…
検索中…
一致する文字列を見つけられません
core_convert_helper.hpp
1#ifndef SKYWAY_DOMAIN_CORE_CONVERT_HELPER_HPP_
2#define SKYWAY_DOMAIN_CORE_CONVERT_HELPER_HPP_
3
4#include <skyway/model/domain.hpp>
5
7
8namespace skyway {
9namespace domain {
10namespace core_convert_helper {
11
13Side ConvertToPlatformSide(model::Side side);
14ContentType ConvertToPlatformContentType(model::ContentType type);
16
17} // namespace core_convert_helper
18} // namespace domain
19} // namespace skyway
20
21#endif /* SKYWAY_DOMAIN_CORE_CONVERT_HELPER_HPP_ */
SkyWay全体で使用される列挙型や定数を定義するヘッダーファイル
ContentType
コンテンツの種類
Definition domain.hpp:22
Side
Streamの所在(LocalかRemoteか)
Definition domain.hpp:13