pub trait ObsProp {
    unsafe fn add_to_props(
        self,
        p: *mut obs_properties_t,
        name: ObsString,
        description: ObsString
    ); }

Required Methods

Callback to add this property to a obs_properties_t.

Implementors