VideoFormatItem::toString Method
ビデオフォーマットを表す文字列を返します。
構文
std::string toString() const;
std::wstring toStringW() const;
戻り値
ビデオフォーマットを表す文字列。
備考
toStringとc_strは同じテキストを返します。
インフォメーション
IC Imaging Control 2.0より導入。
ビデオフォーマットを表す文字列を返します。
std::string toString() const;
std::wstring toStringW() const;
ビデオフォーマットを表す文字列。
toStringとc_strは同じテキストを返します。
IC Imaging Control 2.0より導入。