| GStreamer Base Plugins 0.10 Library Reference Manual | ||||
|---|---|---|---|---|
#include <gst/interfaces/mixer.h>
GstMixerOptions;
GList* gst_mixer_options_get_values (GstMixerOptions *mixer_options);
"option-changed" void user_function (GstMixerOptions *gstmixeroptions, gchar *arg1, gpointer user_data) : Run last
GList* gst_mixer_options_get_values (GstMixerOptions *mixer_options);
Get the values for the mixer option.
mixer_options :mixer_options The GstMixerOptions item that owns the values.
The GstMixerOptions item that owns the values.
GstMixerOptionsGstMixerOptionsReturns :Returns A list of all the possible values for the mixer option.
A list of all the possible values for the mixer option.
mixer_options : |
The GstMixerOptions item that owns the values. |
| Returns : | A list of all the possible values for the mixer option. |
void user_function (GstMixerOptions *gstmixeroptions, gchar *arg1, gpointer user_data) : Run last
gstmixeroptions :gstmixeroptionsthe object which received the signal.
the object which received the signal.
arg1 :arg1
user_data :user_datauser data set when the signal handler was connected.user data set when the signal handler was connected.
gstmixeroptions : |
the object which received the signal. |
arg1 : |
|
user_data : |
user data set when the signal handler was connected. |