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

typedef boost::shared_ptr< ogg_encodersptr
 

Static Public Member Functions

static sptr make (char *filename, double samp_rate, float quality)
 

Detailed Description

Ogg encoder and sink block.

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<ogg_encoder> gr::satnogs::ogg_encoder::sptr

Member Function Documentation

◆ make()

static sptr gr::satnogs::ogg_encoder::make ( char *  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: