Home
last modified time | relevance | path

Searched refs:stream_audio_out (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.h360 boolean stream_audio_out; member
H A Dpreferences.c1377 …boolean stream_audio_out = lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(prefsw->checkbutton_… in apply_prefs() local
1938 if (prefs->stream_audio_out != stream_audio_out) { in apply_prefs()
1939 prefs->stream_audio_out = stream_audio_out; in apply_prefs()
1940 set_boolean_pref(PREF_STREAM_AUDIO_OUT, stream_audio_out); in apply_prefs()
3758 …lives_standard_check_button_new((tmp = (_("Stream audio"))), prefs->stream_audio_out, LIVES_BOX(hb… in create_prefs_dialog()
H A Dplugins.c563 if (mainw->vpp->audio_codec != AUDIO_CODEC_NONE && prefs->stream_audio_out) { in on_vppa_ok_clicked()
568 if (vpp->init_audio && prefs->stream_audio_out) { in on_vppa_ok_clicked()
H A Dgui.c4199 if (mainw->vpp->audio_codec != AUDIO_CODEC_NONE && prefs->stream_audio_out) { in _resize_play_window()
4209 if (mainw->vpp->init_audio && prefs->stream_audio_out) { in _resize_play_window()
H A Dmain.c1643 prefs->stream_audio_out = get_boolean_pref(PREF_STREAM_AUDIO_OUT); in lives_init()