#include <ogg_encoder_impl.h>
|
| | ogg_encoder_impl (const std::string &filename, double samp_rate, float quality) |
| |
| | ~ogg_encoder_impl () |
| |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| |
|
| using | sptr = std::shared_ptr< ogg_encoder > |
| |
| static sptr | make (const std::string &filename, double samp_rate, float quality) |
| |
◆ ogg_encoder_impl()
| gr::satnogs::ogg_encoder_impl::ogg_encoder_impl |
( |
const std::string & |
filename, |
|
|
double |
samp_rate, |
|
|
float |
quality |
|
) |
| |
◆ ~ogg_encoder_impl()
| gr::satnogs::ogg_encoder_impl::~ogg_encoder_impl |
( |
| ) |
|
◆ work()
| int gr::satnogs::ogg_encoder_impl::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: