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

A Wrapper for the cdparanoiasrc plugin. More...

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

List of all members.

Public Member Functions

virtual ~CdParanoiaSrc ()
GstCdParanoiaSrc* gobj ()
 Provides access to the underlying C GObject.
const GstCdParanoiaSrc* gobj () const
 Provides access to the underlying C GObject.
GstCdParanoiaSrc* gobj_copy ()
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::PropertyProxy< int > property_read_speed ()
 Read from device at specified speed.
Glib::PropertyProxy_ReadOnly< int > property_read_speed () const
 Read from device at specified speed.
Glib::PropertyProxy
< Gst::CdParanoiaMode
property_paranoia_mode ()
 Type of checking to perform.
Glib::PropertyProxy_ReadOnly
< Gst::CdParanoiaMode
property_paranoia_mode () const
 Type of checking to perform.
Glib::PropertyProxy< int > property_search_overlap ()
 Force minimum overlap search during verification to n sectors.
Glib::PropertyProxy_ReadOnly< int > property_search_overlap () const
 Force minimum overlap search during verification to n sectors.
Glib::PropertyProxy
< Glib::ustring
property_generic_device ()
 Use specified generic scsi device.
Glib::PropertyProxy_ReadOnly
< Glib::ustring
property_generic_device () const
 Use specified generic scsi device.
Glib::PropertyProxy< int > property_cache_size ()
 Set CD cache size to n sectors (-1 = auto).
Glib::PropertyProxy_ReadOnly< int > property_cache_size () const
 Set CD cache size to n sectors (-1 = auto).
Glib::SignalProxy1< void, int > signal_transport_error ()
Glib::SignalProxy1< void, int > signal_uncorrected_error ()

Static Public Member Functions

static GType get_type ()
 Get the GType for this class, for use with the underlying GObject type system.
static Glib::RefPtr
< CdParanoiaSrc
create ()
 Creates a new cdparanoiasrc plugin with a unique name.
static Glib::RefPtr
< CdParanoiaSrc
create (const Glib::ustring& name)
 Creates a new cdparanoiasrc plugin with the given name.

Protected Member Functions

 CdParanoiaSrc ()
 CdParanoiaSrc (const Glib::ustring& name)

Related Functions

(Note that these are not member functions.)

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

Detailed Description

A Wrapper for the cdparanoiasrc plugin.

Please note that not all plug-ins are available on all systems so care must be taken that they exist before they are used otherwise there will be errors and possibly a crash.


Constructor & Destructor Documentation

virtual Gst::CdParanoiaSrc::~CdParanoiaSrc ( ) [virtual]
Gst::CdParanoiaSrc::CdParanoiaSrc ( const Glib::ustring name) [explicit, protected]

Member Function Documentation

Creates a new cdparanoiasrc plugin with a unique name.

Creates a new cdparanoiasrc plugin with the given name.

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

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

Reimplemented from Gst::PushSrc.

GstCdParanoiaSrc* Gst::CdParanoiaSrc::gobj ( ) [inline]

Provides access to the underlying C GObject.

Reimplemented from Gst::PushSrc.

const GstCdParanoiaSrc* Gst::CdParanoiaSrc::gobj ( ) const [inline]

Provides access to the underlying C GObject.

Reimplemented from Gst::PushSrc.

GstCdParanoiaSrc* Gst::CdParanoiaSrc::gobj_copy ( )

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

Reimplemented from Gst::PushSrc.

Set CD cache size to n sectors (-1 = auto).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Set CD cache size to n sectors (-1 = auto).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Use specified generic scsi device.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Use specified generic scsi device.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Type of checking to perform.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Type of checking to perform.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Read from device at specified speed.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Read from device at specified speed.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Force minimum overlap search during verification to n sectors.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Force minimum overlap search during verification to n sectors.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Slot Prototype:
void on_my_transport_error(int arg0)
Slot Prototype:
void on_my_uncorrected_error(int arg0)

Friends And Related Function Documentation

Glib::RefPtr< Gst::CdParanoiaSrc > wrap ( GstCdParanoiaSrc *  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: