 |
VTK
9.1.0
|
Go to the documentation of this file.
28 #ifndef vtkMP4Writer_h
29 #define vtkMP4Writer_h
32 #include "vtkIOMovieModule.h"
55 vtkSetClampMacro(Rate,
int, 1, 5000);
56 vtkGetMacro(Rate,
int);
64 vtkSetMacro(BitRate,
int);
65 vtkGetMacro(BitRate,
int);
72 class vtkMP4WriterInternals;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Writes Windows MP4 files on Windows platforms.
vtkMP4WriterInternals * Internals
void Start() override
These methods start writing an MP4 file, write a frame to the file and then end the writing process.
void End() override
These methods start writing an MP4 file, write a frame to the file and then end the writing process.
a simple class to control print indentation
void Write() override
These methods start writing an MP4 file, write a frame to the file and then end the writing process.
an abstract movie writer class.
static vtkMP4Writer * New()