Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パラメータを取る関数がありstd::vector<float>ます。タイプ FloatBuffer` の変数に値があります。
std::vector<float>
そのような変換を行うことは可能ですか?
Tizen::Base::FloatBufferには変換メソッド (または反復子) がないように見えるため、データをstd::vector<float>最初にコピーする必要があります。
Tizen::Base::FloatBuffer