Convert a stereo parameters object into a struct
returns a struct containing the stereo parameters in the
paramStruct
= toStruct(stereoParams
)stereoParams
input object. You can use the struct to create
an identical stereoParameters
object. Use the
struct for C code generation. You can call toStruct
, and then pass the resulting structure into the generated
code, which recreates the stereoParameters
object.