GstBase::AudioSink Class Reference
[gstreamerbasemm Base Classes]

GstBase::AudioSink — Simple base class for audio sinks. More...

#include <audiosink.h>

Inheritance diagram for GstBase::AudioSink:

GstBase::BaseAudioSink Gst::BaseSink Gst::Element Gst::Object GstBase::AlsaSink

List of all members.

Public Member Functions

virtual ~AudioSink ()
GstAudioSink* gobj ()
 Provides access to the underlying C GObject.
const GstAudioSink* gobj () const
 Provides access to the underlying C GObject.
GstAudioSink* gobj_copy ()
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.

Related Functions

(Note that these are not member functions.)

Glib::RefPtr<GstBase::AudioSinkwrap (GstAudioSink* object, bool take_copy=false)
 A Glib::wrap() method for this object.


Detailed Description

GstBase::AudioSink — Simple base class for audio sinks.

This is the most simple base class for audio sinks that only requires subclasses to implement a set of simple virtual functions:

All scheduling of samples and timestamps is done in this base class together with GstBase::BaseAudioSink using a default implementation of a GstBase::RingBuffer that uses threads.

Last reviewed on 2006-09-27 (0.10.12)


Constructor & Destructor Documentation

virtual GstBase::AudioSink::~AudioSink (  )  [virtual]


Member Function Documentation

const GstAudioSink* GstBase::AudioSink::gobj (  )  const [inline]

Provides access to the underlying C GObject.

Reimplemented from GstBase::BaseAudioSink.

Reimplemented in GstBase::AlsaSink.

GstAudioSink* GstBase::AudioSink::gobj (  )  [inline]

Provides access to the underlying C GObject.

Reimplemented from GstBase::BaseAudioSink.

Reimplemented in GstBase::AlsaSink.

GstAudioSink* GstBase::AudioSink::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 GstBase::BaseAudioSink.

Reimplemented in GstBase::AlsaSink.


Friends And Related Function Documentation

Glib::RefPtr<GstBase::AudioSink> wrap ( GstAudioSink *  object,
bool  take_copy = false 
) [related]

A Glib::wrap() method for this object.

Parameters:
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.
Returns:
A C++ instance that wraps this C instance.


The documentation for this class was generated from the following file:

Generated on Thu Jan 15 09:33:13 2009 for gstreamermm by  doxygen 1.5.7.1