![]() |
![]() |
![]() |
GStreamer Base Plugins 0.10 Library Reference Manual | ![]() |
---|---|---|---|---|
gsttunernormgsttunernorm — Encapsulates information about the data format(s) for a GstTunerChannel. |
The GstTunerNorm object is created by an element implementing the GstTuner interface and encapsulates the selection of a capture/output format for a selected GstTunerChannel.
typedef struct { gchar *label; GValue framerate; } GstTunerNorm;
gchar * |
A string containing a descriptive name for the norm |
GValue |
A GValue containing the framerate associated with this norm, if any. (May be unset). |