File containing constans used in FfmpegPortmonitor.cpp. More...
#include <string>
#include <vector>
#include <map>
#include <libavcodec/avcodec.h>
#include <yarp/sig/Image.h>
Go to the source code of this file.
Variables | |
static const std::vector< std::string > | FFMPEGPORTMONITOR_IGNORE_PARAMS |
This vector contains all parameters that have to be ignored while parsing command line string. More... | |
static const std::string | FFMPEGPORTMONITOR_CL_CODEC_KEY = "codec" |
This string is the "key" value for the codec parameter. More... | |
static const std::vector< std::string > | FFMPEGPORTMONITOR_CL_CODECS |
This vector contains the only accepted values for the command line parameter "codec". More... | |
static const std::vector< int > | FFMPEGPORTMONITOR_CODE_CODECS |
This vector contains the codec ids corresponding to the codecs of the FFMPEGPORTMONITOR_CL_CODECS vector. More... | |
static std::map< int, int > | FFMPEGPORTMONITOR_PIXELMAP |
This structure maps YARP pixel format codec into Ffmpeg pixel format codes. More... | |
static std::map< int, int > | FFMPEGPORTMONITOR_CODECPIXELMAP |
This structure maps Ffmpeg video codecs with their needed Ffmpeg pixel format code. More... | |
File containing constans used in FfmpegPortmonitor.cpp.
Definition in file constants.h.
|
static |
This string is the "key" value for the codec parameter.
Definition at line 48 of file constants.h.
|
static |
This vector contains the only accepted values for the command line parameter "codec".
Definition at line 54 of file constants.h.
|
static |
This vector contains the codec ids corresponding to the codecs of the FFMPEGPORTMONITOR_CL_CODECS vector.
Definition at line 64 of file constants.h.
|
static |
This structure maps Ffmpeg video codecs with their needed Ffmpeg pixel format code.
Definition at line 86 of file constants.h.
|
static |
This vector contains all parameters that have to be ignored while parsing command line string.
Definition at line 34 of file constants.h.
|
static |
This structure maps YARP pixel format codec into Ffmpeg pixel format codes.
Definition at line 74 of file constants.h.