gsttunernorm

gsttunernorm — Encapsulates information about the data format(s) for a GstTunerChannel.

Synopsis

#include <gst/interfaces/tuner.h>

struct              GstTunerNorm;

Object Hierarchy

  GObject
   +----GstTunerNorm

Description

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.

Details

struct GstTunerNorm

struct GstTunerNorm {
  gchar  *label;
  GValue  framerate;
};

gchar *label;

A string containing a descriptive name for the norm

GValue framerate;

A GValue containing the framerate associated with this norm, if any. (May be unset).