Esempio n. 1
0
 public static extern obs_text_type obs_proprety_text_type(obs_property_t p);
Esempio n. 2
0
 public static extern bool obs_property_next(out obs_property_t p);
Esempio n. 3
0
 public static extern int obs_property_int_step(obs_property_t p);
Esempio n. 4
0
 public static extern string obs_property_long_description(obs_property_t p);
Esempio n. 5
0
 public static extern bool obs_property_enabled(obs_property_t p);
Esempio n. 6
0
 public static extern void obs_property_set_visible(obs_property_t p, bool visible);
Esempio n. 7
0
 public static extern void obs_property_set_long_description(obs_property_t p,
                                                             [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(UTF8StringMarshaler))] string long_description);
Esempio n. 8
0
 public static extern size_t obs_property_list_item_count(obs_property_t p);
Esempio n. 9
0
 public static extern string obs_property_list_item_string(obs_property_t p, size_t idx);
Esempio n. 10
0
 public static extern obs_combo_type obs_property_list_type(obs_property_t p);
Esempio n. 11
0
 public static extern obs_combo_format obs_property_list_format(obs_property_t p);
Esempio n. 12
0
 public static extern string obs_property_path_default_path(obs_property_t p);
Esempio n. 13
0
 public static extern string obs_property_path_filter(obs_property_t p);
Esempio n. 14
0
 public static extern obs_path_type obs_property_path_type(obs_property_t p);
Esempio n. 15
0
 public static extern bool obs_property_modified(obs_property_t p, obs_data_t settings);
Esempio n. 16
0
 public static extern int64_t obs_property_list_item_int(obs_property_t p, size_t idx);
Esempio n. 17
0
 public static extern bool obs_property_button_clicked(obs_property_t p, IntPtr obj);
Esempio n. 18
0
 public static extern double obs_property_list_item_float(obs_property_t p, size_t idx);
Esempio n. 19
0
 public static extern void obs_property_set_enabled(obs_property_t p, bool enabled);
Esempio n. 20
0
 public static extern void obs_properties_text_set_type(obs_property_t p, obs_text_type type);
Esempio n. 21
0
 public static extern string obs_property_name(obs_property_t p);
Esempio n. 22
0
 public static extern obs_editable_list_type obs_property_editable_list_type(obs_property_t p);
Esempio n. 23
0
 public static extern obs_property_type obs_property_get_type(obs_property_t p);
Esempio n. 24
0
 public static extern string obs_property_editable_list_filter(obs_property_t p);
Esempio n. 25
0
 public static extern bool obs_property_visible(obs_property_t p);
Esempio n. 26
0
 public static extern string obs_property_editable_list_default_path(obs_property_t p);
Esempio n. 27
0
 public static extern int obs_property_int_max(obs_property_t p);
Esempio n. 28
0
 public static extern void obs_property_set_modified_callback(obs_property_t p,
                                                              [MarshalAs(UnmanagedType.FunctionPtr)] obs_property_modified_t modified);
Esempio n. 29
0
 public static extern obs_number_type obs_property_int_type(obs_property_t p);
Esempio n. 30
0
 public static extern double obs_property_float_step(obs_property_t p);