#include "Media/MgzJOutputStream.H"
#include "Component/ModelOptionDef.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Media/MgzJEncoder.H"
#include "Raster/GenericFrame.H"
#include "Transport/TransportOpts.H"
#include "Util/Assert.H"
#include "Util/log.H"
#include "rutz/shared_ptr.h"
#include "rutz/trace.h"
Go to the source code of this file.
Variables | |
const ModelOptionDef | OPT_MgzJOutputStreamCompLevel |
Write frames to a .mgzj file
Definition in file MgzJOutputStream.C.
const ModelOptionDef OPT_MgzJOutputStreamCompLevel |
{ MODOPT_ARG(int), "MgzJOutputStreamCompLevel", &MOC_OUTPUT, OPTEXP_CORE, "Gzip compression level to use for the MgzJ file.\n" " Higher values use better compression at the cost of speed and memory," " while a value of 0 will not compress the frames at all.", "output-mgzj-complev", '\0', "<1..9>", "6" }
Definition at line 48 of file MgzJOutputStream.C.