The EncoderInterface class is the base class for video streaming encoders.
More...
#include <encoderinterface.h>
The EncoderInterface class is the base class for video streaming encoders.
◆ EncoderInterface()
INDI::EncoderInterface::EncoderInterface |
( |
| ) |
|
|
default |
◆ ~EncoderInterface()
virtual INDI::EncoderInterface::~EncoderInterface |
( |
| ) |
|
|
virtualdefault |
◆ getName()
const char * INDI::EncoderInterface::getName |
( |
| ) |
|
◆ init()
void INDI::EncoderInterface::init |
( |
CCD * |
activeCCD | ) |
|
|
virtual |
◆ setPixelFormat()
◆ setSize()
◆ upload()
◆ currentCCD
CCD* INDI::EncoderInterface::currentCCD = nullptr |
|
protected |
◆ name
const char* INDI::EncoderInterface::name |
|
protected |
◆ pixelDepth
uint8_t INDI::EncoderInterface::pixelDepth = 8 |
|
protected |
◆ pixelFormat
◆ rawHeight
uint16_t INDI::EncoderInterface::rawHeight |
|
protected |
◆ rawWidth
uint16_t INDI::EncoderInterface::rawWidth |
|
protected |
The documentation for this class was generated from the following files: