#include <cdparanoiasrc.h>
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 <CdParanoiaMode> | property_paranoia_mode () |
Type of checking to perform. | |
Glib::PropertyProxy_ReadOnly <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::SignalProxy1<void, int> | signal_transport_error () |
Glib::SignalProxy1<void, int> | signal_uncorrected_error () |
Static Public Member Functions | |
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) | |
virtual void | on_transport_error (int arg0) |
virtual void | on_uncorrected_error (int arg0) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr <GstBase::CdParanoiaSrc> | wrap (GstCdParanoiaSrc* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Please include <gstreamerbasemm/cdparanoiasrc.h> to use. Also, though using the underlying GObject is fine, using its C type is not guaranteed to be API stable across releases because it is not guaranteed to always remain the same.
virtual GstBase::CdParanoiaSrc::~CdParanoiaSrc | ( | ) | [virtual] |
GstBase::CdParanoiaSrc::CdParanoiaSrc | ( | ) | [protected] |
GstBase::CdParanoiaSrc::CdParanoiaSrc | ( | const Glib::ustring & | name | ) | [protected] |
static Glib::RefPtr<CdParanoiaSrc> GstBase::CdParanoiaSrc::create | ( | const Glib::ustring & | name | ) | [static] |
Creates a new cdparanoiasrc plugin with the given name.
static Glib::RefPtr<CdParanoiaSrc> GstBase::CdParanoiaSrc::create | ( | ) | [static] |
Creates a new cdparanoiasrc plugin with a unique name.
const GstCdParanoiaSrc* GstBase::CdParanoiaSrc::gobj | ( | ) | const [inline] |
GstCdParanoiaSrc* GstBase::CdParanoiaSrc::gobj | ( | ) | [inline] |
GstCdParanoiaSrc* GstBase::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.
virtual void GstBase::CdParanoiaSrc::on_transport_error | ( | int | arg0 | ) | [protected, virtual] |
virtual void GstBase::CdParanoiaSrc::on_uncorrected_error | ( | int | arg0 | ) | [protected, virtual] |
Glib::PropertyProxy_ReadOnly<Glib::ustring> GstBase::CdParanoiaSrc::property_generic_device | ( | ) | const |
Use specified generic scsi device.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Glib::ustring> GstBase::CdParanoiaSrc::property_generic_device | ( | ) |
Use specified generic scsi device.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<CdParanoiaMode> GstBase::CdParanoiaSrc::property_paranoia_mode | ( | ) | const |
Type of checking to perform.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<CdParanoiaMode> GstBase::CdParanoiaSrc::property_paranoia_mode | ( | ) |
Type of checking to perform.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<int> GstBase::CdParanoiaSrc::property_read_speed | ( | ) | const |
Read from device at specified speed.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> GstBase::CdParanoiaSrc::property_read_speed | ( | ) |
Read from device at specified speed.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<int> GstBase::CdParanoiaSrc::property_search_overlap | ( | ) | const |
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.
Glib::PropertyProxy<int> GstBase::CdParanoiaSrc::property_search_overlap | ( | ) |
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.
Glib::SignalProxy1< void,int > GstBase::CdParanoiaSrc::signal_transport_error | ( | ) |
void on_my_transport_error(int arg0)
Glib::SignalProxy1< void,int > GstBase::CdParanoiaSrc::signal_uncorrected_error | ( | ) |
void on_my_uncorrected_error(int arg0)
Glib::RefPtr<GstBase::CdParanoiaSrc> wrap | ( | GstCdParanoiaSrc * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |