31 #ifndef __vtkOggTheoraWriter_h
32 #define __vtkOggTheoraWriter_h
36 class vtkOggTheoraWriterInternal;
56 vtkSetClampMacro(Quality,
int, 0, 2);
57 vtkGetMacro(Quality,
int);
62 vtkSetClampMacro(Rate,
int , 1, 5000);
63 vtkGetMacro(Rate,
int);
68 vtkSetMacro(Subsampling,
int);
69 vtkGetMacro(Subsampling,
int);
70 vtkBooleanMacro(Subsampling,
int);
Uses the ogg and theora libraries to write video files.
vtkOggTheoraWriterInternal * Internals
a simple class to control print indentation
an abstract movie writer class.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()