31 #ifndef vtkMP4Writer_h
32 #define vtkMP4Writer_h
35 #include "vtkIOMovieModule.h"
49 void Start()
override;
50 void Write()
override;
58 vtkSetClampMacro(Rate,
int, 1, 5000);
59 vtkGetMacro(Rate,
int);
67 vtkSetMacro(BitRate,
int);
68 vtkGetMacro(BitRate,
int);
75 class vtkMP4WriterInternals;
virtual void Write()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
virtual void Start()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
virtual void End()=0
These methods start writing an Movie file, write a frame to the file and then end the writing process...
Writes Windows MP4 files on Windows platforms.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
an abstract movie writer class.
vtkMP4WriterInternals * Internals
static vtkAlgorithm * New()