VideoFormatItem::c_str Method
ドライバから取得されるデバイスの名前を返します。
構文
const char* c_str() const;
戻り値
ビデオフォーマットを表すNULL終端文字列。
備考
toStringとc_strは同じテキストを返します。
ドライバから取得されるデバイスの名前を返します。
const char* c_str() const;
ビデオフォーマットを表すNULL終端文字列。
toStringとc_strは同じテキストを返します。