NVIDIA DeepStream SDK API Reference

6.4 Release
ds3d::gst::BinPtr Class Reference

Detailed Description

Definition at line 200 of file nvds3d_gst_ptr.h.

Inheritance diagram for ds3d::gst::BinPtr:
Collaboration diagram for ds3d::gst::BinPtr:

Public Member Functions

template<typename... Args>
 BinPtr (Args &&... args)
 
 ~BinPtr ()=default
 
BinPtrpushBack (const ElePtr &element)
 
BinPtrpushFront (const ElePtr &element)
 
ElePtr addSrcQueue (bool link=true, const ElePtr &back=nullptr)
 
ElePtr addSinkQueue (bool link=true, const ElePtr &front=nullptr)
 
ErrCode addGhostSinkPad (const ElePtr &sinkEle=nullptr)
 
ErrCode addGhostSrcPad (const ElePtr &srcEle=nullptr)
 
PadPtr staticPad (const std::string &padName)
 
ElePtrlink (ElePtr &next)
 
ElePtrlink (ElePtr &next, std::string &sinkPadName)
 
void setName (const std::string &name)
 
void reset (GstObjT *obj=nullptr, bool takeOwner=true)
 
GstObjT * copy () const
 
const std::string & name () const
 
 operator GstObjT * () const
 
GstObjT * get () const
 
 operator bool () const
 

Constructor & Destructor Documentation

◆ BinPtr()

template<typename... Args>
ds3d::gst::BinPtr::BinPtr ( Args &&...  args)
inline

Definition at line 203 of file nvds3d_gst_ptr.h.

◆ ~BinPtr()

ds3d::gst::BinPtr::~BinPtr ( )
default

Member Function Documentation

◆ addGhostSinkPad()

ErrCode ds3d::gst::BinPtr::addGhostSinkPad ( const ElePtr sinkEle = nullptr)
inline

◆ addGhostSrcPad()

ErrCode ds3d::gst::BinPtr::addGhostSrcPad ( const ElePtr srcEle = nullptr)
inline

◆ addSinkQueue()

ElePtr ds3d::gst::BinPtr::addSinkQueue ( bool  link = true,
const ElePtr front = nullptr 
)
inline

◆ addSrcQueue()

ElePtr ds3d::gst::BinPtr::addSrcQueue ( bool  link = true,
const ElePtr back = nullptr 
)
inline

◆ copy()

template<class GstObjT , class ObjFunc >
GstObjT* ds3d::gst::GstPtr< GstObjT, ObjFunc >::copy ( ) const
inlineinherited

◆ get()

◆ link() [1/2]

ElePtr& ds3d::gst::ElePtr::link ( ElePtr next)
inlineinherited

◆ link() [2/2]

ElePtr& ds3d::gst::ElePtr::link ( ElePtr next,
std::string &  sinkPadName 
)
inlineinherited

◆ name()

template<class GstObjT , class ObjFunc >
const std::string& ds3d::gst::GstPtr< GstObjT, ObjFunc >::name ( ) const
inlineinherited

◆ operator bool()

template<class GstObjT , class ObjFunc >
ds3d::gst::GstPtr< GstObjT, ObjFunc >::operator bool ( ) const
inlineinherited

Definition at line 111 of file nvds3d_gst_ptr.h.

◆ operator GstObjT *()

template<class GstObjT , class ObjFunc >
ds3d::gst::GstPtr< GstObjT, ObjFunc >::operator GstObjT * ( ) const
inlineinherited

Definition at line 108 of file nvds3d_gst_ptr.h.

References ds3d::gst::GstPtr< GstObjT, ObjFunc >::get().

◆ pushBack()

◆ pushFront()

◆ reset()

◆ setName()

template<class GstObjT , class ObjFunc >
void ds3d::gst::GstPtr< GstObjT, ObjFunc >::setName ( const std::string &  name)
inlineinherited

◆ staticPad()

PadPtr ds3d::gst::ElePtr::staticPad ( const std::string &  padName)
inlineinherited

Definition at line 163 of file nvds3d_gst_ptr.h.

References DS_ASSERT, and ds3d::gst::GstPtr< GstObjT, ObjFunc >::get().

Referenced by addGhostSinkPad(), and addGhostSrcPad().


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