Modules§
Structs§
- ObsData
- Contains
obs_data
and its related strings. Note that this struct prevents string pointers from being freed by keeping them owned. Update: The strings are actually copied by obs itself, we don’t need to store them - ObsData
Updater - Important: Make sure to call
update()
after setting the values. This will apply the changes to theObsData
object.
Enums§
Traits§
- ObsObject
Builder - Trait for building OBS sources.
- ObsObject
Updater - String
Enum