gstreamermm 1.10.0
Gst::DiscovererContainerInfo Class Reference

DiscovererContainerInfo - Gst::DiscovererStreamInfo specific to container streams. More...

#include <gstreamermm/discovererinfo.h>

Inheritance diagram for Gst::DiscovererContainerInfo:

Public Member Functions

void reference () const
 Increment the reference count for this object.
void unreference () const
 Decrement the reference count for this object.
GstDiscovererContainerInfo* gobj ()
 Provides access to the underlying C instance.
const GstDiscovererContainerInfo* gobj () const
 Provides access to the underlying C instance.
GstDiscovererContainerInfo* gobj_copy () const
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
 DiscovererContainerInfo ()=delete
 DiscovererContainerInfo (const DiscovererContainerInfo&)=delete
DiscovererContainerInfooperator= (const DiscovererContainerInfo&)=delete
std::vector< Glib::RefPtr< Gst::DiscovererStreamInfo > > get_streams ()
std::vector< Glib::RefPtr< const Gst::DiscovererStreamInfo > > get_streams () const
Public Member Functions inherited from Gst::DiscovererStreamInfo
void reference () const
 Increment the reference count for this object.
void unreference () const
 Decrement the reference count for this object.
GstDiscovererStreamInfo* gobj ()
 Provides access to the underlying C instance.
const GstDiscovererStreamInfo* gobj () const
 Provides access to the underlying C instance.
GstDiscovererStreamInfo* gobj_copy () const
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
 DiscovererStreamInfo ()=delete
 DiscovererStreamInfo (const DiscovererStreamInfo&)=delete
DiscovererStreamInfooperator= (const DiscovererStreamInfo&)=delete
Glib::RefPtr< Gst::Capsget_caps ()
Glib::RefPtr< const Gst::Capsget_caps () const
Structure get_misc () const
 Deprecated: This functions is deprecated since version 1.4, use #gst_discoverer_info_get_missing_elements_installer_details.
Glib::RefPtr< Gst::DiscovererStreamInfoget_next ()
Glib::RefPtr< const Gst::DiscovererStreamInfoget_next () const
Glib::RefPtr< Gst::DiscovererStreamInfoget_previous ()
Glib::RefPtr< Gst::DiscovererStreamInfoget_previous () const
Gst::TagList get_tags () const
Glib::ustring get_stream_type_nick () const
Glib::ustring get_stream_id () const
Glib::RefPtr< const Gst::Tocget_toc () const
Public Member Functions inherited from Gst::MiniObject
void reference () const
 Increment the reference count for this object.
void unreference () const
 Decrement the reference count for this object.
GstMiniObject* gobj ()
 Provides access to the underlying C instance.
const GstMiniObject* gobj () const
 Provides access to the underlying C instance.
GstMiniObject* gobj_copy () const
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
 MiniObject ()=delete
 MiniObject (const MiniObject&)=delete
MiniObjectoperator= (const MiniObject&)=delete
 ~MiniObject ()
guint get_flags () const
void set_flags (const guint& value)
gint get_refcount () const
gint get_lockstate () const
bool lock (LockFlags flags)
 Lock the mini-object with the specified access mode in flags.
void unlock (LockFlags flags)
 Unlock the mini-object with the specified access mode in flags.
bool is_writable () const
 If mini_object has the LOCKABLE flag set, check if the current EXCLUSIVE lock on object is the only one, this means that changes to the object will not be visible to any other object.
Glib::RefPtr< MiniObjectcreate_writable ()
 Checks if a mini-object is writable.
void set_qdata (GQuark quark, QuarkData*data)
 This sets an opaque, named pointer on a miniobject.
QuarkDataget_qdata (GQuark quark) const
 This function gets back user data pointers stored via set_qdata().
QuarkDatasteal_qdata (GQuark quark)
 This function gets back user data pointers stored via set_qdata() and removes the data from object without invoking its destroy() function (if any was set).
void add_finalize_notifier (const SlotFinalizer& slot)
 Adds notifier when mini object is finalized.
void remove_finalize_notifier ()
 Remove finalize notifier.

Protected Member Functions

void operator delete (void*, std::size_t)
Protected Member Functions inherited from Gst::DiscovererStreamInfo
void operator delete (void*, std::size_t)
Protected Member Functions inherited from Gst::MiniObject
void operator delete (void*, std::size_t)

(Note that these are not member symbols.)

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

Additional Inherited Members

Public Types inherited from Gst::MiniObject
typedef sigc::slot< void > SlotFinalizer

Detailed Description

DiscovererContainerInfo - Gst::DiscovererStreamInfo specific to container streams.

Constructor & Destructor Documentation

◆ DiscovererContainerInfo() [1/2]

Gst::DiscovererContainerInfo::DiscovererContainerInfo ( )
delete

◆ DiscovererContainerInfo() [2/2]

Gst::DiscovererContainerInfo::DiscovererContainerInfo ( const DiscovererContainerInfo & )
delete

Member Function Documentation

◆ get_streams() [1/2]

std::vector< Glib::RefPtr< Gst::DiscovererStreamInfo > > Gst::DiscovererContainerInfo::get_streams ( )
Returns
The list of Gst::DiscovererStreamInfo this container stream offers. Free with stream_info_list_free() after usage.

◆ get_streams() [2/2]

std::vector< Glib::RefPtr< const Gst::DiscovererStreamInfo > > Gst::DiscovererContainerInfo::get_streams ( ) const
Returns
The list of Gst::DiscovererStreamInfo this container stream offers. Free with stream_info_list_free() after usage.

◆ gobj() [1/2]

GstDiscovererContainerInfo * Gst::DiscovererContainerInfo::gobj ( )

Provides access to the underlying C instance.

◆ gobj() [2/2]

const GstDiscovererContainerInfo * Gst::DiscovererContainerInfo::gobj ( ) const

Provides access to the underlying C instance.

◆ gobj_copy()

GstDiscovererContainerInfo * Gst::DiscovererContainerInfo::gobj_copy ( ) const

Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.

◆ operator delete()

void Gst::DiscovererContainerInfo::operator delete ( void * ,
std::size_t  )
protected

◆ operator=()

DiscovererContainerInfo& Gst::DiscovererContainerInfo::operator= ( const DiscovererContainerInfo& )
delete

◆ reference()

void Gst::DiscovererContainerInfo::reference ( ) const

Increment the reference count for this object.

You should never need to do this manually - use the object via a RefPtr instead.

◆ unreference()

void Gst::DiscovererContainerInfo::unreference ( ) const

Decrement the reference count for this object.

You should never need to do this manually - use the object via a RefPtr instead.

◆ wrap()

Glib::RefPtr< Gst::DiscovererContainerInfo > wrap ( GstDiscovererContainerInfo * 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.