Expand description
This module is used to handle properties in OBS. Properties essentially tell you what settings for example a output accepts, by using the ´get_properties´ method on the according struct. This lets you get all properties at runtime, rather than having to rely on preset values, which can be useful if you want to let the user adust specific system dependent settings on for example an encoder.
Modules§
Enums§
- ObsButton
Type - ObsCombo
Format - ObsCombo
Type - ObsEditable
List Type - ObsGroup
Type - ObsNumber
Type - ObsPath
Type - ObsProperty
- ObsProperty
Type - ObsText
Info Type - ObsText
Type
Traits§
- ObsProperty
Object - This trait is implemented for all obs objects that can have properties
- ObsProperty
Object Private