Module properties

Module properties 

Source
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§

prop_impl
types
Important Notice

Enums§

ObsButtonType
ObsComboFormat
ObsComboType
ObsEditableListType
ObsGroupType
ObsNumberType
ObsPathType
ObsProperty
ObsPropertyType
ObsTextInfoType
ObsTextType

Traits§

ObsPropertyObject
This trait is implemented for all obs objects that can have properties
ObsPropertyObjectPrivate