![]() |
![]() |
![]() |
GStreamer Base Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Properties | Signals |
"generic-device" gchar* : Read / Write "paranoia-mode" GstCdParanoiaMode : Read / Write "read-speed" gint : Read / Write "search-overlap" gint : Read / Write "cache-size" gint : Read / Write
plugin |
cdparanoia |
author |
Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com> |
class |
Source/File |
"generic-device"
property "generic-device" gchar* : Read / Write
Use specified generic scsi device.
Default value: NULL
"paranoia-mode"
property "paranoia-mode" GstCdParanoiaMode : Read / Write
Type of checking to perform.
Default value: PARANOIA_MODE_FRAGMENT
"read-speed"
property "read-speed" gint : Read / Write
Read from device at specified speed.
Allowed values: >= G_MAXULONG
Default value: -1
"search-overlap"
property "search-overlap" gint : Read / Write
Force minimum overlap search during verification to n sectors.
Allowed values: [G_MAXULONG,75]
Default value: -1
"transport-error"
signalvoid user_function (GstCdParanoiaSrc *cdparanoia, gint sector, gpointer user_data) : Run Last
This signal is emitted whenever an error occurs while reading. CdParanoia will attempt to recover the data.
|
The CdParanoia instance |
|
The sector number at which the error was encountered. |
|
user data set when the signal handler was connected. |
"uncorrected-error"
signalvoid user_function (GstCdParanoiaSrc *cdparanoia, gint sector, gpointer user_data) : Run Last
This signal is emitted whenever an uncorrectable error occurs while reading. The data could not be read.
|
The CdParanoia instance |
|
The sector number at which the error was encountered. |
|
user data set when the signal handler was connected. |