23#include "vtkIOMovieModule.h"  
   25VTK_ABI_NAMESPACE_BEGIN
 
   47  vtkSetClampMacro(Rate, 
int, 1, 5000);
 
   48  vtkGetMacro(Rate, 
int);
 
   56  vtkSetMacro(BitRate, 
int);
 
   57  vtkGetMacro(BitRate, 
int);
 
   64  class vtkMP4WriterInternals;
 
an abstract movie writer class.
 
a simple class to control print indentation
 
Writes Windows MP4 files on Windows platforms.
 
static vtkMP4Writer * New()
 
void Write() 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.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void Start() override
These methods start writing an MP4 file, write a frame to the file and then end the writing process.
 
vtkMP4WriterInternals * Internals