gsttunernorm

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

Types and Values

struct GstTunerNorm

Object Hierarchy

    GObject
    ╰── GstTunerNorm

Includes

#include <gst/interfaces/tuner.h>

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.

Functions

Types and Values

struct GstTunerNorm

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

Members

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).