ADTF  3.18.2
cSampleStreamingSource

Basic implementation for a Streaming Source. More...

Inheritance diagram for cSampleStreamingSource:
[legend]

Public Member Functions

tResult RegisterBindingObject (const ucom::ant::iobject_ptr< IBindingObject > &pBindingObject) override
 
- Public Member Functions inherited from object< ant::cSampleStreamingSource, interface_binding<> >
tResult GetInterface (const char *i_strIID, void *&o_pInterface) override
 Query interfaces on an object. More...
 
tResult GetInterface (const char *i_strIID, const void *&o_pInterface) const override
 Provides const correct interface querying. More...
 
void Destroy () const override
 Destruct and deallocate instantiations of type IObject. More...
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast() More...
 

Additional Inherited Members

- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

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 transission 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

Definition at line 222 of file streaming_source.h.