gstreamermm  0.10.11
Public Member Functions | Static Public Member Functions | Related Functions
Gst::TunerNorm Class Reference

A class that encapsulates information about the data format(s) for a Gst::TunerChannel. More...

Inheritance diagram for Gst::TunerNorm:
Inheritance graph
[legend]
Collaboration diagram for Gst::TunerNorm:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~TunerNorm ()
GstTunerNorm* gobj ()
 Provides access to the underlying C GObject.
const GstTunerNorm* gobj () const
 Provides access to the underlying C GObject.
GstTunerNorm* gobj_copy ()
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::ustring get_label () const
 Get a string containing a descriptive name for the norm.
Gst::Fraction get_framerate () const
 Get the framerate associated with this norm, if any.

Static Public Member Functions

static GType get_type ()
 Get the GType for this class, for use with the underlying GObject type system.

Related Functions

(Note that these are not member functions.)

Glib::RefPtr< Gst::TunerNormwrap (GstTunerNorm* object, bool take_copy=false)
 A Glib::wrap() method for this object.

Detailed Description

A class that encapsulates information about the data format(s) for a Gst::TunerChannel.


Constructor & Destructor Documentation

virtual Gst::TunerNorm::~TunerNorm ( ) [virtual]

Member Function Documentation

Get the framerate associated with this norm, if any.

(May be unset). If it is not set the value will be 0/1.

Get a string containing a descriptive name for the norm.

static GType Gst::TunerNorm::get_type ( ) [static]

Get the GType for this class, for use with the underlying GObject type system.

GstTunerNorm* Gst::TunerNorm::gobj ( ) [inline]

Provides access to the underlying C GObject.

Reimplemented from Glib::ObjectBase.

const GstTunerNorm* Gst::TunerNorm::gobj ( ) const [inline]

Provides access to the underlying C GObject.

Reimplemented from Glib::ObjectBase.

GstTunerNorm* Gst::TunerNorm::gobj_copy ( )

Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.


Friends And Related Function Documentation

Glib::RefPtr< Gst::TunerNorm > wrap ( GstTunerNorm *  object,
bool  take_copy = false 
) [related]

A Glib::wrap() method for this object.

Parameters:
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.

The documentation for this class was generated from the following file: