#include <source_impl.h>
|
| | source_impl (const std::string &mcast_address, unsigned int ssrc, int in_channels=1, int out_channels=1, bool quiet=false) |
| | ~source_impl () |
| int | get_bits_per_sample () const override |
| | Return the number of bits per sample. the RTP stream.
|
| int | get_channels () const override |
| | Return the number of input channels.
|
| void | set_ssrc (unsigned int ssrc) override |
| unsigned int | get_ssrc () const override |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
| typedef std::shared_ptr< source< T > > | sptr |
| static sptr | make (const std::string &mcast_address, unsigned int ssrc, int in_channels=1, int out_channels=1, bool quiet=false) |
◆ source_impl()
template<class T>
| gr::rtp::source_impl< T >::source_impl |
( |
const std::string & | mcast_address, |
|
|
unsigned int | ssrc, |
|
|
int | in_channels = 1, |
|
|
int | out_channels = 1, |
|
|
bool | quiet = false ) |
◆ ~source_impl()
◆ get_bits_per_sample()
◆ get_channels()
◆ get_ssrc()
◆ set_ssrc()
◆ work()
template<class T>
| int gr::rtp::source_impl< T >::work |
( |
int | noutput_items, |
|
|
gr_vector_const_void_star & | input_items, |
|
|
gr_vector_void_star & | output_items ) |
The documentation for this class was generated from the following file: