gstreamermm 0.10.10.1
|
DiscovererContainerInfo - Gst::DiscovererStreamInfo specific to container streams. More...
Public Member Functions | |
virtual | ~DiscovererContainerInfo () |
GstDiscovererContainerInfo* | gobj () |
Provides access to the underlying C GstMiniObject. | |
const GstDiscovererContainerInfo* | gobj () const |
Provides access to the underlying C GstMiniObject. | |
GstDiscovererContainerInfo* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
std::vector< Glib::RefPtr < DiscovererStreamInfo > > | get_streams () |
std::vector< Glib::RefPtr < const DiscovererStreamInfo > > | get_streams () const |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr < Gst::DiscovererContainerInfo > | wrap (GstDiscovererContainerInfo* object, bool take_copy=false) |
DiscovererContainerInfo - Gst::DiscovererStreamInfo specific to container streams.
virtual Gst::DiscovererContainerInfo::~DiscovererContainerInfo | ( | ) | [virtual] |
std::vector< Glib::RefPtr<DiscovererStreamInfo> > Gst::DiscovererContainerInfo::get_streams | ( | ) |
std::vector< Glib::RefPtr<const DiscovererStreamInfo> > Gst::DiscovererContainerInfo::get_streams | ( | ) | const |
const GstDiscovererContainerInfo* Gst::DiscovererContainerInfo::gobj | ( | ) | const [inline] |
Provides access to the underlying C GstMiniObject.
Reimplemented from Gst::DiscovererStreamInfo.
GstDiscovererContainerInfo* Gst::DiscovererContainerInfo::gobj | ( | ) | [inline] |
Provides access to the underlying C GstMiniObject.
Reimplemented from Gst::DiscovererStreamInfo.
GstDiscovererContainerInfo* Gst::DiscovererContainerInfo::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::DiscovererStreamInfo.
Glib::RefPtr< Gst::DiscovererContainerInfo > wrap | ( | GstDiscovererContainerInfo * | object, |
bool | take_copy = false |
||
) | [related] |
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. |