gstreamermm  0.10.10.2
Public Member Functions | Static Public Member Functions | Protected Member Functions | Related Functions
Gst::UriDecodeBin Class Reference

A Wrapper for the uridecodebin plugin. More...

Inheritance diagram for Gst::UriDecodeBin:
Inheritance graph
[legend]
Collaboration diagram for Gst::UriDecodeBin:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~UriDecodeBin ()
GstURIDecodeBin* gobj ()
 Provides access to the underlying C GObject.
const GstURIDecodeBin* gobj () const
 Provides access to the underlying C GObject.
GstURIDecodeBin* 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
< Glib::ustring
property_uri ()
 URI to decode.
Glib::PropertyProxy_ReadOnly
< Glib::ustring
property_uri () const
 URI to decode.
Glib::PropertyProxy_ReadOnly
< Glib::RefPtr< Gst::Element > > 
property_source () const
 Source object used.
Glib::PropertyProxy< guint > property_connection_speed ()
 Network connection speed in kbps (0 = unknown).
Glib::PropertyProxy_ReadOnly
< guint > 
property_connection_speed () const
 Network connection speed in kbps (0 = unknown).
Glib::PropertyProxy
< Glib::RefPtr< Gst::Caps > > 
property_caps ()
 The caps on which to stop decoding.
Glib::PropertyProxy_ReadOnly
< Glib::RefPtr< Gst::Caps > > 
property_caps () const
 The caps on which to stop decoding.
Glib::PropertyProxy
< Glib::ustring
property_subtitle_encoding ()
 Encoding to assume if input subtitles are not in UTF-8 encoding.
Glib::PropertyProxy_ReadOnly
< Glib::ustring
property_subtitle_encoding () const
 Encoding to assume if input subtitles are not in UTF-8 encoding.
Glib::PropertyProxy< int > property_buffer_size ()
 Buffer size when buffering streams (-1 default value).
Glib::PropertyProxy_ReadOnly< int > property_buffer_size () const
 Buffer size when buffering streams (-1 default value).
Glib::PropertyProxy< gint64 > property_buffer_duration ()
 Buffer duration when buffering streams (-1 default value).
Glib::PropertyProxy_ReadOnly
< gint64 > 
property_buffer_duration () const
 Buffer duration when buffering streams (-1 default value).
Glib::PropertyProxy< bool > property_download ()
 Attempt download buffering when buffering network streams.
Glib::PropertyProxy_ReadOnly
< bool > 
property_download () const
 Attempt download buffering when buffering network streams.
Glib::PropertyProxy< bool > property_use_buffering ()
 Perform buffering on demuxed/parsed media.
Glib::PropertyProxy_ReadOnly
< bool > 
property_use_buffering () const
 Perform buffering on demuxed/parsed media.
Glib::PropertyProxy< bool > property_expose_all_streams ()
 Expose all streams, including those of unknown type or that don't match the 'caps' property.
Glib::PropertyProxy_ReadOnly
< bool > 
property_expose_all_streams () const
 Expose all streams, including those of unknown type or that don't match the 'caps' property.
Glib::PropertyProxy< guint64 > property_ring_buffer_max_size ()
 Max.
Glib::PropertyProxy_ReadOnly
< guint64 > 
property_ring_buffer_max_size () const
 Max.
Glib::SignalProxy2< void,
const Glib::RefPtr< Gst::Pad >
&, const Glib::RefPtr
< Gst::Caps >& > 
signal_unknown_type ()
Glib::SignalProxy2< bool,
const Glib::RefPtr< Gst::Pad >
&, const Glib::RefPtr
< Gst::Caps >& > 
signal_autoplug_continue ()
Glib::SignalProxy2
< Glib::ValueArray, const
Glib::RefPtr< Gst::Pad >
&, const Glib::RefPtr
< Gst::Caps >& > 
signal_autoplug_factories ()
Glib::SignalProxy3
< Glib::ValueArray, const
Glib::RefPtr< Gst::Pad >
&, const Glib::RefPtr
< Gst::Caps >&, const
Glib::ValueArray& > 
signal_autoplug_sort ()
Glib::SignalProxy3
< Gst::AutoplugSelectResult,
const Glib::RefPtr< Gst::Pad >
&, const Glib::RefPtr
< Gst::Caps >&, const
Glib::RefPtr
< Gst::ElementFactory >& > 
signal_autoplug_select ()
Glib::SignalProxy0< void > signal_drained ()
Glib::SignalProxy1< void,
const Glib::RefPtr
< Gst::Element >& > 
signal_source_setup ()

