Gst::CdParanoiaSrc - cdparanoiasrc plugin. More...
Inherits Gst::PushSrc.
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 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< Gst::CdParanoiaSrc > | wrap (GstCdParanoiaSrc* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Gst::CdParanoiaSrc - cdparanoiasrc plugin.
Please note that, 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. Also, 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.
virtual Gst::CdParanoiaSrc::~CdParanoiaSrc | ( | ) | [virtual] |
Gst::CdParanoiaSrc::CdParanoiaSrc | ( | ) | [protected] |
Gst::CdParanoiaSrc::CdParanoiaSrc | ( | const Glib::ustring & | name | ) | [protected] |
static Glib::RefPtr<CdParanoiaSrc> Gst::CdParanoiaSrc::create | ( | const Glib::ustring & | name | ) | [static] |
Creates a new cdparanoiasrc plugin with the given name.
static Glib::RefPtr<CdParanoiaSrc> Gst::CdParanoiaSrc::create | ( | ) | [static] |
Creates a new cdparanoiasrc plugin with a unique name.
const GstCdParanoiaSrc* Gst::CdParanoiaSrc::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Gst::PushSrc.
GstCdParanoiaSrc* Gst::CdParanoiaSrc::gobj | ( | ) | [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.
virtual void Gst::CdParanoiaSrc::on_transport_error | ( | int | arg0 | ) | [protected, virtual] |
virtual void Gst::CdParanoiaSrc::on_uncorrected_error | ( | int | arg0 | ) | [protected, virtual] |
Glib::PropertyProxy_ReadOnly<int> Gst::CdParanoiaSrc::property_cache_size | ( | ) | const |
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.
Glib::PropertyProxy<int> Gst::CdParanoiaSrc::property_cache_size | ( | ) |
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.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gst::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> Gst::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<Gst::CdParanoiaMode> Gst::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<Gst::CdParanoiaMode> Gst::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> Gst::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> Gst::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> Gst::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> Gst::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 > Gst::CdParanoiaSrc::signal_transport_error | ( | ) |
void on_my_transport_error(int arg0)
Glib::SignalProxy1< void,int > Gst::CdParanoiaSrc::signal_uncorrected_error | ( | ) |
void on_my_uncorrected_error(int arg0)
Glib::RefPtr< Gst::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. |