ADTF
Loading...
Searching...
No Matches
adtf::streaming::catwo::cSampleStreamingSource Class Reference

More...

#include <streaming_source.h>

Inherits adtf::ucom::catwo::object< ant::cSampleStreamingSource, interface_binding<> >.

Public Member Functions

tResult RegisterBindingObject (const ucom::ant::iobject_ptr< IBindingObject > &pBindingObject) override
 
- Public Member Functions inherited from adtf::ucom::catwo::object< ant::cSampleStreamingSource, interface_binding<> >
tResult GetInterface (const char *i_strIID, void *&o_pInterface) override
 Query interfaces on an object.
 
tResult GetInterface (const char *i_strIID, const void *&o_pInterface) const override
 Provides const correct interface querying.
 
void Destroy () const override
 Switch from non-virtual destructor to virtual destructor.
 
tResult GetInterface (const char *i_strIID, void *&o_pInterface) override
 Query interfaces on an object.
 
tResult GetInterface (const char *i_strIID, const void *&o_pInterface) const override
 Provides const correct interface querying.
 
void Destroy () const override
 Switch from non-virtual destructor to virtual destructor.
 
tResult GetInterface (const char *i_strIID, void *&o_pInterface) override
 Query interfaces on an object.
 
tResult GetInterface (const char *i_strIID, const void *&o_pInterface) const override
 Provides const correct interface querying.
 
void Destroy () const override
 Switch from non-virtual destructor to virtual destructor.
 
- Public Member Functions inherited from adtf::ucom::ant::IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 

Additional Inherited Members

- Protected Member Functions inherited from adtf::ucom::ant::IObject
 ~IObject ()=default
 Protected destructor --> Only the final implementation can be destroyed!
 

Detailed Description

Basic implementation for a streaming source.

This has been superseeded by adtf::filter::flash::cSampleStreamingSource.

This implementation is able to:

  • RegisterPin with the help of the data_binding and the common adtf::streaming::ant::create_pin methods.
  • Implements a INamedGraphObject to add it to the streaming graph
  • is configurable by properties
  • Implements all required function calls to intanciate it.

Use the provided transition callbacks to override the behaviour but do not forget to call the base type implementation.

  • Construct
  • Destruct
  • Init
  • Shutdown
  • StartStreaming
  • StopStreaming
See also
subsection_sample_stream_source
adtf::filter::flash::cSampleStreamingSource

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