detail information about dwSensorParams

The parameter string of dwSensorParams is described just like below on SDK manual.

Array to additional parameters provided to sensor creation.
In general, this array has a form of key/value pairs separated by commas, i.e., key1=value1,key2=value2,key3=value3.

But I could not find more detail information. On sample source code, I can see these
parameters (camera-group,format, serializer-type, fifo-size,camera-fifo-size ,slave, tegra-slave)

Is there more parameter which can be add to parameter string?

For example, exposure setting value can be inserted at parameter string?

Dear suhyung,

Could you please let us know what the source code you referenced is? Thanks.

I am using camera_gmsl_raw in driveworks sample as reference code