ADTF  3.18.2
cSampleStreamingSink

Basic implementation for a Streaming Sink. More...

Inheritance diagram for cSampleStreamingSink:
[legend]

Public Member Functions

tResult RegisterBindingObject (const ucom::ant::iobject_ptr< IBindingObject > &pBindingObject) override
 
- Public Member Functions inherited from object< ant::cSampleStreamingSink, 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 Sink.

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

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_sink
adtf::filter::flash::cSampleStreamingSink

Definition at line 102 of file streaming_sink.h.