GNU Radio's SATNOGS Package
gr::satnogs::ogg_encoder Class Reference

Ogg encoder and sink block. More...

#include <ogg_encoder.h>

Inheritance diagram for gr::satnogs::ogg_encoder:
gr::satnogs::ogg_encoder_impl

Public Types

using sptr = std::shared_ptr< ogg_encoder >
 

Static Public Member Functions

static sptr make (const std::string &filename, double samp_rate, float quality)
 

Detailed Description

Ogg encoder and sink block.

Member Typedef Documentation

◆ sptr

using gr::satnogs::ogg_encoder::sptr = std::shared_ptr<ogg_encoder>

Member Function Documentation

◆ make()

static sptr gr::satnogs::ogg_encoder::make ( const std::string &  filename,
double  samp_rate,
float  quality 
)
static

Ogg encoder and sink block.

Parameters
filenamefilename of the output file
samp_ratethe sampling rate
qualitythe quality of the output file. [0.1 - 1.0] (worst - best)

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