ObsPropertyInfo¶
| Property | Type | Description |
|---|---|---|
| name | string | OBS property name |
| label | string | OBS property localized label |
| description | string | OBS property localized description |
| dataType | string | OBS data type: bool integer float string font array frame_rate group (not a real data type, only indication that a property is a group) |
| controlType | string | checkbox number text |
| controlMode | string | For controlType == number: scroller slider For controlType == text: text password textarea color For controlType == path: open save folder For controlType == select: dynamic static For controlType == list: dynamic For controlType == group: normal checkable |
| defaultValue | any | Property default value |
| valueFormat | string | Property value format |
| items | array | For controlType == select, array of: name enabled value (integer/float/string) For controlType == group, array of: ObsPropertyInfo |