Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GstObject
╰── GstElement
╰── GstBaseTransform
╰── GstAudioFilter
╰── GstAccurip
Description
The accurip element calculates a CRC for an audio stream which can be used
to match the audio stream to a database hosted on
AccurateRip. This database
is used to check for a CD rip accuracy.
Synopsis
Element Information
plugin |
accurip
|
author |
Christophe Fergeau <teuf@gnome.org> |
class |
Filter/Analyzer/Audio |
Element Pads
name |
sink |
direction |
sink |
presence |
always |
details |
audio/x-raw, format=(string)S16LE, rate=(int)44100, channels=(int)2 |
name |
src |
direction |
source |
presence |
always |
details |
audio/x-raw, format=(string)S16LE, rate=(int)44100, channels=(int)2 |
Types and Values
struct GstAccurip
struct GstAccurip;
Opaque GstAccurip element structure
Property Details
The “first-track”
property
“first-track” gboolean
Indicate to the CRC calculation algorithm that this is the first track of a set.
Flags: Read / Write
Default value: FALSE
The “last-track”
property
“last-track” gboolean
Indicate to the CRC calculation algorithm that this is the last track of a set.
Flags: Read / Write
Default value: FALSE