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

Function audio_samplerate_changed_cb

gtk/src/audiohandler.c:1114–1123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1112}
1113
1114G_MODULE_EXPORT void
1115audio_samplerate_changed_cb (GtkWidget *widget, gpointer data)
1116{
1117 int sr;
1118 signal_user_data_t *ud = ghb_ud();
1119
1120 ghb_widget_to_setting(ud->settings, widget);
1121 sr = ghb_settings_audio_samplerate_rate(ud->settings, "AudioSamplerate");
1122 audio_update_setting(ghb_int_value_new(sr), "Samplerate", ud);
1123}
1124
1125G_MODULE_EXPORT void
1126audio_quality_radio_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 4

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85
audio_update_settingFunction · 0.85

Tested by

no test coverage detected