Method LoadOrCreate
LoadOrCreate(string)
Loads or creates Recorder Settings to the specified file path.
Declaration
public static RecorderControllerSettings LoadOrCreate(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | The path to load or create Recorder Settings. |
Returns
Type | Description |
---|---|
RecorderControllerSettings | The loaded or created Recorder Settings. |