Home
last modified time | relevance | path

Searched refs:min_audio_channels (Results 1 – 3 of 3) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_resize_editor.c288 guint min_audio_channels, max_audio_channels; in ags_resize_editor_reset() local
300 "min-audio-channels", &min_audio_channels, in ags_resize_editor_reset()
312 (gdouble) min_audio_channels, (gdouble) max_audio_channels); in ags_resize_editor_reset()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_audio.h121 guint min_audio_channels; member
H A Dags_audio.c1730 audio->min_audio_channels = 0; in ags_audio_init()
1953 guint min_audio_channels; in ags_audio_set_property() local
1955 min_audio_channels = g_value_get_uint(value); in ags_audio_set_property()
1959 audio->min_audio_channels = min_audio_channels; in ags_audio_set_property()
2656 audio->min_audio_channels); in ags_audio_get_property()