ADTF  3.18.2
filtergraph.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Classes

class  cFilterGraph
 Default implementation for the IFilterGraph interface. More...
 
class  cFilterGraph
 A Filter Graph that supports properties and property links. More...
 

Namespaces

 adtf
 Namespace for entire ADTF SDK.
 
 adtf::streaming
 Namespace for the ADTF Streaming SDK.
 
 adtf::streaming::ant
 Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
 
 adtf::streaming::iron
 Namespace for all functionality of the ADTF Streaming SDK provided since v3.8.
 

Functions

tResult add_piped_connections (IFilterGraph &oGraph, adtf_util::cStringList lstObjectNames, bool bSync=true)
 This is a helper function to create piped connections on the given FilterGraph instance oGraph. More...
 
tResult add_paired_connections (IFilterGraph &oGraph, adtf_util::cStringList lstObjectNames, bool bSync=true)
 This is a helper function to create paired connections on the given FilterGraph instance oGraph. More...
 
tResult get_filter_graph_object (const IFilterGraph &oGraph, ucom::ant::iobject_ptr< ucom::ant::IObject > &pObject)
 Retrieve the first item of the Filter Graph where the iobject_ptr::Reset returns ERR_NO_ERROR If pObject is used with adtf::ucom::object_ptr this method will return the first object of given INTERFACE of adtf::ucom::object_ptr<INTERFACE>. More...
 
tResult get_filter_graph_objects (const IFilterGraph &oGraph, ucom::ant::iobject_enum< ucom::ant::IObject > &lstObjects)
 Iterates the named graph objects of the Filter Graph and calls iobject_enum::PushObject to the lstObjects. More...
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file filtergraph.h.