gstmixeroptions

gstmixeroptions

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GstMixerTrack
        ╰── GstMixerOptions

Includes

#include <gst/interfaces/mixer.h>

Description

Functions

gst_mixer_options_get_values ()

GList *
gst_mixer_options_get_values (GstMixerOptions *mixer_options);

Types and Values

struct GstMixerOptions

struct GstMixerOptions {
  /* list of strings (do not access directly) (FIXME 0.11: make private) */
  GList        *values;
};