GNU Radio's DAB Package
gr::dab::mp4_decode_bs Class Referenceabstract

DAB+ Audio frame decoder. More...

#include <mp4_decode_bs.h>

Inheritance diagram for gr::dab::mp4_decode_bs:

Public Types

typedef boost::shared_ptr< mp4_decode_bssptr
 

Public Member Functions

virtual int get_sample_rate ()=0
 

Static Public Member Functions

static sptr make (int bit_rate_n)
 Return a shared_ptr to a new instance of dab::mp4_decode_bs. More...
 

Detailed Description

DAB+ Audio frame decoder.

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<mp4_decode_bs> gr::dab::mp4_decode_bs::sptr

Member Function Documentation

◆ get_sample_rate()

virtual int gr::dab::mp4_decode_bs::get_sample_rate ( )
pure virtual

Implemented in gr::dab::mp4_decode_bs_impl.

◆ make()

static sptr gr::dab::mp4_decode_bs::make ( int  bit_rate_n)
static

Return a shared_ptr to a new instance of dab::mp4_decode_bs.

To avoid accidental use of raw pointers, dab::mp4_decode_bs's constructor is in a private implementation class. dab::mp4_decode_bs::make is the public interface for creating new instances.


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