ADTF
|
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... | |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.18.
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.
[in] | oConfig | The configuration instance where the help link might be stored |
Referenced by qt_ui_filter< FILTERBASECLASS, QTWINDOWBASECLASS >::GetHelpLink(), and qt_ui_service< SERVICEBASECLASS, QTWINDOWBASECLASS >::GetHelpLink().
|
inline |
Check if two stream types are equal.
[in] | oLeftType | The operands for the check. |
[in] | oRightType | The operands for the check. |
Definition at line 163 of file streamtype_intf.h.
References IStreamType::GetMetaTypeName(), IS_FAILED, and RETURN_NOERROR.
Referenced by adtf::streaming::ant::operator==().