MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / audio_track_changed_cb

Function audio_track_changed_cb

gtk/src/audiohandler.c:1064–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062}
1063
1064G_MODULE_EXPORT void
1065audio_track_changed_cb (GtkWidget *widget, gpointer data)
1066{
1067 ghb_log_func();
1068 signal_user_data_t *ud = ghb_ud();
1069 ghb_widget_to_setting(ud->settings, widget);
1070 GhbValue *val = ghb_widget_value(widget);
1071 audio_update_setting(ghb_value_xform(val, GHB_INT), "Track", ud);
1072 ghb_value_free(&val);
1073}
1074
1075G_MODULE_EXPORT void
1076audio_mix_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 4

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85
ghb_widget_valueFunction · 0.85
audio_update_settingFunction · 0.85

Tested by

no test coverage detected