ADTF  3.18.2
adtf::streaming::spider Namespace Reference

Namespace for all functionality of the ADTF Streaming SDK provided since v3.18. More...

Classes

class  cActiveRunner
 Base class for implementing Active Runner. More...
 
class  IActiveRunner
 The Interface defines an Active Runner Intem which can be part of the IFilterGraph. More...
 

Functions

std::string get_help_link (base::ant::IConfiguration &oConfig)
 Get the link to the corresponding help/documentation set by hollow::set_help_link. More...
 
tResult is_equal (const ant::IStreamType &oLeftType, const ant::IStreamType &oRightType)
 Check if two stream types are equal. More...
 

Detailed Description

Namespace for all functionality of the ADTF Streaming SDK provided since v3.18.

Function Documentation

◆ get_help_link()

std::string adtf::streaming::spider::get_help_link ( base::ant::IConfiguration oConfig)

Get the link to the corresponding help/documentation set by hollow::set_help_link.

Parameters
[in]oConfigThe configuration instance where the help link might be stored
Returns
The help link if set. Emtpy if not found.

Referenced by qt_ui_filter< FILTERBASECLASS, QTWINDOWBASECLASS >::GetHelpLink(), and qt_ui_service< SERVICEBASECLASS, QTWINDOWBASECLASS >::GetHelpLink().

◆ is_equal()

tResult adtf::streaming::spider::is_equal ( const ant::IStreamType oLeftType,
const ant::IStreamType oRightType 
)
inline

Check if two stream types are equal.

Parameters
[in]oLeftTypeThe operands for the check.
[in]oRightTypeThe operands for the check.
Returns
Standard result.

Definition at line 163 of file streamtype_intf.h.

References IStreamType::GetMetaTypeName(), IS_FAILED, and RETURN_NOERROR.

Referenced by adtf::streaming::ant::operator==().