 |
VTK
9.1.0
|
Go to the documentation of this file.
48 #ifndef vtkOggTheoraWriter_h
49 #define vtkOggTheoraWriter_h
52 #include "vtkIOOggTheoraModule.h"
54 class vtkOggTheoraWriterInternal;
79 vtkSetClampMacro(Quality,
int, 0, 2);
80 vtkGetMacro(Quality,
int);
87 vtkSetClampMacro(Rate,
int, 1, 5000);
88 vtkGetMacro(Rate,
int);
static vtkOggTheoraWriter * New()
vtkOggTheoraWriterInternal * Internals
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkOggTheoraWriter() override
void Write() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...
a simple class to control print indentation
void Start() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...
an abstract movie writer class.
Uses the ogg and theora libraries to write video files.
void End() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...