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