Go to the documentation of this file.
32 #ifndef vtkOggTheoraWriter_h
33 #define vtkOggTheoraWriter_h
35 #include "vtkIOMovieModule.h"
38 class vtkOggTheoraWriterInternal;
63 vtkSetClampMacro(Quality,
int, 0, 2);
64 vtkGetMacro(Quality,
int);
71 vtkSetClampMacro(Rate,
int , 1, 5000);
72 vtkGetMacro(Rate,
int);
80 vtkGetMacro(Subsampling,
int);
void Start()
These methods start writing an Movie file, write a frame to the file and then end the writing process...
static vtkOggTheoraWriter * New()
vtkOggTheoraWriterInternal * Internals
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
an abstract movie writer class.
Uses the ogg and theora libraries to write video files.