Static Public Member Functions

static Glib::RefPtr< UriDecodeBincreate ()
 Creates a new uridecodebin plugin with a unique name.
static Glib::RefPtr< UriDecodeBincreate (const Glib::ustring& name)
 Creates a new uridecodebin plugin with the given name.

Protected Member Functions

 UriDecodeBin ()
 UriDecodeBin (const Glib::ustring& name)

Related Functions

(Note that these are not member functions.)

Glib::RefPtr< Gst::UriDecodeBinwrap (GstURIDecodeBin* object, bool take_copy=false)
 A Glib::wrap() method for this object.

Detailed Description

A Wrapper for the uridecodebin 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.


Constructor & Destructor Documentation

virtual Gst::UriDecodeBin::~UriDecodeBin ( ) [virtual]
Gst::UriDecodeBin::UriDecodeBin ( const Glib::ustring name) [explicit, protected]

Member Function Documentation

Creates a new uridecodebin plugin with a unique name.

Reimplemented from Gst::Bin.

Creates a new uridecodebin plugin with the given name.

Reimplemented from Gst::Bin.

GstURIDecodeBin* Gst::UriDecodeBin::gobj ( ) [inline]

Provides access to the underlying C GObject.

Reimplemented from Gst::Bin.

const GstURIDecodeBin* Gst::UriDecodeBin::gobj ( ) const [inline]

Provides access to the underlying C GObject.

Reimplemented from Gst::Bin.

GstURIDecodeBin* Gst::UriDecodeBin::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::Bin.

Buffer duration when buffering streams (-1 default value).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Buffer duration when buffering streams (-1 default value).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Buffer size when buffering streams (-1 default value).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Buffer size when buffering streams (-1 default value).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

The caps on which to stop decoding.

(NULL = default).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

The caps on which to stop decoding.

(NULL = default).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Network connection speed in kbps (0 = unknown).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Network connection speed in kbps (0 = unknown).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Attempt download buffering when buffering network streams.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Attempt download buffering when buffering network streams.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Expose all streams, including those of unknown type or that don't match the 'caps' property.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Expose all streams, including those of unknown type or that don't match the 'caps' property.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Max.

amount of data in the ring buffer (bytes, 0 = ring buffer disabled).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Max.

amount of data in the ring buffer (bytes, 0 = ring buffer disabled).

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Source object used.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Encoding to assume if input subtitles are not in UTF-8 encoding.

If not set, the GST_SUBTITLE_ENCODING environment variable will be checked for an encoding to use. If that is not set either, ISO-8859-15 will be assumed.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Encoding to assume if input subtitles are not in UTF-8 encoding.

If not set, the GST_SUBTITLE_ENCODING environment variable will be checked for an encoding to use. If that is not set either, ISO-8859-15 will be assumed.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

URI to decode.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

URI to decode.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Perform buffering on demuxed/parsed media.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

Perform buffering on demuxed/parsed media.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Slot Prototype:
bool on_my_autoplug_continue(const Glib::RefPtr<Gst::Pad>& arg0, const Glib::RefPtr<Gst::Caps>& arg1)
Slot Prototype:
Glib::ValueArray on_my_autoplug_factories(const Glib::RefPtr<Gst::Pad>& arg0, const Glib::RefPtr<Gst::Caps>& arg1)
Slot Prototype:
Gst::AutoplugSelectResult on_my_autoplug_select(const Glib::RefPtr<Gst::Pad>& arg0, const Glib::RefPtr<Gst::Caps>& arg1, const Glib::RefPtr<Gst::ElementFactory>& arg2)
Slot Prototype:
Glib::ValueArray on_my_autoplug_sort(const Glib::RefPtr<Gst::Pad>& arg0, const Glib::RefPtr<Gst::Caps>& arg1, const Glib::ValueArray& arg2)
Slot Prototype:
void on_my_drained()
Slot Prototype:
void on_my_source_setup(const Glib::RefPtr<Gst::Element>& arg0)
Slot Prototype:
void on_my_unknown_type(const Glib::RefPtr<Gst::Pad>& arg0, const Glib::RefPtr<Gst::Caps>& arg1)

Friends And Related Function Documentation

Glib::RefPtr< Gst::UriDecodeBin > wrap ( GstURIDecodeBin *  object,
bool  take_copy = false 
) [related]

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

Parameters:
objectThe C instance.
take_copyFalse 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: